Searched refs:INNO_PHY_LANE_CTRL (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | inno_mipi_phy.c | 29 #define INNO_PHY_LANE_CTRL 0x0000 macro 600 inno_update_bits(inno, INNO_PHY_LANE_CTRL, m, v); in inno_mipi_dphy_lane_enable() 619 inno_update_bits(inno, INNO_PHY_LANE_CTRL, PWROK_BP | PWROK, PWROK); in inno_mipi_dphy_da_pwrok_enable() 624 inno_update_bits(inno, INNO_PHY_LANE_CTRL, PWROK_BP | PWROK, PWROK_BP); in inno_mipi_dphy_da_pwrok_disable() 629 inno_update_bits(inno, INNO_PHY_LANE_CTRL, MIPI_BGPD, 0); in inno_mipi_dphy_bgpd_enable() 634 inno_update_bits(inno, INNO_PHY_LANE_CTRL, MIPI_BGPD, MIPI_BGPD); in inno_mipi_dphy_bgpd_disable() 655 inno_update_bits(inno, INNO_PHY_LANE_CTRL, 0x7c, 0x00); in inno_mipi_dphy_lane_disable()
|