Searched refs:INNO_PHY_LANE_CTRL (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | inno_mipi_phy.c | 29 #define INNO_PHY_LANE_CTRL 0x0000 macro 568 inno_update_bits(inno, INNO_PHY_LANE_CTRL, m, v); in inno_mipi_dphy_lane_enable() 587 inno_update_bits(inno, INNO_PHY_LANE_CTRL, PWROK_BP | PWROK, PWROK); in inno_mipi_dphy_da_pwrok_enable() 592 inno_update_bits(inno, INNO_PHY_LANE_CTRL, PWROK_BP | PWROK, PWROK_BP); in inno_mipi_dphy_da_pwrok_disable() 597 inno_update_bits(inno, INNO_PHY_LANE_CTRL, MIPI_BGPD, 0); in inno_mipi_dphy_bgpd_enable() 602 inno_update_bits(inno, INNO_PHY_LANE_CTRL, MIPI_BGPD, MIPI_BGPD); in inno_mipi_dphy_bgpd_disable() 623 inno_update_bits(inno, INNO_PHY_LANE_CTRL, 0x7c, 0x00); in inno_mipi_dphy_lane_disable()
|