Searched refs:ramsize (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | cgfour.c | 221 int ramsize, i, isconsole; in cgfourattach() local 243 ramsize = PFOUR_COLOR_OFF_END - PFOUR_COLOR_OFF_OVERLAY; in cgfourattach() 249 fb->fb_type.fb_size = ramsize; in cgfourattach() 285 PFOUR_COLOR_OFF_OVERLAY, ramsize); in cgfourattach()
|
| H A D | cgeight.c | 222 int ramsize, i, isconsole; in cgeightattach() local 244 ramsize = PFOUR_COLOR_OFF_END - PFOUR_COLOR_OFF_OVERLAY; in cgeightattach() 250 sc->sc_fb.fb_type.fb_size = ramsize; in cgeightattach() 287 PFOUR_COLOR_OFF_OVERLAY, ramsize); in cgeightattach()
|
| H A D | bwtwo_obio.c | 226 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; in bwtwoattach_obio() local 229 ramsize, in bwtwoattach_obio()
|
| /netbsd-src/sys/dev/sbus/ |
| H A D | cgthree_sbus.c | 178 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; in cgthreeattach_sbus() local 182 ramsize, in cgthreeattach_sbus()
|
| H A D | bwtwo_sbus.c | 182 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; in bwtwoattach_sbus() local 185 ramsize, in bwtwoattach_sbus()
|
| /netbsd-src/sys/arch/sun2/dev/ |
| H A D | bwtwo_any.c | 176 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; in bwtwoattach_any() local 179 ramsize, in bwtwoattach_any()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | bwfm.c | 1565 uint32_t ramsize = 0, srsize = 0; in bwfm_chip_socram_ramsize() local 1582 ramsize = nb * (1 << (banksize + BWFM_SOCRAM_COREINFO_SRBSZ_BASE)); in bwfm_chip_socram_ramsize() 1584 ramsize += (1 << ((lss - 1) + BWFM_SOCRAM_COREINFO_SRBSZ_BASE)); in bwfm_chip_socram_ramsize() 1595 ramsize += banksize; in bwfm_chip_socram_ramsize() 1613 sc->sc_chip.ch_ramsize = ramsize; in bwfm_chip_socram_ramsize() 1621 uint32_t ramsize = 0; in bwfm_chip_sysmem_ramsize() local 1641 ramsize += banksize; in bwfm_chip_sysmem_ramsize() 1644 sc->sc_chip.ch_ramsize = ramsize; in bwfm_chip_sysmem_ramsize() 1650 uint32_t cap, nab, nbb, totb, bxinfo, ramsize = 0; in bwfm_chip_tcm_ramsize() local 1663 ramsize += ((bxinfo & BWFM_ARMCR4_BANKINFO_BSZ_MASK) + 1) * in bwfm_chip_tcm_ramsize() [all …]
|
| H A D | bt8xx.h | 80 u_int ramsize; /* Size of Vram */ member
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | util.c | 281 static uint64_t ramsize; in get_ramsize() local 283 if (ramsize == 0) { in get_ramsize() 284 size_t len = sizeof ramsize; in get_ramsize() 287 sysctl(mib, 2, &ramsize, &len, NULL, 0); in get_ramsize() 291 return (ramsize + MEG - 1) / MEG; in get_ramsize()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | armada-385-turris-omnia.dts | 303 * u32 ramsize; (in GiB)
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_bwfm_pci.c | 510 uint32_t *ramsize = (uint32_t *)&ucode[BWFM_RAMSIZE]; in bwfm_pci_attachhook() local 511 if (letoh32(ramsize[0]) == BWFM_RAMSIZE_MAGIC) in bwfm_pci_attachhook() 512 bwfm->sc_chip.ch_ramsize = letoh32(ramsize[1]); in bwfm_pci_attachhook()
|
| /netbsd-src/sys/dev/pci/bktr/ |
| H A D | bktr_core.c | 1065 bktr->video.ramsize = 0; in video_open() 1502 video->ramsize = bktr->video.ramsize; 1510 bktr->video.ramsize = video->ramsize;
|
| /netbsd-src/sys/dev/usb/ |
| H A D | if_bwfm_usb.c | 165 uint32_t ramsize; /* Size of RAM */ member
|