Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dpci.c101 u32 size_low, size_high; in pci_bar_show() local
130 size_high = 0xffffffff; in pci_bar_show()
139 dm_pci_read_config32(dev, reg_addr, &size_high); in pci_bar_show()
147 size = size | ((u64)size_high << 32); in pci_bar_show()
/external/u-boot/include/
Dext_common.h183 __le32 size_high; /* previously dir_acl, but never used */ member