Home
last modified time | relevance | path

Searched refs:ASICCtrl (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/dlink/
Dsundance.c257 ASICCtrl = 0x30, enumerator
456 void __iomem *ioaddr = np->base + ASICCtrl; in sundance_reset()
624 dev->name, ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
660 if (ioread32 (ioaddr + ASICCtrl) & 0x80) { in sundance_probe1()
689 printk("ASIC Control is %x.\n", ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
692 printk("ASIC Control is now %x.\n", ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
876 iowrite32(ioread32(ioaddr + ASICCtrl) | 0x0C, ioaddr + ASICCtrl); in netdev_open()
1871 ioaddr + ASIC_HI_WORD(ASICCtrl)); in netdev_close()
1874 if ((ioread16(ioaddr + ASIC_HI_WORD(ASICCtrl)) & ResetBusy) == 0) in netdev_close()
Ddl2k.c257 np->phy_media = (dr16(ASICCtrl) & PhyMedia) ? 1 : 0; in rio_probe1()
423 dw16(ASICCtrl + 2, in rio_open()
777 dw16(ASICCtrl + 2, in tx_error()
781 if (!(dr16(ASICCtrl + 2) & ResetBusy)) in tx_error()
797 dw16(ASICCtrl + 2, TxReset | FIFOReset); in tx_error()
800 if (!(dr16(ASICCtrl + 2) & ResetBusy)) in tx_error()
968 dw16(ASICCtrl + 2, GlobalReset | HostReset); in rio_error()
Ddl2k.h68 ASICCtrl = 0x30, enumerator