Lines Matching refs:regmap
90 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_update_apply() local
104 regmap_write(regmap, in atmel_hlcdc_layer_update_apply()
124 regmap_write(regmap, in atmel_hlcdc_layer_update_apply()
128 regmap_write(regmap, in atmel_hlcdc_layer_update_apply()
132 regmap_write(regmap, in atmel_hlcdc_layer_update_apply()
148 regmap_write(regmap, in atmel_hlcdc_layer_update_apply()
168 regmap_write(regmap, in atmel_hlcdc_layer_update_apply()
181 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_irq() local
191 regmap_read(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_IMR, &imr); in atmel_hlcdc_layer_irq()
192 regmap_read(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_ISR, &isr); in atmel_hlcdc_layer_irq()
276 regmap_write(regmap, in atmel_hlcdc_layer_irq()
305 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_disable() local
313 regmap_write(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_CHDR, in atmel_hlcdc_layer_disable()
318 regmap_read(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_ISR, &isr); in atmel_hlcdc_layer_disable()
350 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_update_start() local
413 regmap_bulk_read(regmap, in atmel_hlcdc_layer_update_start()
605 struct regmap *regmap = dc->hlcdc->regmap; in atmel_hlcdc_layer_init() local
614 regmap_write(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_CHDR, in atmel_hlcdc_layer_init()
635 regmap_write(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_IDR, in atmel_hlcdc_layer_init()
637 regmap_read(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_ISR, in atmel_hlcdc_layer_init()
648 regmap_write(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_IER, tmp); in atmel_hlcdc_layer_init()
657 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_cleanup() local
659 regmap_write(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_IDR, in atmel_hlcdc_layer_cleanup()
661 regmap_write(regmap, desc->regs_offset + ATMEL_HLCDC_LAYER_CHDR, in atmel_hlcdc_layer_cleanup()