Home
last modified time | relevance | path

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

/sys/dev/
Dahci.c141 uint8_t cfis[64]; // Command FIS member
254 AHCI_IssueCommand(AHCI *ahci, int port, SGArray *sga, void *cfis, int len) in AHCI_IssueCommand() argument
262 memcpy((void *)&ct->cfis[0], cfis, len); in AHCI_IssueCommand()