Searched refs:ASICCtrl (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/dlink/ |
D | sundance.c | 249 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() 1859 ioaddr + ASIC_HI_WORD(ASICCtrl)); in netdev_close() 1862 if ((ioread16(ioaddr + ASIC_HI_WORD(ASICCtrl)) & ResetBusy) == 0) in netdev_close()
|
D | dl2k.c | 248 np->phy_media = (dr16(ASICCtrl) & PhyMedia) ? 1 : 0; in rio_probe1() 413 mode = dr32(ASICCtrl); in rio_set_led_mode() 423 dw32(ASICCtrl, mode); in rio_set_led_mode() 528 dw16(ASICCtrl + 2, in rio_hw_init() 877 dw16(ASICCtrl + 2, in tx_error() 881 if (!(dr16(ASICCtrl + 2) & ResetBusy)) in tx_error() 898 dw16(ASICCtrl + 2, TxReset | FIFOReset); in tx_error() 901 if (!(dr16(ASICCtrl + 2) & ResetBusy)) in tx_error() 1064 dw16(ASICCtrl + 2, GlobalReset | HostReset); in rio_error()
|
D | dl2k.h | 65 ASICCtrl = 0x30, enumerator
|