Home
last modified time | relevance | path

Searched refs:RADEON_GPIOPAD_EN (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_bios.c469 gpiopad_en = RREG32(RADEON_GPIOPAD_EN); in avivo_read_disabled_bios()
476 WREG32(RADEON_GPIOPAD_EN, 0); in avivo_read_disabled_bios()
505 WREG32(RADEON_GPIOPAD_EN, gpiopad_en); in avivo_read_disabled_bios()
Dradeon_combios.c496 i2c.en_clk_reg = RADEON_GPIOPAD_EN; in combios_setup_i2c_bus()
497 i2c.en_data_reg = RADEON_GPIOPAD_EN; in combios_setup_i2c_bus()
Dradeon_reg.h1193 #define RADEON_GPIOPAD_EN 0x01a0 macro