Home
last modified time | relevance | path

Searched refs:mipi_tx_phy_enable (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmax96712.c796 u8 mipi_tx_phy_enable = 0; in max96712_dphy_dpll_predef_set() local
800 DEV_REG_VALUE_08BITS, &mipi_tx_phy_enable); in max96712_dphy_dpll_predef_set()
803 mipi_tx_phy_enable = (mipi_tx_phy_enable & 0xF0) >> 4; in max96712_dphy_dpll_predef_set()
806 mipi_tx_phy_enable, link_freq_mhz); in max96712_dphy_dpll_predef_set()
817 if (mipi_tx_phy_enable & BIT(0)) { in max96712_dphy_dpll_predef_set()
832 if (mipi_tx_phy_enable & BIT(1)) { in max96712_dphy_dpll_predef_set()
847 if (mipi_tx_phy_enable & BIT(2)) { in max96712_dphy_dpll_predef_set()
862 if (mipi_tx_phy_enable & BIT(3)) { in max96712_dphy_dpll_predef_set()
H A Dmax96722.c814 u8 mipi_tx_phy_enable = 0; in max96722_dphy_dpll_predef_set() local
818 DEV_REG_VALUE_08BITS, &mipi_tx_phy_enable); in max96722_dphy_dpll_predef_set()
821 mipi_tx_phy_enable = (mipi_tx_phy_enable & 0xF0) >> 4; in max96722_dphy_dpll_predef_set()
824 mipi_tx_phy_enable, link_freq_mhz); in max96722_dphy_dpll_predef_set()
835 if (mipi_tx_phy_enable & BIT(0)) { in max96722_dphy_dpll_predef_set()
850 if (mipi_tx_phy_enable & BIT(1)) { in max96722_dphy_dpll_predef_set()
865 if (mipi_tx_phy_enable & BIT(2)) { in max96722_dphy_dpll_predef_set()
880 if (mipi_tx_phy_enable & BIT(3)) { in max96722_dphy_dpll_predef_set()