Searched refs:NVCTL (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/smsc/ |
H A D | epic100.c | 193 COMMAND=0, INTSTAT=4, INTMASK=8, GENCTL=0x0C, NVCTL=0x10, EECTL=0x14, enumerator 415 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_init_one() 471 ew32(NVCTL, er32(NVCTL) & ~0x483c); in epic_init_one() 680 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_open() 804 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in epic_restart() 1457 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in ethtool_begin() 1470 ew32(NVCTL, (er32(NVCTL) & ~0x483c) | 0x0000); in ethtool_complete() 1496 ew32(NVCTL, (er32(NVCTL) & ~0x003c) | 0x4800); in netdev_ioctl() 1507 ew32(NVCTL, (er32(NVCTL) & ~0x483c) | 0x0000); in netdev_ioctl()
|