Home
last modified time | relevance | path

Searched refs:WORD_REG_BITS_ON (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h35 #define WORD_REG_BITS_ON(x,p) do { writew(readw((p))|(x),(p));} while (0) macro
H A Dvia-rhine.c482 #define WORD_REG_BITS_ON(x, p) do { iowrite16((ioread16((p))|(x)), (p)); } while (0) macro
H A Dvia-velocity.c511 WORD_REG_BITS_ON(MCFG_VIDFR, &regs->MCFG); in velocity_init_cam_filter()