Searched refs:pol_val (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_phy.c | 103 u16 pol_val = 0; in hdmi_phy_configure_lanes() local 108 pol_val |= phy->lane_polarity[0] << 0; in hdmi_phy_configure_lanes() 109 pol_val |= phy->lane_polarity[1] << 3; in hdmi_phy_configure_lanes() 110 pol_val |= phy->lane_polarity[2] << 2; in hdmi_phy_configure_lanes() 111 pol_val |= phy->lane_polarity[3] << 1; in hdmi_phy_configure_lanes() 123 REG_FLD_MOD(phy->base, HDMI_TXPHY_PAD_CFG_CTRL, pol_val, 30, 27); in hdmi_phy_configure_lanes()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_phy.c | 112 u16 pol_val = 0; in hdmi_phy_configure_lanes() local 117 pol_val |= phy->lane_polarity[0] << 0; in hdmi_phy_configure_lanes() 118 pol_val |= phy->lane_polarity[1] << 3; in hdmi_phy_configure_lanes() 119 pol_val |= phy->lane_polarity[2] << 2; in hdmi_phy_configure_lanes() 120 pol_val |= phy->lane_polarity[3] << 1; in hdmi_phy_configure_lanes() 132 REG_FLD_MOD(phy->base, HDMI_TXPHY_PAD_CFG_CTRL, pol_val, 30, 27); in hdmi_phy_configure_lanes()
|
/Linux-v4.19/drivers/iio/accel/ |
D | mma9551_core.c | 542 u8 reg, pol_mask, pol_val; in mma9551_gpio_config() local 588 pol_val = polarity ? pol_mask : 0; in mma9551_gpio_config() 591 pol_mask, pol_val); in mma9551_gpio_config()
|