Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Dradeon_legacy_encoders.c1450 gpio_monid = RREG32(RADEON_GPIO_MONID); in radeon_legacy_ext_dac_detect()
1465 tmp = RREG32(RADEON_GPIO_MONID); in radeon_legacy_ext_dac_detect()
1467 WREG32(RADEON_GPIO_MONID, tmp); in radeon_legacy_ext_dac_detect()
1494 tmp = RREG32(RADEON_GPIO_MONID); in radeon_legacy_ext_dac_detect()
1521 WREG32(RADEON_GPIO_MONID, gpio_monid); in radeon_legacy_ext_dac_detect()
Dradeon_i2c.c110 reg = RADEON_GPIO_MONID; in radeon_iicbb_pre_xfer()
462 case RADEON_GPIO_MONID: in r100_hw_i2c_xfer()
521 case RADEON_GPIO_MONID: in r100_hw_i2c_xfer()
Dradeon_combios.c558 ddc_line = RADEON_GPIO_MONID; in combios_setup_i2c_bus()
569 ddc_line = RADEON_GPIO_MONID; in combios_setup_i2c_bus()
571 ddc_line = RADEON_GPIO_MONID; in combios_setup_i2c_bus()
659 case RADEON_GPIO_MONID: in combios_setup_i2c_bus()
701 case RADEON_GPIO_MONID: in combios_setup_i2c_bus()
Dradeon_reg.h1045 #define RADEON_GPIO_MONID 0x0068 /* DDC interface via I2C */ /* DDC3 */ macro