HomeSort by: relevance | last modified time | path
    Searched defs:crtc2g (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
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);
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);

Completed in 206 milliseconds