Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/disk/ahci/ !
Dahci.c403 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()
493 if ((port->ci & (1 << slot)) == 0) in ahci_write()
516 uint32_t slots = (port->sact | port->ci); in ahci_find_cmdslot()
Dahci.h225 uint32_t ci; // 0x38, command issue member