Searched refs:REG_CLR (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | anatop.c | 22 #define REG_CLR 0x8 macro 52 REG_SET : REG_CLR; imx_anatop_enable_weak2p5() 58 regmap_write(anatop, ANADIG_REG_CORE + (enable ? REG_SET : REG_CLR), imx_anatop_enable_fet_odrive() 64 regmap_write(anatop, ANADIG_REG_2P5 + (enable ? REG_SET : REG_CLR), imx_anatop_enable_2p5_pulldown() 70 regmap_write(anatop, ANADIG_ANA_MISC0 + (enable ? REG_SET : REG_CLR), imx_anatop_disconnect_high_snvs()
|
/linux-4.1.27/drivers/thermal/ |
H A D | imx_thermal.c | 29 #define REG_CLR 0x8 macro 118 regmap_write(map, TEMPSENSE2 + REG_CLR, TEMPSENSE2_PANIC_VALUE_MASK); imx_set_panic_temp() 131 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_ALARM_VALUE_MASK); imx_set_alarm_temp() 154 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_POWER_DOWN); imx_get_temp() 170 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_MEASURE_TEMP); imx_get_temp() 231 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_POWER_DOWN); imx_set_mode() 239 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_MEASURE_TEMP); imx_set_mode() 476 regmap_write(map, MISC1 + REG_CLR, MISC1_IRQ_TEMPHIGH | imx_thermal_probe() 507 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_POWER_DOWN); imx_thermal_probe() 508 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_MEASURE_TEMP); imx_thermal_probe() 509 regmap_write(map, TEMPSENSE1 + REG_CLR, TEMPSENSE1_MEASURE_FREQ); imx_thermal_probe() 563 regmap_write(map, TEMPSENSE1 + REG_CLR, TEMPSENSE1_MEASURE_FREQ); imx_thermal_probe() 571 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_POWER_DOWN); imx_thermal_probe() 608 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_MEASURE_TEMP); imx_thermal_suspend() 623 regmap_write(map, TEMPSENSE0 + REG_CLR, TEMPSENSE0_POWER_DOWN); imx_thermal_resume()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | mxsfb.c | 56 #define REG_CLR 8 macro 381 writel(CTRL_DOTCLK_MODE, host->base + LCDC_CTRL + REG_CLR); mxsfb_disable_controller() 999 writel(CTRL_RUN, host->base + LCDC_CTRL + REG_CLR); mxsfb_shutdown()
|
Completed in 112 milliseconds