Lines Matching defs:slot
376 /* Read Door Bell register to check if slot zero is available */
402 utrd->task_tag = 1; /* We always use the first slot */
599 int slot;
601 slot = task_tag - 1;
612 mmio_setbits_32(ufs_params.reg_base + UTRLDBR, 1U << slot);
621 int slot, result;
631 slot = utrd->task_tag - 1;
634 assert((data & (1 << slot)) == 0);
653 (void)slot;
994 /* 0 means 1 slot */