radeonfb.c | 1387 uint32_t busctl, crtcg, crtc2g = 0, viphctl, seprom, extc; local in function:radeonfb_loadbios 1416 crtc2g = radeonfb_get32(sc, RADEON_CRTC2_GEN_CNTL); 1418 (crtc2g & ~RADEON_CRTC2_EN) | 1438 radeonfb_put32(sc, RADEON_CRTC2_GEN_CNTL, crtc2g);
|