RBIOS8
#define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
#define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
if (RBIOS8(tmp + 0x14) != 0x0) {
rev = RBIOS8(dac_info + 0x3);
bg = RBIOS8(dac_info + 0xc) & 0xf;
dac = RBIOS8(dac_info + 0xd) & 0xf;
bg = RBIOS8(dac_info + 0xe) & 0xf;
dac = RBIOS8(dac_info + 0xf) & 0xf;
bg = RBIOS8(dac_info + 0x10) & 0xf;
dac = RBIOS8(dac_info + 0x11) & 0xf;
bg = RBIOS8(dac_info + 0xc) & 0xf;
dac = (RBIOS8(dac_info + 0xc) >> 4) & 0xf;
bg = RBIOS8(dac_info + 0xd) & 0xf;
dac = (RBIOS8(dac_info + 0xd) >> 4) & 0xf;
bg = RBIOS8(dac_info + 0xe) & 0xf;
dac = (RBIOS8(dac_info + 0xe) >> 4) & 0xf;
rev = RBIOS8(dac_info) & 0x3;
bg = RBIOS8(dac_info + 0x3) & 0xf;
dac = (RBIOS8(dac_info + 0x3) >> 4) & 0xf;
bg = RBIOS8(dac_info + 0x4) & 0xf;
dac = RBIOS8(dac_info + 0x5) & 0xf;
stmp[i] = RBIOS8(lcd_info + i + 1);
lvds->panel_pwr_delay = RBIOS8(lcd_info + 0x24);
lvds->panel_post_divider = RBIOS8(lcd_info + 0x30);
(RBIOS8(tmp + 23) * 8);
ver = RBIOS8(tmds_info);
n = RBIOS8(tmds_info + 5) + 1;
n = RBIOS8(tmds_info + 5) + 1;
ver = RBIOS8(offset);
tmds->slave_addr = RBIOS8(offset + 4 + 2);
gpio = RBIOS8(offset + 4 + 3);
uint8_t rev = RBIOS8(ext_tmds_info);
uint8_t flags = RBIOS8(ext_tmds_info + 4 + 5);
rev = RBIOS8(check_offset);
ddc_type = RBIOS8(lcd_ddc_info + 2);
if (RBIOS8(tv_info + 6) == 'T') {
rev = RBIOS8(check_offset);
rev = RBIOS8(offset);
thermal_controller = RBIOS8(offset + 3);
gpio = RBIOS8(offset + 4) & 0x3f;
i2c_addr = RBIOS8(offset + 5);
thermal_controller = RBIOS8(offset + 4);
gpio = RBIOS8(offset + 5) & 0x3f;
i2c_addr = RBIOS8(offset + 6);
thermal_controller = RBIOS8(offset + 4);
gpio = RBIOS8(offset + 5) & 0x3f;
i2c_addr = RBIOS8(offset + 6);
clk_bit = RBIOS8(offset + 0xa);
data_bit = RBIOS8(offset + 0xb);
rev = RBIOS8(offset);
rev = RBIOS8(check_offset);
tmp = RBIOS8(offset + 0x5 + 0xd);
u8 entries = RBIOS8(offset + 0x5 + 0xb);
tmp = RBIOS8(voltage_table_offset + 0x2);
RBIOS8(offset + 0x5 + 0x10);
rev = RBIOS8(check_offset);
rev = RBIOS8(offset);
rev = RBIOS8(offset);
blocks = RBIOS8(offset + 3);
reg = RBIOS8(index);
val = RBIOS8(index);
while (RBIOS8(check_offset++));
val = RBIOS8(index);
while (RBIOS8(offset)) {
uint8_t cmd = ((RBIOS8(offset) & 0xc0) >> 6);
uint8_t addr = (RBIOS8(offset) & 0x3f);
shift = RBIOS8(offset) * 8;
and_mask = RBIOS8(offset) << shift;
or_mask = RBIOS8(offset) << shift;
uint8_t val = RBIOS8(offset);
val = RBIOS8(offset);
rev = RBIOS8(offset);
rev = RBIOS8(offset - 1);
while (RBIOS8(offset)) {
ram = RBIOS8(offset);
RBIOS8(offset + 1);
mem_size = RBIOS8(offset);
mem_size = RBIOS8(offset);
size = RBIOS8(rdev->bios_header_start + 0x6);
blocks = RBIOS8(offset + 2);
id = RBIOS8(offset + 3 + (i * 5) + 0);
clk = RBIOS8(offset + 3 + (i * 5) + 3);
data = RBIOS8(offset + 3 + (i * 5) + 4);
rev = RBIOS8(pll_info);
rev = RBIOS8(dac_info) & 0x3;
bg = RBIOS8(dac_info + 0x2) & 0xf;
dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf;
bg = RBIOS8(dac_info + 0x2) & 0xf;
dac = RBIOS8(dac_info + 0x3) & 0xf;
if (RBIOS8(tv_info + 6) == 'T') {
switch (RBIOS8(tv_info + 7) & 0xf) {
switch ((RBIOS8(tv_info + 9) >> 2) & 0x3) {