DWORD_REG_BITS_IS_ON
#define DWORD_REG_BITS_IS_ON(x, p) (ioread32((p)) & (x))
#define DWORD_REG_BITS_IS_ON(x,p) (readl((p)) & (x))