Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.c53 static inline void write_bit_to_ddc( in write_bit_to_ddc() function
113 write_bit_to_ddc(ddc_handle, SCL, true); in write_byte_sw()
130 write_bit_to_ddc(ddc_handle, SDA, true); in write_byte_sw()
134 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()
168 write_bit_to_ddc(ddc_handle, SCL, true); in read_byte_sw()
197 write_bit_to_ddc(ddc_handle, SCL, true); in read_byte_sw()
206 write_bit_to_ddc(ddc_handle, SDA, true); in read_byte_sw()
231 write_bit_to_ddc(ddc_handle, SCL, true); in stop_sync_sw()
236 write_bit_to_ddc(ddc_handle, SDA, true); in stop_sync_sw()
[all …]