HomeSort by: relevance | last modified time | path
    Searched defs:write_bit_to_ddc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_i2c_sw.c 60 static inline void write_bit_to_ddc( function in typeref:typename:void
116 write_bit_to_ddc(ddc_handle, SDA, (byte >> shift) & 1);
120 write_bit_to_ddc(ddc_handle, SCL, true);
125 write_bit_to_ddc(ddc_handle, SCL, false);
137 write_bit_to_ddc(ddc_handle, SDA, true);
141 write_bit_to_ddc(ddc_handle, SCL, true);
152 write_bit_to_ddc(ddc_handle, SCL, false);
175 write_bit_to_ddc(ddc_handle, SCL, true);
183 write_bit_to_ddc(ddc_handle, SCL, false);
200 write_bit_to_ddc(ddc_handle, SDA, !more)
    [all...]
amdgpu_dce_i2c_sw.c 60 static inline void write_bit_to_ddc( function in typeref:typename:void
116 write_bit_to_ddc(ddc_handle, SDA, (byte >> shift) & 1);
120 write_bit_to_ddc(ddc_handle, SCL, true);
125 write_bit_to_ddc(ddc_handle, SCL, false);
137 write_bit_to_ddc(ddc_handle, SDA, true);
141 write_bit_to_ddc(ddc_handle, SCL, true);
152 write_bit_to_ddc(ddc_handle, SCL, false);
175 write_bit_to_ddc(ddc_handle, SCL, true);
183 write_bit_to_ddc(ddc_handle, SCL, false);
200 write_bit_to_ddc(ddc_handle, SDA, !more)
    [all...]
amdgpu_dce_i2c_sw.c 60 static inline void write_bit_to_ddc( function in typeref:typename:void
116 write_bit_to_ddc(ddc_handle, SDA, (byte >> shift) & 1);
120 write_bit_to_ddc(ddc_handle, SCL, true);
125 write_bit_to_ddc(ddc_handle, SCL, false);
137 write_bit_to_ddc(ddc_handle, SDA, true);
141 write_bit_to_ddc(ddc_handle, SCL, true);
152 write_bit_to_ddc(ddc_handle, SCL, false);
175 write_bit_to_ddc(ddc_handle, SCL, true);
183 write_bit_to_ddc(ddc_handle, SCL, false);
200 write_bit_to_ddc(ddc_handle, SDA, !more)
    [all...]

Completed in 36 milliseconds