Searched refs:aux_write (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/video/
H A Dlogicore_dp_tx.c600 * aux_write() - Issue AUX write request
613 static int aux_write(struct udevice *dev, u32 dpcd_address, u32 bytes_to_write, function
874 status = aux_write(dev, DPCD_LANE_COUNT_SET, 0x1, &val);
914 status = aux_write(dev, DPCD_LANE_COUNT_SET, 0x1, &val);
999 status = aux_write(dev, DPCD_LINK_BW_SET, 1,
1162 status = aux_write(dev, DPCD_TRAINING_LANE0_SET, 4, aux_data);
1358 status = aux_write(dev, DPCD_TP_SET, 1, aux_data);
1360 status = aux_write(dev, DPCD_TP_SET, 5, aux_data);
2173 aux_write(dev, DPCD_SET_POWER_DP_PWR_VOLTAGE, 1, &power);
/u-boot/drivers/video/zynqmp/
H A Dzynqmp_dpsub.c674 * aux_write() - Issue AUX write request
687 static int aux_write(struct udevice *dev, u32 dpcd_address, u32 bytes_to_write, function
720 status = aux_write(dev, DP_DPCD_SET_POWER_DP_PWR_VOLTAGE, 1, &aux_data);
723 status = aux_write(dev, DP_DPCD_SET_POWER_DP_PWR_VOLTAGE, 1, &aux_data);
814 return aux_write(dev, DP_DPCD_LANE_COUNT_SET, 0x1, &regval);
847 return aux_write(dev, DP_DPCD_LANE_COUNT_SET, 0x1, &regval);
920 return aux_write(dev, DP_DPCD_LINK_BW_SET, 0x1,
946 return aux_write(dev, DP_DPCD_DOWNSPREAD_CTRL, 0x1, &regval);
1029 return aux_write(dev, DP_DPCD_TP_SET, 1, aux_data);
1031 return aux_write(de
[all...]

Completed in 93 milliseconds