Home
last modified time | relevance | path

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

/sys/dev/
Dahci.c32 typedef struct AHCIHostControl struct
39 } AHCIHostControl; argument
172 AHCIHostControl *hc;
224 volatile AHCIHostControl *hc = ahci->hc; in AHCI_Dump()
386 volatile AHCIHostControl *hc = ahci->hc; in AHCI_Reset()
422 volatile AHCIHostControl *hc; in AHCI_Configure()
445 hc = (volatile AHCIHostControl *)(uintptr_t)dev.bars[AHCI_ABAR].base; in AHCI_Configure()
446 ahci->hc = (AHCIHostControl *)hc; in AHCI_Configure()