Home
last modified time | relevance | path

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

/sys/dev/
Dahci.c222 AHCI_Dump(AHCI *ahci) in AHCI_Dump() argument
224 volatile AHCIHostControl *hc = ahci->hc; in AHCI_Dump()
234 AHCI_DumpPort(AHCI *ahci, int port) in AHCI_DumpPort() argument
236 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() argument
257 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() argument
287 volatile AHCIPort *p = ahci->port[port]; in AHCI_WaitPort()
[all …]
/sys/
DSConscript68 "dev/ahci.c",