Searched refs:RCR_CLEAR (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 89 #define RCR_CLEAR 0x0 /* set it to a base state */ macro
|
H A D | smc9194.c | 331 outw( RCR_CLEAR, ioaddr + RCR ); in smc_reset() 393 outb( RCR_CLEAR, ioaddr + RCR ); in smc_shutdown()
|
H A D | smc91c92_cs.c | 236 #define RCR_CLEAR 0x0 /* set it to a base state */ macro 1652 outw(RCR_CLEAR, ioaddr + RCR); in smc_reset()
|
H A D | smc91x.c | 306 SMC_SET_RCR(lp, RCR_CLEAR); in smc_reset() 385 SMC_SET_RCR(lp, RCR_CLEAR); in smc_shutdown()
|
H A D | smc91x.h | 539 #define RCR_CLEAR 0x0 // set it to a base state macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc9194.h | 89 #define RCR_CLEAR 0x0 /* set it to a base state */ macro
|
H A D | smc9194.c | 331 outw( RCR_CLEAR, ioaddr + RCR ); in smc_reset() 393 outb( RCR_CLEAR, ioaddr + RCR ); in smc_shutdown()
|
H A D | smc91c92_cs.c | 236 #define RCR_CLEAR 0x0 /* set it to a base state */ macro 1655 outw(RCR_CLEAR, ioaddr + RCR); in smc_reset()
|
H A D | smc91x.c | 306 SMC_SET_RCR(lp, RCR_CLEAR); in smc_reset() 385 SMC_SET_RCR(lp, RCR_CLEAR); in smc_shutdown()
|
H A D | smc91x.h | 528 #define RCR_CLEAR 0x0 // set it to a base state macro
|
Completed in 20 milliseconds