__cbd_out32
#define __cbd_out32(addr, x) __raw_writel(x, addr)
#define __cbd_out32(addr, x) out_be32(addr, x)