Searched refs:mipi_phy_rst_mask (Results 1 – 1 of 1) sorted by relevance
56 u32 mipi_phy_rst_mask; member102 if (data->mipi_phy_rst_mask) in imx8m_blk_ctrl_power_on()103 regmap_clear_bits(bc->regmap, BLK_MIPI_RESET_DIV, data->mipi_phy_rst_mask); in imx8m_blk_ctrl_power_on()125 if (data->mipi_phy_rst_mask) in imx8m_blk_ctrl_power_on()126 regmap_set_bits(bc->regmap, BLK_MIPI_RESET_DIV, data->mipi_phy_rst_mask); in imx8m_blk_ctrl_power_on()152 if (data->mipi_phy_rst_mask) in imx8m_blk_ctrl_power_off()153 regmap_clear_bits(bc->regmap, BLK_MIPI_RESET_DIV, data->mipi_phy_rst_mask); in imx8m_blk_ctrl_power_off()573 .mipi_phy_rst_mask = BIT(17),582 .mipi_phy_rst_mask = BIT(16),627 .mipi_phy_rst_mask = BIT(17),[all …]