Searched refs:ci (Results 1 – 2 of 2) sorted by relevance
403 port->ci = 1 << slot; // Issue command in ahci_read()413 if ((port->ci & (1 << slot)) == 0) in ahci_read()483 port->ci = 1; // Issue command in ahci_write()492 if ((port->ci & (1 << slot)) == 0) in ahci_write()515 uint32_t slots = (port->sact | port->ci); in ahci_find_cmdslot()
225 uint32_t ci; // 0x38, command issue member