Searched refs:cfg1_settings (Results 1 – 1 of 1) sorted by relevance
2148 static const u8 cfg1_settings[] = { 0x13, 0x23, 0x1d }; in qmp_v3_calibrate_dp_phy() local2152 qmp->dp_aux_cfg %= ARRAY_SIZE(cfg1_settings); in qmp_v3_calibrate_dp_phy()2153 val = cfg1_settings[qmp->dp_aux_cfg]; in qmp_v3_calibrate_dp_phy()2341 static const u8 cfg1_settings[] = { 0x20, 0x13, 0x23, 0x1d }; in qmp_v4_calibrate_dp_phy() local2345 qmp->dp_aux_cfg %= ARRAY_SIZE(cfg1_settings); in qmp_v4_calibrate_dp_phy()2346 val = cfg1_settings[qmp->dp_aux_cfg]; in qmp_v4_calibrate_dp_phy()