Searched refs:i2c_line (Results 1 – 4 of 4) sorted by relevance
1866 info->i2c_line = record->sucI2cId.bfI2C_LineMux; in get_gpio_i2c_info()1871 le16_to_cpu(header->asGPIO_Info[info->i2c_line].usClkMaskRegisterIndex); in get_gpio_i2c_info()1873 le16_to_cpu(header->asGPIO_Info[info->i2c_line].usClkEnRegisterIndex); in get_gpio_i2c_info()1875 le16_to_cpu(header->asGPIO_Info[info->i2c_line].usClkY_RegisterIndex); in get_gpio_i2c_info()1877 le16_to_cpu(header->asGPIO_Info[info->i2c_line].usClkA_RegisterIndex); in get_gpio_i2c_info()1879 le16_to_cpu(header->asGPIO_Info[info->i2c_line].usDataMaskRegisterIndex); in get_gpio_i2c_info()1881 le16_to_cpu(header->asGPIO_Info[info->i2c_line].usDataEnRegisterIndex); in get_gpio_i2c_info()1883 le16_to_cpu(header->asGPIO_Info[info->i2c_line].usDataY_RegisterIndex); in get_gpio_i2c_info()1885 le16_to_cpu(header->asGPIO_Info[info->i2c_line].usDataA_RegisterIndex); in get_gpio_i2c_info()1888 header->asGPIO_Info[info->i2c_line].ucClkMaskShift; in get_gpio_i2c_info()[all …]
411 info->i2c_line = record->i2c_id & I2C_HW_LANE_MUX; in get_gpio_i2c_info()
95 uint32_t i2c_line; member
213 hw_info.ddc_channel = i2c_info.i2c_line; in ddc_service_construct()