Home | History | Annotate | Download | only in src

Lines Matching defs:i2c

339         xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "DDC2/I2C is not properly initialized\n");
542 R128I2CBusRec i2c;
571 i2c.ddc_reg = R128_GPIO_MONID;
573 i2c.put_clk_mask = R128_GPIO_MONID_EN_2;
574 i2c.get_clk_mask = R128_GPIO_MONID_Y_2;
576 i2c.put_clk_mask = R128_GPIO_MONID_EN_3;
577 i2c.get_clk_mask = R128_GPIO_MONID_Y_3;
580 i2c.put_data_mask = R128_GPIO_MONID_EN_1;
581 i2c.get_data_mask = R128_GPIO_MONID_Y_1;
583 i2c.put_data_mask = R128_GPIO_MONID_EN_0;
584 i2c.get_data_mask = R128_GPIO_MONID_Y_0;
586 r128_output->ddc_i2c = i2c;