Searched defs:addr_high (Results 1 - 4 of 4) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_nand_reg.h30 uint32_t addr_high; member in struct:batch_data
H A Dgoldfish_nand.c130 uint32_t addr_high; member in struct:__anon10965
149 QFIELD_INT32(addr_high),
472 s->addr_high = bd.addr_high;
476 addr = s->addr_low | ((uint64_t)s->addr_high << 32);
559 s->addr_high = value;
/external/grub/netboot/
H A Ddavicom.c498 u32 addr_low, addr_high;
491 u32 addr_low, addr_high; local
H A Dtulip.c954 u32 addr_low, addr_high;
982 u32 addr_high = (nic->node_addr[1]<<8) + (nic->node_addr[0]<<0);
987 outl(addr_high + (addr_high<<16), ioaddr + 0xB8);
993 u32 addr_high = cpu_to_le32(get_unaligned((u16 *)(nic->node_addr+4)));
1000 outl(addr_high, ioaddr + CSR14);
1007 outl(addr_high, ioaddr + 0xA8);
946 u32 addr_low, addr_high; local
974 u32 addr_high = (nic->node_addr[1]<<8) + (nic->node_addr[0]<<0); local
985 u32 addr_high = cpu_to_le32(get_unaligned((u16 *)(nic->node_addr+4))); local

Completed in 61 milliseconds