Searched refs:REG_DSI_28nm_PHY_LN_CFG_4 (Results 1 – 2 of 2) sorted by relevance
254 dsi_phy_write(base + REG_DSI_28nm_PHY_LN_CFG_4(0), 0); in dsi_28nm_phy_enable()255 dsi_phy_write(base + REG_DSI_28nm_PHY_LN_CFG_4(1), 0x5); in dsi_28nm_phy_enable()256 dsi_phy_write(base + REG_DSI_28nm_PHY_LN_CFG_4(2), 0xa); in dsi_28nm_phy_enable()257 dsi_phy_write(base + REG_DSI_28nm_PHY_LN_CFG_4(3), 0xf); in dsi_28nm_phy_enable()
669 static inline uint32_t REG_DSI_28nm_PHY_LN_CFG_4(uint32_t i0) { return 0x00000010 + 0x40*i0; } in REG_DSI_28nm_PHY_LN_CFG_4() function