Searched refs:NVCTL (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/smsc/ |
D | epic100.c | 193 COMMAND=0, INTSTAT=4, INTMASK=8, GENCTL=0x0C, NVCTL=0x10, EECTL=0x14, enumerator 414 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_init_one() 469 ew32(NVCTL, er32(NVCTL) & ~0x483c); in epic_init_one() 678 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_open() 802 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_restart() 1455 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in ethtool_begin() 1468 ew32(NVCTL, (er32(NVCTL) & ~0x483c) | 0x0000); in ethtool_complete() 1494 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in netdev_ioctl() 1505 ew32(NVCTL, (er32(NVCTL) & ~0x483c) | 0x0000); in netdev_ioctl()
|