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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/myri10ge/
H A Dmyri10ge_mcp.h76 __be32 addr_high; member in struct:mcp_kreq_ether_send
88 __be32 addr_high; member in struct:mcp_kreq_ether_recv
H A Dmyri10ge.c1250 rx->shadow[idx].addr_high =
2849 req->addr_high = high_swapped;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dvia-core.c124 u32 addr_high; /* High 12 bits of addr */ member in struct:viafb_vx855_dma_descr
236 descr->addr_high = ((u64) paddr >> 32) & 0x0fff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_hwi.h526 u32 addr_high; member in struct:sata_start_req
572 __le32 addr_high; member in struct:ssp_ini_io_start_req
H A Dpm8001_hwi.c3827 ssp_cmd.addr_high = upper_32_bits(phys_addr);
3832 ssp_cmd.addr_high = upper_32_bits(dma_addr);
3837 ssp_cmd.addr_high = 0;
3897 sata_cmd.addr_high = upper_32_bits(phys_addr);
3902 sata_cmd.addr_high = upper_32_bits(dma_addr);
3907 sata_cmd.addr_high = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dsys_ia32.c506 long sys32_lookup_dcookie(u32 addr_low, u32 addr_high, argument
509 return sys_lookup_dcookie(((u64)addr_high << 32) | addr_low, buf, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dich8lan.c1407 u32 addr_high, addr_low; local
1409 addr_high = er32(RAH(i));
1410 if (!(addr_high & E1000_RAH_AV))
1417 mac_addr[4] = (addr_high & 0xFF);
1418 mac_addr[5] = ((addr_high >> 8) & 0xFF);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dmac-fec.c271 FW(fecp, addr_high, addrlo);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dtulip_core.c343 u32 addr_high = get_unaligned_le16(dev->dev_addr + 4); local
348 iowrite32(addr_high, ioaddr + CSR14);
351 iowrite32(addr_high, ioaddr + 0xA8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-sched.c1584 u32 addr, addr_low, addr_high, val; local
1589 addr_high = inb_p(0xcd7);
1590 addr = addr_high << 8 | addr_low;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dqla3xxx.h984 __le32 addr_high; member in struct:bufq_addr_element
H A Dqla3xxx.c1889 lrg_buf_q_ele->addr_high =
2689 small_buf_q_entry->addr_high =
2745 buf_addr_ele->addr_high = lrg_buf_cb->buf_phy_addr_high;
H A Dtg3.c2458 u32 addr_high, addr_low; local
2461 addr_high = ((tp->dev->dev_addr[0] << 8) |
2470 tw32(MAC_ADDR_0_HIGH + (i * 8), addr_high);
2477 tw32(MAC_EXTADDR_0_HIGH + (i * 8), addr_high);
2482 addr_high = (tp->dev->dev_addr[0] +
2489 tw32(MAC_TX_BACKOFF_SEED, addr_high);

Completed in 198 milliseconds