Lines Matching defs:test_data

772 			   u32 test_code, u32 test_data)
814 test_data << ((dphy_no % 4) * 8));
997 u32 test_code = 0, test_data = 0;
1002 test_data = 0x02;
1003 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1007 test_data = 0x00;
1008 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1013 u32 test_code = 0, test_data = 0;
1023 test_data = (0x03 | (1 << 6));
1024 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1028 test_data = 0x01;
1029 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1035 test_data = (0x72f & 0x7f);
1036 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1042 test_data = ((0x72f >> 6) & 0x1f) | (1 << 7);
1043 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1048 u32 test_code = 0, test_data = 0;
1058 test_data = (0x03 | (1 << 6));
1059 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1063 test_data = 0x01;
1064 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1068 test_data = (0x523 & 0x7f);
1069 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1073 test_data = ((0x523 >> 6) & 0x1f) | (1 << 7);
1074 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1080 u32 test_code = 0, test_data = 0;
1084 test_data = 0x01;
1085 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1101 u32 i, test_code = 0, test_data = 0;
1111 test_data = (mipi_hs_freq_range[i].hsfreqrange_code & 0x7f) |
1113 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1122 u32 test_code = 0, test_data = 0, val;
1148 test_data = 0x01;
1150 test_data = 0x00;
1153 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);
1181 test_data = 0x0;
1182 test_mode_send(kmb_dsi, dphy_no, test_code, test_data);