Searched refs:REG_CLR (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/arm/mach-imx/ |
D | anatop.c | 17 #define REG_CLR 0x8 macro 46 REG_SET : REG_CLR; in imx_anatop_enable_weak2p5() 52 regmap_write(anatop, ANADIG_REG_CORE + (enable ? REG_SET : REG_CLR), in imx_anatop_enable_fet_odrive() 58 regmap_write(anatop, ANADIG_REG_2P5 + (enable ? REG_SET : REG_CLR), in imx_anatop_enable_2p5_pulldown() 64 regmap_write(anatop, ANADIG_ANA_MISC0 + (enable ? REG_SET : REG_CLR), in imx_anatop_disconnect_high_snvs()
|
/linux-6.1.9/drivers/thermal/ |
D | imx_thermal.c | 21 #define REG_CLR 0x8 macro 225 regmap_write(map, soc_data->panic_alarm_ctrl + REG_CLR, in imx_set_panic_temp() 245 regmap_write(map, soc_data->high_alarm_ctrl + REG_CLR, in imx_set_alarm_temp() 676 regmap_write(map, IMX6_MISC1 + REG_CLR, in imx_thermal_probe() 707 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe() 709 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe() 711 regmap_write(map, data->socdata->measure_freq_ctrl + REG_CLR, in imx_thermal_probe() 765 regmap_write(map, data->socdata->measure_freq_ctrl + REG_CLR, in imx_thermal_probe() 775 regmap_write(map, data->socdata->sensor_ctrl + REG_CLR, in imx_thermal_probe() 871 ret = regmap_write(map, socdata->sensor_ctrl + REG_CLR, in imx_thermal_runtime_suspend() [all …]
|
/linux-6.1.9/drivers/gpu/drm/mxsfb/ |
D | mxsfb_kms.c | 215 writel(CTRL_DOTCLK_MODE, mxsfb->base + LCDC_CTRL + REG_CLR); in mxsfb_disable_controller() 238 writel(mask, addr + REG_CLR); in clear_poll_bit() 256 writel(CTRL_CLKGATE, mxsfb->base + LCDC_CTRL + REG_CLR); in mxsfb_reset_block() 269 writel(CTRL1_FIFO_CLEAR, mxsfb->base + LCDC_CTRL1 + REG_CLR); in mxsfb_reset_block() 428 writel(CTRL1_CUR_FRAME_DONE_IRQ, mxsfb->base + LCDC_CTRL1 + REG_CLR); in mxsfb_crtc_enable_vblank() 439 writel(CTRL1_CUR_FRAME_DONE_IRQ_EN, mxsfb->base + LCDC_CTRL1 + REG_CLR); in mxsfb_crtc_disable_vblank() 440 writel(CTRL1_CUR_FRAME_DONE_IRQ, mxsfb->base + LCDC_CTRL1 + REG_CLR); in mxsfb_crtc_disable_vblank()
|
D | mxsfb_drv.c | 177 writel(CTRL1_CUR_FRAME_DONE_IRQ, mxsfb->base + LCDC_CTRL1 + REG_CLR); in mxsfb_irq_handler() 189 writel(CTRL1_CUR_FRAME_DONE_IRQ_EN, mxsfb->base + LCDC_CTRL1 + REG_CLR); in mxsfb_irq_disable() 190 writel(CTRL1_CUR_FRAME_DONE_IRQ, mxsfb->base + LCDC_CTRL1 + REG_CLR); in mxsfb_irq_disable()
|
D | mxsfb_regs.h | 13 #define REG_CLR 8 macro
|
D | lcdif_regs.h | 12 #define REG_CLR 8 macro
|
D | lcdif_kms.c | 218 writel(CTRL_SW_RESET, lcdif->base + LCDC_V8_CTRL + REG_CLR); in lcdif_reset_block()
|
/linux-6.1.9/drivers/phy/freescale/ |
D | phy-fsl-imx8qm-lvds-phy.c | 19 #define REG_CLR 0x8 macro 154 regmap_write(priv->regmap, PHY_CTRL + REG_CLR, in mixel_lvds_phy_power_off() 157 regmap_write(priv->regmap, PHY_CTRL + REG_CLR, in mixel_lvds_phy_power_off()
|