Home
last modified time | relevance | path

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

/sys/dev/
Dahci.c176 AHCICommandTable *ctbl[AHCI_MAX_PORTS][AHCI_MAX_CMDS]; member
258 volatile AHCICommandTable *ct = ahci->ctbl[port][0]; in AHCI_IssueCommand()
495 ahci->ctbl[p][c] = (AHCICommandTable *)PAlloc_AllocPage(); in AHCI_Configure()
496 memset(ahci->ctbl[p][c], 0, sizeof(AHCICommandTable)); in AHCI_Configure()
498 ahci->clst[p]->cmds[c].ctba = (uint64_t)ahci->ctbl[p][c]; in AHCI_Configure()