Home
last modified time | relevance | path

Searched refs:CHIP_FAMILY_RV280 (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c83 {PCI_CHIP_RV280_5960, CHIP_FAMILY_RV280},
84 {PCI_CHIP_RV280_5961, CHIP_FAMILY_RV280},
85 {PCI_CHIP_RV280_5962, CHIP_FAMILY_RV280},
86 {PCI_CHIP_RV280_5964, CHIP_FAMILY_RV280},
87 {PCI_CHIP_RV280_5C63, CHIP_FAMILY_RV280},
743 if (rinfo->family == CHIP_FAMILY_RV280) in video_hw_init()
H A Dati_radeon_fb.h23 CHIP_FAMILY_RV280, enumerator
37 ((rinfo)->family == CHIP_FAMILY_RV280) || \
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeonfb.h50 CHIP_FAMILY_RV280, enumerator
67 ((rinfo)->family == CHIP_FAMILY_RV280) || \
H A Dradeon_backlight.c166 rinfo->family != CHIP_FAMILY_RV280 && in radeonfb_bl_init()
H A Dradeon_pm.c484 (rinfo->family == CHIP_FAMILY_RV280)) { in radeon_pm_enable_dynamic_mode()
750 if (rinfo->family <= CHIP_FAMILY_RV280) { in radeon_pm_program_v2clk()
782 if (rinfo->family <= CHIP_FAMILY_RV280) { in radeon_pm_low_current()
862 if (rinfo->family <= CHIP_FAMILY_RV280) in radeon_pm_setup_for_suspend()
962 if (rinfo->family <= CHIP_FAMILY_RV280) { in radeon_pm_setup_for_suspend()
1410 else if (rinfo->family == CHIP_FAMILY_RV280) { in radeon_pm_full_reset_sdram()
2575 if (rinfo->family <= CHIP_FAMILY_RV280) { in radeon_set_suspend()
H A Dradeon_monitor.c337 (rinfo->family == CHIP_FAMILY_RV280)) in radeon_crt_is_connected()