Lines Matching refs:rslots
1430 cstatus |= ch->rslots; in ahci_ch_intr_main()
1460 err = ch->rslots & cstatus; in ahci_ch_intr_main()
1467 ok = ch->rslots & ~cstatus; in ahci_ch_intr_main()
1522 if (ch->rslots != 0 && !ch->recoverycmd) in ahci_ch_intr_main()
1730 ch->rslots |= (1 << slot->slot); in ahci_execute_transaction()
1798 ATA_INL(ch->r_mem, AHCI_P_SACT), ch->rslots, in ahci_execute_transaction()
1878 else if ((ch->rslots & (1 << ccs)) == 0) { in ahci_timeout()
1894 ATA_INL(ch->r_mem, AHCI_P_SACT), ch->rslots, in ahci_timeout()
1926 if ((ch->rslots & ~ch->toslots) == 0) in ahci_timeout()
1930 ch->rslots & ~ch->toslots); in ahci_timeout()
2070 ch->rslots &= ~(1 << slot->slot); in ahci_end_transaction()
2114 if (ch->rslots == 0) { in ahci_end_transaction()
2130 } else if ((ch->rslots & ~ch->toslots) == 0 && in ahci_end_transaction()