Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h133 u32 flags_size; member
/openbmc/qemu/hw/ide/
H A Dahci-internal.h290 uint32_t flags_size; member
H A Dahci.c920 return (le32_to_cpu(tbl->flags_size) & AHCI_PRDT_SIZE_MASK) + 1; in prdt_tbl_entry_size()
/openbmc/linux/drivers/ata/
H A Dahci.h296 __le32 flags_size; member
H A Dsata_mv.c499 __le32 flags_size; member
1771 mv_sg->flags_size = cpu_to_le32(len & 0xffff); in mv_fill_sg()
1783 last_sg->flags_size |= cpu_to_le32(EPRD_FLAG_END_OF_TBL); in mv_fill_sg()
H A Dlibahci.c1672 ahci_sg[si].flags_size = cpu_to_le32(sg_len - 1); in ahci_fill_sg()
/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()