Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Datombios_i2c.c55 if (flags & HW_I2C_WRITE) { in radeon_process_i2c_ch()
95 if (!(flags & HW_I2C_WRITE)) in radeon_process_i2c_ch()
119 p->addr, HW_I2C_WRITE, in radeon_atom_hw_i2c_xfer()
137 flags = HW_I2C_WRITE; in radeon_atom_hw_i2c_xfer()
H A Datombios.h7239 #define HW_I2C_WRITE 1 macro
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Datombios_i2c.c56 if (flags & HW_I2C_WRITE) { in amdgpu_atombios_i2c_process_i2c_ch()
103 if (!(flags & HW_I2C_WRITE)) in amdgpu_atombios_i2c_process_i2c_ch()
124 p->addr, HW_I2C_WRITE, in amdgpu_atombios_i2c_xfer()
142 flags = HW_I2C_WRITE; in amdgpu_atombios_i2c_xfer()
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h2331 HW_I2C_WRITE = 1, enumerator
H A Datombios.h8495 #define HW_I2C_WRITE 1 macro