Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-clang/recipes-extended/mdadm/
H A Dmdadm_%.bbappend2 # | super-intel.c:1673:23: error: taking address of packed member 'size_high' of class or structure…
3 # | &dev->size_low, &dev->size_high);
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c68 u32 size_low, size_high; in pci_bar_show() local
102 size_high = 0xffffffff; in pci_bar_show()
111 dm_pci_read_config32(dev, reg_addr, &size_high); in pci_bar_show()
119 size = size | ((u64)size_high << 32); in pci_bar_show()
/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h184 __le32 size_high; /* previously dir_acl, but never used */ member