Searched defs:DWORD_REG_BITS_ON (Results 1 – 2 of 2) sorted by relevance
483 #define DWORD_REG_BITS_ON(x, p) do { iowrite32((ioread32((p))|(x)), (p)); } while (0) macro
36 #define DWORD_REG_BITS_ON(x,p) do { writel(readl((p))|(x),(p));} while (0) macro