Lines Matching +full:5 +full:bg
641 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()
643 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()
644 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()
850 uint8_t rev, bg, dac; in radeon_combios_get_primary_dac_info() local
865 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
867 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info()
869 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
871 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info()
874 if ((dac == 0) || (bg == 0)) in radeon_combios_get_primary_dac_info()
926 case 5: in radeon_combios_get_tv_info()
1001 uint8_t rev, bg, dac; in radeon_combios_get_tv_dac_info() local
1014 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1016 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1018 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1020 tv_dac->pal_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1022 bg = RBIOS8(dac_info + 0x10) & 0xf; in radeon_combios_get_tv_dac_info()
1024 tv_dac->ntsc_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1029 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1031 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1033 bg = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1035 tv_dac->pal_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1037 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1039 tv_dac->ntsc_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1053 bg = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_tv_dac_info()
1056 (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1063 bg = RBIOS8(dac_info + 0x4) & 0xf; in radeon_combios_get_tv_dac_info()
1066 (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1330 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1344 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1449 of_machine_is_compatible("PowerBook3,5")) { in radeon_get_legacy_connector_info_from_table()
1456 of_machine_is_compatible("PowerBook5,5")) { in radeon_get_legacy_connector_info_from_table()
1472 of_machine_is_compatible("PowerBook6,5") || in radeon_get_legacy_connector_info_from_table()
1476 } else if (of_machine_is_compatible("PowerMac3,5")) { in radeon_get_legacy_connector_info_from_table()
2270 uint8_t flags = RBIOS8(ext_tmds_info + 4 + 5); in combios_check_dl_dvi()
2315 if (ddc_type == 5) in radeon_get_legacy_connector_info_from_bios()
2576 5, in radeon_get_legacy_connector_info_from_bios()
2659 i2c_addr = RBIOS8(offset + 5); in radeon_combios_get_power_modes()
2662 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2666 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2969 case 5: in radeon_combios_external_tmds_setup()
3047 case 5: in combios_parse_mmio_table()
3136 case 5: in combios_parse_pll_table()
3265 mem_size = RBIOS16(offset + 5); in combios_write_ram_size()