Searched refs:WORD_REG_BITS_ON (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 36 #define WORD_REG_BITS_ON(x,p) do { writew(readw((p))|(x),(p));} while (0) macro
|
H A D | via-velocity.c | 511 WORD_REG_BITS_ON(MCFG_VIDFR, ®s->MCFG); in velocity_init_cam_filter()
|
H A D | via-rhine.c | 482 #define WORD_REG_BITS_ON(x, p) do { iowrite16((ioread16((p))|(x)), (p)); } while (0) macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 35 #define WORD_REG_BITS_ON(x,p) do { writew(readw((p))|(x),(p));} while (0) macro
|
H A D | via-velocity.c | 511 WORD_REG_BITS_ON(MCFG_VIDFR, ®s->MCFG); in velocity_init_cam_filter()
|
H A D | via-rhine.c | 482 #define WORD_REG_BITS_ON(x, p) do { iowrite16((ioread16((p))|(x)), (p)); } while (0) macro
|
Completed in 22 milliseconds