Searched refs:I2C_HW_CAP (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h713 I2C_HW_CAP =0x80, /*only when the I2C_HW_CAP is set, the pin ID is assigned to an I2C pin pair, otherwise, it's an generic GPIO pin */ enumerator in enum:atom_gpio_pin_assignment_gpio_id
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c494 if (((record->i2c_id & I2C_HW_CAP) == (pin->gpio_id & I2C_HW_CAP)) &&
511 info->i2c_hw_assist = (record->i2c_id & I2C_HW_CAP) ? true : false;

Completed in 249 milliseconds