Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfis.h47 u8 sector_count_high; member
/openbmc/qemu/hw/ide/
H A Dahci-internal.h361 uint8_t sector_count_high; /* (feature 15:8) */ member
H A Dahci.c1192 ncq_tfs->sector_count = ((ncq_fis->sector_count_high << 8) | in process_ncq_command()