Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h133 u32 flags_size; member
/openbmc/qemu/hw/ide/
H A Dahci-internal.h289 uint32_t flags_size; member
H A Dahci.c886 /* flags_size is zero-based */ in prdt_tbl_entry_size()
887 return (le32_to_cpu(tbl->flags_size) & AHCI_PRDT_SIZE_MASK) + 1; in prdt_tbl_entry_size()
/openbmc/u-boot/drivers/ata/
H A Dahci.c521 ahci_sg->flags_size = cpu_to_le32(0x3fffff & in ahci_fill_sg()
H A Ddwc_ahsata.c340 ahci_sg->flags_size = cpu_to_le32(0x3fffff & in ahci_fill_sg()