Searched refs:WORD_REG_BITS_ON (Results 1 – 3 of 3) sorted by relevance
36 #define WORD_REG_BITS_ON(x,p) do { writew(readw((p))|(x),(p));} while (0) macro
482 #define WORD_REG_BITS_ON(x, p) do { iowrite16((ioread16((p))|(x)), (p)); } while (0) macro
511 WORD_REG_BITS_ON(MCFG_VIDFR, ®s->MCFG); in velocity_init_cam_filter()