Searched refs:cfg1_settings (Results 1 – 1 of 1) sorted by relevance
2154 static const u8 cfg1_settings[] = { 0x13, 0x23, 0x1d }; in qmp_v3_calibrate_dp_phy() local2158 qmp->dp_aux_cfg %= ARRAY_SIZE(cfg1_settings); in qmp_v3_calibrate_dp_phy()2159 val = cfg1_settings[qmp->dp_aux_cfg]; in qmp_v3_calibrate_dp_phy()2345 static const u8 cfg1_settings[] = { 0x20, 0x13, 0x23, 0x1d }; in qmp_v4_calibrate_dp_phy() local2349 qmp->dp_aux_cfg %= ARRAY_SIZE(cfg1_settings); in qmp_v4_calibrate_dp_phy()2350 val = cfg1_settings[qmp->dp_aux_cfg]; in qmp_v4_calibrate_dp_phy()