Searched refs:base_high (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.h23 u32 base_high; /* 32bit base high */ member in struct:addr_win
/u-boot/cmd/
H A Dpci.c67 u32 base_low, base_high; local
101 base_high = 0x0;
109 dm_pci_read_config32(dev, reg_addr, &base_high);
112 dm_pci_write_config32(dev, reg_addr, base_high);
118 base = base | ((u64)base_high << 32);
/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c181 u16 base_high; member in struct:idt_entry
195 idt[intnum].base_high = (u16)((ulong)(routine) >> 16);

Completed in 99 milliseconds