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

/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.c53 static inline void write_bit_to_ddc( function
109 write_bit_to_ddc(ddc_handle, SDA, (byte >> shift) & 1);
113 write_bit_to_ddc(ddc_handle, SCL, true);
118 write_bit_to_ddc(ddc_handle, SCL, false);
130 write_bit_to_ddc(ddc_handle, SDA, true);
134 write_bit_to_ddc(ddc_handle, SCL, true);
145 write_bit_to_ddc(ddc_handle, SCL, false);
168 write_bit_to_ddc(ddc_handle, SCL, true);
176 write_bit_to_ddc(ddc_handle, SCL, false);
193 write_bit_to_ddc(ddc_handl
[all...]

Completed in 183 milliseconds