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

/external/qemu/hw/
H A Dgoldfish_nand.c119 uint32_t addr_high; member in struct:__anon4880
132 QFIELD_INT32(addr_high),
267 addr = s->addr_low | ((uint64_t)s->addr_high << 32);
335 s->addr_high = value;
/external/grub/netboot/
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
H A Ddavicom.c498 u32 addr_low, addr_high;
491 u32 addr_low, addr_high; local

Completed in 66 milliseconds