Home
last modified time | relevance | path

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

/sys/dev/
Dahci.c48 typedef struct AHCIPort struct
64 } AHCIPort; argument
173 AHCIPort *port[AHCI_MAX_PORTS];
236 volatile AHCIPort *p = ahci->port[port]; in AHCI_DumpPort()
259 volatile AHCIPort *p = ahci->port[port]; in AHCI_IssueCommand()
287 volatile AHCIPort *p = ahci->port[port]; in AHCI_WaitPort()
301 volatile AHCIPort *p = ahci->port[port]; in AHCI_IdentifyPort()
334 volatile AHCIPort *p = ahci->port[port]; in AHCI_ResetPort()
480 ahci->port[p] = (AHCIPort *)(uintptr_t)(dev.bars[AHCI_ABAR].base + in AHCI_Configure()
490 volatile AHCIPort *port = ahci->port[p]; in AHCI_Configure()