HomeSort by: relevance | last modified time | path
    Searched defs:read_bit_from_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 46 static inline bool read_bit_from_ddc( function in typeref:typename:bool
92 if (read_bit_from_ddc(ddc, SCL))
148 ack = !read_bit_from_ddc(ddc_handle, SDA);
180 if (read_bit_from_ddc(ddc_handle, SDA))
248 if (read_bit_from_ddc(ddc_handle, SDA))
321 if (!read_bit_from_ddc(ddc_handle, SDA)) {
amdgpu_dce_i2c_sw.c 46 static inline bool read_bit_from_ddc( function in typeref:typename:bool
92 if (read_bit_from_ddc(ddc, SCL))
148 ack = !read_bit_from_ddc(ddc_handle, SDA);
180 if (read_bit_from_ddc(ddc_handle, SDA))
248 if (read_bit_from_ddc(ddc_handle, SDA))
321 if (!read_bit_from_ddc(ddc_handle, SDA)) {
amdgpu_dce_i2c_sw.c 46 static inline bool read_bit_from_ddc( function in typeref:typename:bool
92 if (read_bit_from_ddc(ddc, SCL))
148 ack = !read_bit_from_ddc(ddc_handle, SDA);
180 if (read_bit_from_ddc(ddc_handle, SDA))
248 if (read_bit_from_ddc(ddc_handle, SDA))
321 if (!read_bit_from_ddc(ddc_handle, SDA)) {

Completed in 31 milliseconds