HomeSort by: relevance | last modified time | path
    Searched refs:mask_clk_reg (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_output.c 164 ErrorF(" DDC reg: 0x%x\n",(unsigned int)radeon_output->ddc_i2c.mask_clk_reg);
1891 if (pRADEONI2CBus->mask_clk_reg == RADEON_GPIO_MONID)
1902 temp = INREG(pRADEONI2CBus->mask_clk_reg);
1904 OUTREG(pRADEONI2CBus->mask_clk_reg, temp);
1916 temp = INREG(pRADEONI2CBus->mask_clk_reg);
1921 OUTREG(pRADEONI2CBus->mask_clk_reg, temp);
1922 temp = INREG(pRADEONI2CBus->mask_clk_reg);
2013 i2c.mask_clk_reg = ddc_line;
2022 i2c.mask_clk_reg = ddc_line;
2066 i2c.mask_clk_reg = ddc_line
    [all...]
radeon_bios.c 511 info->BiosConnector[index].ddc_i2c.mask_clk_reg == RADEON_GPIO_CRT2_DDC) {
515 info->BiosConnector[index].ddc_i2c.mask_clk_reg == RADEON_GPIO_MONID) {
525 info->BiosConnector[index].ddc_i2c.mask_clk_reg = RADEON_GPIOPAD_MASK;
537 info->BiosConnector[index].ddc_i2c.mask_clk_reg == RADEON_GPIO_CRT2_DDC)
545 info->BiosConnector[index].ddc_i2c.mask_clk_reg == RADEON_GPIO_CRT2_DDC) {
1310 i2c.mask_clk_reg = RADEON_GPIOPAD_MASK;
radeon_probe.h 198 uint32_t mask_clk_reg; member in struct:__anon6868
radeon_atombios.c 1554 i2c.mask_clk_reg = le16_to_cpu(gpio->usClkMaskRegisterIndex) * 4;
1582 ErrorF("mask_clk_reg: 0x%x\n", le16_to_cpu(gpio->usClkMaskRegisterIndex) * 4);

Completed in 10 milliseconds