Searched refs:WORD_REG_BITS_SET (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 48 #define WORD_REG_BITS_SET(x,m,p) do { writew( (readw((p)) & (~(m))) |(x),(p));} while (0) macro
|
H A D | via-velocity.c | 510 WORD_REG_BITS_SET(MCFG_PQEN, MCFG_RTGOPT, ®s->MCFG); in velocity_init_cam_filter()
|
H A D | via-rhine.c | 494 #define WORD_REG_BITS_SET(x, m, p) do { iowrite16((ioread16((p)) & (~(m)))|(x), (p)); } while (0) macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 47 #define WORD_REG_BITS_SET(x,m,p) do { writew( (readw((p)) & (~(m))) |(x),(p));} while (0) macro
|
H A D | via-velocity.c | 510 WORD_REG_BITS_SET(MCFG_PQEN, MCFG_RTGOPT, ®s->MCFG); in velocity_init_cam_filter()
|
H A D | via-rhine.c | 494 #define WORD_REG_BITS_SET(x, m, p) do { iowrite16((ioread16((p)) & (~(m)))|(x), (p)); } while (0) macro
|
Completed in 23 milliseconds