Home
last modified time | relevance | path

Searched refs:eth_regs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/
A Dkorina.c66 struct eth_regs { struct
336 struct eth_regs __iomem *eth_regs; member
542 writel(1, &lp->eth_regs->miimcmd); in korina_mdio_read()
552 writel(0, &lp->eth_regs->miimcmd); in korina_mdio_read()
753 &lp->eth_regs->ethhash0); in korina_multicast_list()
755 &lp->eth_regs->ethhash1); in korina_multicast_list()
894 &lp->eth_regs->ethmac2); in korina_check_media()
897 &lp->eth_regs->ethmac2); in korina_check_media()
1118 &lp->eth_regs->ethmac2); in korina_init()
1128 &lp->eth_regs->ethmcp); in korina_init()
[all …]
/linux/drivers/net/usb/
A Dpegasus.c163 pegasus->eth_regs, 3, async_ctrl_callback, req); in update_eth_regs_async()
435 memcpy(pegasus->eth_regs, data, sizeof(data)); in enable_net_traffic()
929 pegasus->eth_regs[0] |= 0x10; in pegasus_set_wol()
931 pegasus->eth_regs[0] &= ~0x10; in pegasus_set_wol()
1035 pegasus->eth_regs[EthCtrl2] |= RX_PROMISCUOUS; in pegasus_set_multicast()
1038 pegasus->eth_regs[EthCtrl0] |= RX_MULTICAST; in pegasus_set_multicast()
1039 pegasus->eth_regs[EthCtrl2] &= ~RX_PROMISCUOUS; in pegasus_set_multicast()
1042 pegasus->eth_regs[EthCtrl0] &= ~RX_MULTICAST; in pegasus_set_multicast()
1043 pegasus->eth_regs[EthCtrl2] &= ~RX_PROMISCUOUS; in pegasus_set_multicast()
A Dpegasus.h97 __u8 eth_regs[4]; member
/linux/arch/mips/include/asm/mach-rc32434/
A Deth.h35 struct eth_regs { struct
/linux/arch/mips/rb532/
A Ddevices.c63 .end = ETH0_BASE_ADDR + sizeof(struct eth_regs),
/linux/drivers/net/ethernet/xscale/
A Dixp4xx_eth.c150 struct eth_regs { struct
170 struct eth_regs __iomem *regs; argument
254 static struct eth_regs __iomem *mdio_regs; /* mdio command and status only */
531 static int ixp4xx_mdio_register(struct eth_regs __iomem *regs) in ixp4xx_mdio_register()

Completed in 22 milliseconds