Home
last modified time | relevance | path

Searched refs:RADEON_GPIO_MONID (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_encoders.c1454 gpio_monid = RREG32(RADEON_GPIO_MONID); in radeon_legacy_ext_dac_detect()
1469 tmp = RREG32(RADEON_GPIO_MONID); in radeon_legacy_ext_dac_detect()
1471 WREG32(RADEON_GPIO_MONID, tmp); in radeon_legacy_ext_dac_detect()
1498 tmp = RREG32(RADEON_GPIO_MONID); in radeon_legacy_ext_dac_detect()
1526 WREG32(RADEON_GPIO_MONID, gpio_monid); in radeon_legacy_ext_dac_detect()
H A Dradeon_i2c.c108 reg = RADEON_GPIO_MONID; in pre_xfer()
387 case RADEON_GPIO_MONID: in r100_hw_i2c_xfer()
446 case RADEON_GPIO_MONID: in r100_hw_i2c_xfer()
H A Dradeon_combios.c467 ddc_line = RADEON_GPIO_MONID; in combios_setup_i2c_bus()
478 ddc_line = RADEON_GPIO_MONID; in combios_setup_i2c_bus()
480 ddc_line = RADEON_GPIO_MONID; in combios_setup_i2c_bus()
568 case RADEON_GPIO_MONID: in combios_setup_i2c_bus()
610 case RADEON_GPIO_MONID: in combios_setup_i2c_bus()
H A Dradeon_reg.h1042 #define RADEON_GPIO_MONID 0x0068 /* DDC interface via I2C */ /* DDC3 */ macro