Searched refs:write_bit_to_ddc (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/ | 
| D | dce_i2c_sw.c | 55 static inline void write_bit_to_ddc(  in write_bit_to_ddc()  function 136 		write_bit_to_ddc(ddc_handle, SDA, (byte >> shift) & 1);  in write_byte_sw() 140 		write_bit_to_ddc(ddc_handle, SCL, true);  in write_byte_sw() 145 		write_bit_to_ddc(ddc_handle, SCL, false);  in write_byte_sw() 157 	write_bit_to_ddc(ddc_handle, SDA, true);  in write_byte_sw() 161 	write_bit_to_ddc(ddc_handle, SCL, true);  in write_byte_sw() 172 	write_bit_to_ddc(ddc_handle, SCL, false);  in write_byte_sw() 195 		write_bit_to_ddc(ddc_handle, SCL, true);  in read_byte_sw() 203 		write_bit_to_ddc(ddc_handle, SCL, false);  in read_byte_sw() 220 	write_bit_to_ddc(ddc_handle, SDA, !more);  in read_byte_sw() [all …] 
 |