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

  /src/sys/dev/sbus/
cgthree_sbus.c 178 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; local in function:cgthreeattach_sbus
182 ramsize,
bwtwo_sbus.c 182 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; local in function:bwtwoattach_sbus
185 ramsize,
  /src/sys/arch/sparc/dev/
bwtwo_obio.c 226 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; local in function:bwtwoattach_obio
229 ramsize,
cgfour.c 221 int ramsize, i, isconsole; local in function:cgfourattach
243 ramsize = PFOUR_COLOR_OFF_END - PFOUR_COLOR_OFF_OVERLAY;
249 fb->fb_type.fb_size = ramsize;
285 PFOUR_COLOR_OFF_OVERLAY, ramsize);
cgeight.c 222 int ramsize, i, isconsole; local in function:cgeightattach
244 ramsize = PFOUR_COLOR_OFF_END - PFOUR_COLOR_OFF_OVERLAY;
250 sc->sc_fb.fb_type.fb_size = ramsize;
287 PFOUR_COLOR_OFF_OVERLAY, ramsize);
  /src/sys/arch/sun2/dev/
bwtwo_any.c 176 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; local in function:bwtwoattach_any
179 ramsize,
  /src/sys/dev/usb/
if_bwfm_usb.c 165 uint32_t ramsize; /* Size of RAM */ member in struct:bootrom_id
  /src/sys/dev/ic/
bwfm.c 1565 uint32_t ramsize = 0, srsize = 0; local in function:bwfm_chip_socram_ramsize
1582 ramsize = nb * (1 << (banksize + BWFM_SOCRAM_COREINFO_SRBSZ_BASE));
1584 ramsize += (1 << ((lss - 1) + BWFM_SOCRAM_COREINFO_SRBSZ_BASE));
1595 ramsize += banksize;
1613 sc->sc_chip.ch_ramsize = ramsize;
1621 uint32_t ramsize = 0; local in function:bwfm_chip_sysmem_ramsize
1641 ramsize += banksize;
1644 sc->sc_chip.ch_ramsize = ramsize;
1650 uint32_t cap, nab, nbb, totb, bxinfo, ramsize = 0; local in function:bwfm_chip_tcm_ramsize
1663 ramsize += ((bxinfo & BWFM_ARMCR4_BANKINFO_BSZ_MASK) + 1)
    [all...]
bt8xx.h 80 u_int ramsize; /* Size of Vram */ member in struct:meteor_video
  /src/sys/dev/pci/
if_bwfm_pci.c 510 uint32_t *ramsize = (uint32_t *)&ucode[BWFM_RAMSIZE]; local in function:bwfm_pci_attachhook
511 if (letoh32(ramsize[0]) == BWFM_RAMSIZE_MAGIC)
512 bwfm->sc_chip.ch_ramsize = letoh32(ramsize[1]);
  /src/usr.sbin/sysinst/
util.c 281 static uint64_t ramsize; local in function:get_ramsize
283 if (ramsize == 0) {
284 size_t len = sizeof ramsize;
287 sysctl(mib, 2, &ramsize, &len, NULL, 0);
291 return (ramsize + MEG - 1) / MEG;

Completed in 19 milliseconds