Lines Matching refs:RBIOS16

250 				check_offset = RBIOS16(check_offset + 0x3);
262 check_offset = RBIOS16(check_offset + 0x5);
274 check_offset = RBIOS16(check_offset + 0x7);
286 check_offset = RBIOS16(check_offset + 0x9);
306 check_offset = RBIOS16(check_offset + 0x11);
315 check_offset = RBIOS16(check_offset + 0x13);
324 check_offset = RBIOS16(check_offset + 0x15);
333 check_offset = RBIOS16(check_offset + 0x17);
342 check_offset = RBIOS16(check_offset + 0x2);
351 check_offset = RBIOS16(check_offset + 0x4);
364 offset = RBIOS16(rdev->bios_header_start + check_offset);
745 p1pll->reference_freq = RBIOS16(pll_info + 0xe);
746 p1pll->reference_div = RBIOS16(pll_info + 0x10);
762 spll->reference_freq = RBIOS16(pll_info + 0x1a);
763 spll->reference_div = RBIOS16(pll_info + 0x1c);
777 mpll->reference_freq = RBIOS16(pll_info + 0x26);
778 mpll->reference_div = RBIOS16(pll_info + 0x28);
792 sclk = RBIOS16(pll_info + 0xa);
793 mclk = RBIOS16(pll_info + 0x8);
824 if (RBIOS16(igp_info + 0x4))
1194 lvds->native_mode.hdisplay = RBIOS16(lcd_info + 0x19);
1195 lvds->native_mode.vdisplay = RBIOS16(lcd_info + 0x1b);
1200 lvds->panel_vcc_delay = RBIOS16(lcd_info + 0x2c);
1204 lvds->panel_digon_delay = RBIOS16(lcd_info + 0x38) & 0xf;
1205 lvds->panel_blon_delay = (RBIOS16(lcd_info + 0x38) >> 4) & 0xf;
1207 lvds->panel_ref_divider = RBIOS16(lcd_info + 0x2e);
1209 lvds->panel_fb_divider = RBIOS16(lcd_info + 0x31);
1251 tmp = RBIOS16(lcd_info + 64 + i * 2);
1255 if ((RBIOS16(tmp) == lvds->native_mode.hdisplay) &&
1256 (RBIOS16(tmp + 2) == lvds->native_mode.vdisplay)) {
1257 u32 hss = (RBIOS16(tmp + 21) - RBIOS16(tmp + 19) - 1) * 8;
1263 (RBIOS16(tmp + 17) - RBIOS16(tmp + 19)) * 8;
1270 (RBIOS16(tmp + 24) - RBIOS16(tmp + 26));
1272 ((RBIOS16(tmp + 28) & 0x7ff) - RBIOS16(tmp + 26));
1274 ((RBIOS16(tmp + 28) & 0xf800) >> 11);
1276 lvds->native_mode.clock = RBIOS16(tmp + 9) * 10;
1352 RBIOS16(tmds_info + i * 10 + 0x10);
1366 RBIOS16(tmds_info + stride + 0x10);
2322 if (!RBIOS16(entry))
2325 tmp = RBIOS16(entry);
2743 misc = RBIOS16(offset + 0x5 + 0x0);
2745 misc2 = RBIOS16(offset + 0x5 + 0xe);
2759 RBIOS16(offset + 0x5 + 0xb) * 4;
2764 u16 voltage_table_offset = RBIOS16(offset + 0x5 + 0xc);
2767 RBIOS16(voltage_table_offset) * 4;
2906 id = RBIOS16(index);
2926 val = RBIOS16(index);
2931 val = RBIOS16(index);
2960 id = RBIOS16(index);
2980 val = RBIOS16(index);
3006 id = RBIOS16(index);
3019 while (RBIOS16(offset)) {
3020 uint16_t cmd = ((RBIOS16(offset) & 0xe000) >> 13);
3021 uint32_t addr = (RBIOS16(offset) & 0x1fff);
3058 val = RBIOS16(offset);
3063 val = RBIOS16(offset);
3211 uint32_t or_mask = RBIOS16(offset);
3280 mem_size = RBIOS16(offset + 5);