Searched refs:ahci (Results 1 – 2 of 2) sorted by relevance
222 AHCI_Dump(AHCI *ahci) in AHCI_Dump() argument224 volatile AHCIHostControl *hc = ahci->hc; in AHCI_Dump()234 AHCI_DumpPort(AHCI *ahci, int port) in AHCI_DumpPort() argument236 volatile AHCIPort *p = ahci->port[port]; in AHCI_DumpPort()254 AHCI_IssueCommand(AHCI *ahci, int port, SGArray *sga, void *cfis, int len) in AHCI_IssueCommand() argument257 volatile AHCICommandList *cl = ahci->clst[port]; in AHCI_IssueCommand()258 volatile AHCICommandTable *ct = ahci->ctbl[port][0]; in AHCI_IssueCommand()259 volatile AHCIPort *p = ahci->port[port]; in AHCI_IssueCommand()285 AHCI_WaitPort(AHCI *ahci, int port) in AHCI_WaitPort() argument287 volatile AHCIPort *p = ahci->port[port]; in AHCI_WaitPort()[all …]
68 "dev/ahci.c",