Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dlink/
H A Dsundance.c249 ASICCtrl = 0x30, enumerator
449 void __iomem *ioaddr = np->base + ASICCtrl; in sundance_reset()
617 dev->name, ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
653 if (ioread32 (ioaddr + ASICCtrl) & 0x80) { in sundance_probe1()
682 printk("ASIC Control is %x.\n", ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
685 printk("ASIC Control is now %x.\n", ioread32(ioaddr + ASICCtrl)); in sundance_probe1()
867 iowrite32(ioread32(ioaddr + ASICCtrl) | 0x0C, ioaddr + ASICCtrl); in netdev_open()
1862 ioaddr + ASIC_HI_WORD(ASICCtrl)); in netdev_close()
1865 if ((ioread16(ioaddr + ASIC_HI_WORD(ASICCtrl)) & ResetBusy) == 0) in netdev_close()