/src/sys/dev/pci/ |
radeonfb.c | 2766 uint32_t agploc, aperbase, apersize, mcfbloc; local in function:radeonfb_set_fbloc 2796 mcfbloc = (aperbase >> 16) | 2799 sc->sc_aperbase = (mcfbloc & 0xffff) << 16; 2804 ((mcfbloc & 0xffff0000U) + 0x10000)) { 2805 agploc = mcfbloc & 0xffff0000U; 2812 radeonfb_avivo_OUTMC(sc, R520_MC_FB_LOCATION, mcfbloc); 2818 PUT32(sc, RADEON_MC_FB_LOCATION, mcfbloc);
|
radeonfb.c | 2766 uint32_t agploc, aperbase, apersize, mcfbloc; local in function:radeonfb_set_fbloc 2796 mcfbloc = (aperbase >> 16) | 2799 sc->sc_aperbase = (mcfbloc & 0xffff) << 16; 2804 ((mcfbloc & 0xffff0000U) + 0x10000)) { 2805 agploc = mcfbloc & 0xffff0000U; 2812 radeonfb_avivo_OUTMC(sc, R520_MC_FB_LOCATION, mcfbloc); 2818 PUT32(sc, RADEON_MC_FB_LOCATION, mcfbloc);
|
radeonfb.c | 2766 uint32_t agploc, aperbase, apersize, mcfbloc; local in function:radeonfb_set_fbloc 2796 mcfbloc = (aperbase >> 16) | 2799 sc->sc_aperbase = (mcfbloc & 0xffff) << 16; 2804 ((mcfbloc & 0xffff0000U) + 0x10000)) { 2805 agploc = mcfbloc & 0xffff0000U; 2812 radeonfb_avivo_OUTMC(sc, R520_MC_FB_LOCATION, mcfbloc); 2818 PUT32(sc, RADEON_MC_FB_LOCATION, mcfbloc);
|