Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c771 static void test_mode_send(struct kmb_dsi *kmb_dsi, u32 dphy_no, in test_mode_send() argument
783 SET_DPHY_TEST_CTRL1_CLK(kmb_dsi, dphy_no); in test_mode_send()
786 SET_TEST_DIN0_3(kmb_dsi, dphy_no, test_code); in test_mode_send()
789 SET_DPHY_TEST_CTRL1_EN(kmb_dsi, dphy_no); in test_mode_send()
792 CLR_DPHY_TEST_CTRL1_CLK(kmb_dsi, dphy_no); in test_mode_send()
795 CLR_DPHY_TEST_CTRL1_EN(kmb_dsi, dphy_no); in test_mode_send()
806 CLR_DPHY_TEST_CTRL1_EN(kmb_dsi, dphy_no); in test_mode_send()
809 CLR_DPHY_TEST_CTRL1_CLK(kmb_dsi, dphy_no); in test_mode_send()
813 DPHY_TEST_DIN0_3 + ((dphy_no / 0x4) * 0x4), in test_mode_send()
814 test_data << ((dphy_no % 4) * 8)); in test_mode_send()
[all …]