Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-combo.c2154 static const u8 cfg1_settings[] = { 0x13, 0x23, 0x1d }; in qmp_v3_calibrate_dp_phy() local
2158 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() local
2349 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()