Searched refs:base_high (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | pci.c | 100 u32 base_low, base_high; in pci_bar_show() local 129 base_high = 0x0; in pci_bar_show() 137 dm_pci_read_config32(dev, reg_addr, &base_high); in pci_bar_show() 140 dm_pci_write_config32(dev, reg_addr, base_high); in pci_bar_show() 146 base = base | ((u64)base_high << 32); in pci_bar_show()
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | xor.h | 23 u32 base_high; /* 32bit base high */ member
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | interrupt.c | 161 u16 base_high; member 180 idt[intnum].base_high = (u16)((ulong)(routine) >> 16); in set_vector()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 3198 u32 base, base_high, write_ptr, write_ptr_val, wrap_cnt; in iwl_trans_pcie_dump_pointers() local 3202 base_high = DBGC_CUR_DBGBUF_BASE_ADDR_MSB; in iwl_trans_pcie_dump_pointers() 3222 cpu_to_le32(iwl_read_prph(trans, base_high)); in iwl_trans_pcie_dump_pointers()
|