Lines Matching refs:data
289 int reg_nr, unsigned long data)
291 iowrite32(data, chan->lcdc->base + chan->reg_offs[reg_nr]);
293 iowrite32(data, chan->lcdc->base + chan->reg_offs[reg_nr] +
298 int reg_nr, unsigned long data)
300 iowrite32(data, chan->lcdc->base + chan->reg_offs[reg_nr] +
311 int reg, unsigned long data)
313 iowrite32(data, ovl->channel->lcdc->base + reg);
314 iowrite32(data, ovl->channel->lcdc->base + reg + SIDE_B_OFFSET);
318 unsigned long reg_offs, unsigned long data)
320 iowrite32(data, priv->base + reg_offs);
399 static void lcdc_sys_write_index(void *handle, unsigned long data)
403 lcdc_write(ch->lcdc, _LDDWD0R, data | LDDWDxR_WDACT);
410 static void lcdc_sys_write_data(void *handle, unsigned long data)
414 lcdc_write(ch->lcdc, _LDDWD0R, data | LDDWDxR_WDACT | LDDWDxR_RSW);
639 static irqreturn_t sh_mobile_lcdc_irq(int irq, void *data)
641 struct sh_mobile_lcdc_priv *priv = data;
883 /* Enable LCDC channels. Read data from external memory, avoid using the
2518 dev_err(&pdev->dev, "no platform data defined\n");