Searched refs:dphy_no (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/kmb/ |
D | kmb_dsi.c | 770 static void test_mode_send(struct kmb_dsi *kmb_dsi, u32 dphy_no, in test_mode_send() argument 782 SET_DPHY_TEST_CTRL1_CLK(kmb_dsi, dphy_no); in test_mode_send() 785 SET_TEST_DIN0_3(kmb_dsi, dphy_no, test_code); in test_mode_send() 788 SET_DPHY_TEST_CTRL1_EN(kmb_dsi, dphy_no); in test_mode_send() 791 CLR_DPHY_TEST_CTRL1_CLK(kmb_dsi, dphy_no); in test_mode_send() 794 CLR_DPHY_TEST_CTRL1_EN(kmb_dsi, dphy_no); in test_mode_send() 805 CLR_DPHY_TEST_CTRL1_EN(kmb_dsi, dphy_no); in test_mode_send() 808 CLR_DPHY_TEST_CTRL1_CLK(kmb_dsi, dphy_no); in test_mode_send() 812 DPHY_TEST_DIN0_3 + ((dphy_no / 0x4) * 0x4), in test_mode_send() 813 test_data << ((dphy_no % 4) * 8)); in test_mode_send() [all …]
|