Searched refs:REG_CLR (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm/mach-imx/ |
D | anatop.c | 22 #define REG_CLR 0x8 macro 53 REG_SET : REG_CLR; in imx_anatop_enable_weak2p5() 59 regmap_write(anatop, ANADIG_REG_CORE + (enable ? REG_SET : REG_CLR), in imx_anatop_enable_fet_odrive() 65 regmap_write(anatop, ANADIG_REG_2P5 + (enable ? REG_SET : REG_CLR), in imx_anatop_enable_2p5_pulldown() 71 regmap_write(anatop, ANADIG_ANA_MISC0 + (enable ? REG_SET : REG_CLR), in imx_anatop_disconnect_high_snvs()
|
/linux-4.4.14/drivers/thermal/ |
D | imx_thermal.c | 29 #define REG_CLR 0x8 macro 115 regmap_write(map, TEMPSENSE2 + REG_CLR, TEMPSENSE2_PANIC_VALUE_MASK); in imx_set_panic_temp() 128 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_ALARM_VALUE_MASK); in imx_set_alarm_temp() 151 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_POWER_DOWN); in imx_get_temp() 167 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_MEASURE_TEMP); in imx_get_temp() 228 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_POWER_DOWN); in imx_set_mode() 236 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_MEASURE_TEMP); in imx_set_mode() 497 regmap_write(map, MISC1 + REG_CLR, MISC1_IRQ_TEMPHIGH | in imx_thermal_probe() 520 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_POWER_DOWN); in imx_thermal_probe() 521 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_MEASURE_TEMP); in imx_thermal_probe() [all …]
|
/linux-4.4.14/drivers/video/fbdev/ |
D | mxsfb.c | 56 #define REG_CLR 8 macro 381 writel(CTRL_DOTCLK_MODE, host->base + LCDC_CTRL + REG_CLR); in mxsfb_disable_controller() 999 writel(CTRL_RUN, host->base + LCDC_CTRL + REG_CLR); in mxsfb_shutdown()
|