Lines Matching refs:data
288 int reg_nr, unsigned long data)
290 iowrite32(data, chan->lcdc->base + chan->reg_offs[reg_nr]);
292 iowrite32(data, chan->lcdc->base + chan->reg_offs[reg_nr] +
297 int reg_nr, unsigned long data)
299 iowrite32(data, chan->lcdc->base + chan->reg_offs[reg_nr] +
310 int reg, unsigned long data)
312 iowrite32(data, ovl->channel->lcdc->base + reg);
313 iowrite32(data, ovl->channel->lcdc->base + reg + SIDE_B_OFFSET);
317 unsigned long reg_offs, unsigned long data)
319 iowrite32(data, priv->base + reg_offs);
396 static void lcdc_sys_write_index(void *handle, unsigned long data)
400 lcdc_write(ch->lcdc, _LDDWD0R, data | LDDWDxR_WDACT);
407 static void lcdc_sys_write_data(void *handle, unsigned long data)
411 lcdc_write(ch->lcdc, _LDDWD0R, data | LDDWDxR_WDACT | LDDWDxR_RSW);
632 static irqreturn_t sh_mobile_lcdc_irq(int irq, void *data)
634 struct sh_mobile_lcdc_priv *priv = data;
876 /* Enable LCDC channels. Read data from external memory, avoid using the
2514 dev_err(&pdev->dev, "no platform data defined\n");