Searched refs:ddc_reg (Results 1 – 2 of 2) sorted by relevance
23 val = INREG(chan->ddc_reg) & ~(VGA_DDC_CLK_OUT_EN); in radeon_gpio_setscl()27 OUTREG(chan->ddc_reg, val); in radeon_gpio_setscl()28 (void)INREG(chan->ddc_reg); in radeon_gpio_setscl()37 val = INREG(chan->ddc_reg) & ~(VGA_DDC_DATA_OUT_EN); in radeon_gpio_setsda()41 OUTREG(chan->ddc_reg, val); in radeon_gpio_setsda()42 (void)INREG(chan->ddc_reg); in radeon_gpio_setsda()51 val = INREG(chan->ddc_reg); in radeon_gpio_getscl()62 val = INREG(chan->ddc_reg); in radeon_gpio_getsda()102 rinfo->i2c[0].ddc_reg = GPIO_MONID; in radeon_create_i2c_busses()109 rinfo->i2c[1].ddc_reg = GPIO_DVI_DDC; in radeon_create_i2c_busses()[all …]
273 u32 ddc_reg; member