Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dpci.c100 u32 base_low, base_high; in pci_bar_show() local
121 dm_pci_read_config32(dev, reg_addr, &base_low); in pci_bar_show()
124 dm_pci_write_config32(dev, reg_addr, base_low); in pci_bar_show()
127 base = base_low & ~0xf; in pci_bar_show()
132 prefetchable = base_low & PCI_BASE_ADDRESS_MEM_PREFETCH; in pci_bar_show()
133 is_io = base_low & PCI_BASE_ADDRESS_SPACE_IO; in pci_bar_show()
134 mem_type = base_low & PCI_BASE_ADDRESS_MEM_TYPE_MASK; in pci_bar_show()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddevices.c107 u32 base_low = base & iwl_beacon_time_mask_low(priv, in iwl_add_beacon_time() local
117 if (base_low > addon_low) in iwl_add_beacon_time()
118 res += base_low - addon_low; in iwl_add_beacon_time()
119 else if (base_low < addon_low) { in iwl_add_beacon_time()
120 res += interval + base_low - addon_low; in iwl_add_beacon_time()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.h22 u32 base_low; /* 32bit base low */ member
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c157 u16 base_low; member
181 idt[intnum].base_low = (u16)((ulong)(routine) & 0xffff); in set_vector()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c4917 u32 base_low = base & il_beacon_time_mask_low(il, in il_add_beacon_time() local
4931 if (base_low > addon_low) in il_add_beacon_time()
4932 res += base_low - addon_low; in il_add_beacon_time()
4933 else if (base_low < addon_low) { in il_add_beacon_time()
4934 res += interval + base_low - addon_low; in il_add_beacon_time()