Home
last modified time | relevance | path

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

/sys/dev/
Dahci.c175 AHCICommandList *clst[AHCI_MAX_PORTS]; member
257 volatile AHCICommandList *cl = ahci->clst[port]; in AHCI_IssueCommand()
498 ahci->clst[p]->cmds[c].ctba = (uint64_t)ahci->ctbl[p][c]; in AHCI_Configure()
501 ahci->clst[p] = (AHCICommandList *)PAlloc_AllocPage(); in AHCI_Configure()
502 memset(ahci->clst[p], 0, sizeof(AHCICommandList)); in AHCI_Configure()
504 port->clba = (uint64_t)ahci->clst[p]; in AHCI_Configure()