Lines Matching defs:bgwrite
60 #define bgwrite(dat, adr) writel((dat), bg->mmio+(adr))
79 bgwrite(data, BT848_GPIO_DATA);
83 bgwrite(outen, BT848_GPIO_OUT_EN);
114 bgwrite(outen, BT848_GPIO_OUT_EN);
121 bgwrite(data, BT848_GPIO_DATA);
142 bgwrite(data, BT848_GPIO_DATA);
200 bgwrite(0, BT848_INT_MASK);
203 bgwrite(0, BT848_GPIO_DMA_CTL);
204 bgwrite(0, BT848_GPIO_REG_INP);
205 bgwrite(0, BT848_GPIO_OUT_EN);
228 bgwrite(0, BT848_INT_MASK);
229 bgwrite(~0x0, BT848_INT_STAT);
230 bgwrite(0x0, BT848_GPIO_OUT_EN);
246 bgwrite(0, BT848_INT_MASK);
247 bgwrite(~0x0, BT848_INT_STAT);
248 bgwrite(0x0, BT848_GPIO_OUT_EN);
273 bgwrite(0, BT848_INT_MASK);
274 bgwrite(0, BT848_GPIO_DMA_CTL);
275 bgwrite(0, BT848_GPIO_REG_INP);
276 bgwrite(bg->saved_outen, BT848_GPIO_OUT_EN);
277 bgwrite(bg->saved_data & bg->saved_outen,