Home | History | Annotate | Download | only in netboot

Lines Matching refs:addr_high

954     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);