Searched refs:NVCTL (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | epic100.c | 193 COMMAND=0, INTSTAT=4, INTMASK=8, GENCTL=0x0C, NVCTL=0x10, EECTL=0x14, enumerator 411 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_init_one() 466 ew32(NVCTL, er32(NVCTL) & ~0x483c); in epic_init_one() 673 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_open() 797 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_restart() 1441 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in ethtool_begin() 1454 ew32(NVCTL, (er32(NVCTL) & ~0x483c) | 0x0000); in ethtool_complete() 1480 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in netdev_ioctl() 1491 ew32(NVCTL, (er32(NVCTL) & ~0x483c) | 0x0000); in netdev_ioctl()
|