GETBIOS32
if ((GETBIOS32(sc, ptr + 4) == 0x41544f4d /* "ATOM" */) ||
(GETBIOS32(sc, ptr + 4) == 0x4d4f5441 /* "MOTA" */)) {
minpll = minpll ? minpll : GETBIOS32(sc, ptr + 0x12);
maxpll = maxpll ? maxpll : GETBIOS32(sc, ptr + 0x16);
sc->sc_tmds_pll[i].rtp_pll = GETBIOS32(sc,
index, (uint32_t)GETBIOS32(sc, offset)));
radeonfb_putindex(sc, index, GETBIOS32(sc, offset));
index, (uint32_t)GETBIOS32(sc, offset)));
radeonfb_put32(sc, index, GETBIOS32(sc, offset));
andmask = GETBIOS32(sc, offset);
ormask = GETBIOS32(sc, offset);
andmask = GETBIOS32(sc, offset);
ormask = GETBIOS32(sc, offset);
GETBIOS32(sc, offset)));
radeonfb_putpll(sc, index, GETBIOS32(sc, offset));