Home
last modified time | relevance | path

Searched refs:ATMEL_HLCDC_DIS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mfd/
H A Datmel-hlcdc.h31 #define ATMEL_HLCDC_DIS 0x24 macro
/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c205 regmap_write(regmap, ATMEL_HLCDC_DIS, ATMEL_HLCDC_DISP); in atmel_hlcdc_crtc_atomic_disable()
210 regmap_write(regmap, ATMEL_HLCDC_DIS, ATMEL_HLCDC_SYNC); in atmel_hlcdc_crtc_atomic_disable()
215 regmap_write(regmap, ATMEL_HLCDC_DIS, ATMEL_HLCDC_PIXEL_CLK); in atmel_hlcdc_crtc_atomic_disable()
/openbmc/linux/drivers/mfd/
H A Datmel-hlcdc.c41 if (reg <= ATMEL_HLCDC_DIS) { in regmap_atmel_hlcdc_reg_write()
/openbmc/linux/drivers/pwm/
H A Dpwm-atmel-hlcdc.c152 ret = regmap_write(hlcdc->regmap, ATMEL_HLCDC_DIS, in atmel_hlcdc_pwm_apply()