Searched defs:WORD_REG_BITS_ON (Results 1 – 2 of 2) sorted by relevance
482 #define WORD_REG_BITS_ON(x, p) do { iowrite16((ioread16((p))|(x)), (p)); } while (0) macro
35 #define WORD_REG_BITS_ON(x,p) do { writew(readw((p))|(x),(p));} while (0) macro