Searched refs:addr_size (Results 1 - 10 of 10) sorted by last modified time

/u-boot/include/
H A Dflash.h51 phys_size_t addr_size; member in struct:__anon457
/u-boot/drivers/serial/
H A Dserial_coreboot.c25 u32 *addr_size; local
72 addr_size = (void *)dbg + dbg->address_size_offset;
73 if (!*addr_size) {
/u-boot/drivers/net/mscc_eswitch/
H A Docelot_switch.c534 unsigned long addr_size; local
582 addr_size = res.end - res.start;
585 if (!get_mdiobus(addr_base, addr_size))
588 addr_size);
591 bus = get_mdiobus(addr_base, addr_size);
H A Dserval_switch.c486 unsigned long addr_size; local
537 addr_size = res.end - res.start;
540 if (!get_mdiobus(addr_base, addr_size))
543 addr_size);
546 bus = get_mdiobus(addr_base, addr_size);
H A Dservalt_switch.c416 unsigned long addr_size; local
465 addr_size = res.end - res.start;
468 if (!get_mdiobus(addr_base, addr_size))
471 addr_size);
474 bus = get_mdiobus(addr_base, addr_size);
H A Dluton_switch.c591 unsigned long addr_size; local
660 addr_size = res.end - res.start;
663 if (!get_mdiobus(addr_base, addr_size))
666 addr_size);
669 bus = get_mdiobus(addr_base, addr_size);
H A Djr2_switch.c867 unsigned long addr_size; local
930 addr_size = res.end - res.start;
933 if (!get_mdiobus(addr_base, addr_size))
936 addr_size);
939 bus = get_mdiobus(addr_base, addr_size);
/u-boot/drivers/mtd/
H A Dcfi_flash.c2202 max_size = min((unsigned long)info->addr_size, max_size);
2204 max_size = info->addr_size;
2512 flash_info[cfi_flash_num_flash_banks].addr_size = size;
/u-boot/drivers/cpu/
H A Dmicroblaze_cpu.c65 ci->addr_size = dev_read_u32_default(dev, "xlnx,addr-size", 32);
111 info->address_width = ci->addr_size;
/u-boot/arch/microblaze/include/asm/
H A Dcpuinfo.h20 * @addr_size: Address bus width in bits.
34 u32 addr_size; member in struct:microblaze_cpuinfo

Completed in 101 milliseconds