Searched refs:ddc_reg (Results 1 – 2 of 2) sorted by relevance
24 val = INREG(chan->ddc_reg) & ~(VGA_DDC_CLK_OUT_EN); in radeon_gpio_setscl()28 OUTREG(chan->ddc_reg, val); in radeon_gpio_setscl()29 (void)INREG(chan->ddc_reg); in radeon_gpio_setscl()38 val = INREG(chan->ddc_reg) & ~(VGA_DDC_DATA_OUT_EN); in radeon_gpio_setsda()42 OUTREG(chan->ddc_reg, val); in radeon_gpio_setsda()43 (void)INREG(chan->ddc_reg); in radeon_gpio_setsda()52 val = INREG(chan->ddc_reg); in radeon_gpio_getscl()63 val = INREG(chan->ddc_reg); in radeon_gpio_getsda()103 rinfo->i2c[0].ddc_reg = GPIO_MONID; in radeon_create_i2c_busses()110 rinfo->i2c[1].ddc_reg = GPIO_DVI_DDC; in radeon_create_i2c_busses()[all …]
274 u32 ddc_reg; member