Lines Matching defs:i2c
541 R128I2CBusRec i2c;
570 i2c.ddc_reg = R128_GPIO_MONID;
572 i2c.put_clk_mask = R128_GPIO_MONID_EN_2;
573 i2c.get_clk_mask = R128_GPIO_MONID_Y_2;
575 i2c.put_clk_mask = R128_GPIO_MONID_EN_3;
576 i2c.get_clk_mask = R128_GPIO_MONID_Y_3;
579 i2c.put_data_mask = R128_GPIO_MONID_EN_1;
580 i2c.get_data_mask = R128_GPIO_MONID_Y_1;
582 i2c.put_data_mask = R128_GPIO_MONID_EN_0;
583 i2c.get_data_mask = R128_GPIO_MONID_Y_0;
585 r128_output->ddc_i2c = i2c;