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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_smu_v11_0_i2c.c 220 * smu_v11_0_i2c_transmit - Send a block of data over the I2C bus to a slave device.
229 static uint32_t smu_v11_0_i2c_transmit(struct i2c_adapter *control, function in typeref:typename:uint32_t
556 ret = smu_v11_0_i2c_transmit(control, address, data, 2, I2C_NO_STOP);
578 ret = smu_v11_0_i2c_transmit(control, address, data, numbytes, 0);
amdgpu_smu_v11_0_i2c.c 220 * smu_v11_0_i2c_transmit - Send a block of data over the I2C bus to a slave device.
229 static uint32_t smu_v11_0_i2c_transmit(struct i2c_adapter *control, function in typeref:typename:uint32_t
556 ret = smu_v11_0_i2c_transmit(control, address, data, 2, I2C_NO_STOP);
578 ret = smu_v11_0_i2c_transmit(control, address, data, numbytes, 0);

Completed in 30 milliseconds