Searched refs:ddc_reg (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_i2c.c23 val = INREG(chan->ddc_reg) & ~(VGA_DDC_CLK_OUT_EN);
27 OUTREG(chan->ddc_reg, val);
28 (void)INREG(chan->ddc_reg);
37 val = INREG(chan->ddc_reg) & ~(VGA_DDC_DATA_OUT_EN);
41 OUTREG(chan->ddc_reg, val);
42 (void)INREG(chan->ddc_reg);
51 val = INREG(chan->ddc_reg);
62 val = INREG(chan->ddc_reg);
102 rinfo->i2c[0].ddc_reg = GPIO_MONID;
106 rinfo->i2c[1].ddc_reg
[all...]
H A Dradeonfb.h266 u32 ddc_reg; member in struct:radeon_i2c_chan

Completed in 54 milliseconds