Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/driver/disk/ahci/
Dahci.h285 uint8_t cfl : 5; // Command FIS length in DWORDS, 2 ~ 16 member
Dahci.c350 cmdheader->cfl = sizeof(FIS_REG_H2D) / sizeof(uint32_t); // Command FIS size in ahci_read()
445 cmdheader->cfl = sizeof(FIS_REG_H2D) / sizeof(uint32_t); // Command FIS size in ahci_write()