Searched refs:membase (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dextern.h54 extern caddr_t membase; /* start address of memory based filesystem */
H A Dnewfs.c227 caddr_t membase; /* start address of memory based filesystem */ variable
738 args.base = membase;
H A Dmkfs.c197 if ((membase = mkfs_malloc(fssize * sectorsize)) == NULL)
1412 memmove(bf, membase + bno * sectorsize, size);
1438 memmove(membase + bno * sectorsize, bf, size);
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/rump_nqmfs/
H A Drump_nqmfs.c73 void *membase; local
117 membase = mmap(NULL, sb.st_size, PROT_READ | (rdonly ? 0 : PROT_WRITE),
119 if (membase == MAP_FAILED)
123 args.base = membase;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_tt560.c83 caddr_t membase; local
98 membase = mmap ((caddr_t) 0, TTIME_MEMORY_SIZE,
102 if (membase == (caddr_t) -1) {
116 up->tt_mem = (tt_mem_space_t *)membase;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dhopf6039.h122 unsigned long membase; /* without mmap */ member in struct:hopfCard
139 unsigned int membase; member in struct:cardparams
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Dif_le_mca.c134 int i, pos2, pos3, pos4, irq, membase, supmedia=0; local
179 membase = 0xc0000 + ((pos2 & 0x0e) >> 1) * 0x4000;
205 membase = 0xc0000 + ((pos3 & 0x0f) * 0x4000);
217 if (bus_space_map(lesc->sc_memt, membase, LE_MCA_MEMSIZE,
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dka43.c288 volatile char *membase = (void*)0x80000000; /* physical 0x00 */ local
301 val += membase[i]; /* some dummy operation... */
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dif_re_cardbus.c254 pcireg_t iobase, membase, irq; local
259 membase = Cardbus_conf_read(ct, csc->sc_tag,
276 RTK_PCI_LOMEM, membase);
H A Dif_rtk_cardbus.c288 pcireg_t iobase, membase, irq; local
293 membase = Cardbus_conf_read(ct, csc->sc_tag,
310 RTK_PCI_LOMEM, membase);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Di82365_pci.c143 sc->membase = 0xd0000;
H A Daac_pci.c497 bus_addr_t membase; local
537 &sc->sc_memh, &membase, &memsize)) {
H A Dif_msk.c1182 u_int32_t iobase, membase, irq; local
1186 membase = pci_conf_read(pc, pa->pa_tag, SK_PCI_LOMEM);
1199 pci_conf_write(pc, pa->pa_tag, SK_PCI_LOMEM, membase);
H A Dif_sk.c1530 u_int32_t xiobase, membase, irq; local
1534 membase = pci_conf_read(pc, pa->pa_tag, SK_PCI_LOMEM);
1547 pci_conf_write(pc, pa->pa_tag, SK_PCI_LOMEM, membase);
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dvrecu.c144 sc->membase = VR_ISA_MEM_BASE;
153 sc->membase = VR_ISA_MEM_BASE;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82365var.h139 bus_addr_t membase; member in struct:pcic_softc
H A Dtcic2var.h119 bus_addr_t membase; member in struct:tcic_softc
/netbsd-6-1-5-RELEASE/sys/dev/isapnp/
H A Di82365_isapnp.c157 sc->membase = maddr;
/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/isa/
H A Disa_machdep.c466 isa_footbridge_init(u_int iobase, u_int membase) argument
480 isa_io_init(iobase, membase);
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461pcmcia.c371 bus_addr_t membase; local
381 membase = (channel == CHANNEL_0)
385 membase, 0x01000000); /* 16MB */
395 membase + 0x01000000,
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Di82365_isa.c209 sc->membase = ia->ia_iomem[0].ir_addr;
H A Dtcic2_isa.c240 sc->membase = ia->ia_iomem[0].ir_addr;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/pci/
H A Dpq3pci.c805 u_long membase, iobase; local
807 PCI_MEMSIZE, EX_WAITOK, &membase);
815 .potar = membase >> 12,
817 .powbar = membase >> 12,
862 struct extent *memext = extent_create("pcimem", membase,
863 membase + PCI_MEMSIZE, NULL, 0, EX_NOWAIT);
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dglxsb.c210 bus_addr_t membase; local
226 &sc->sc_iot, &sc->sc_ioh, &membase, &memsize)) {
/netbsd-6-1-5-RELEASE/sbin/newfs_lfs/
H A Dnewfs.c97 caddr_t membase; /* start address of memory based filesystem */ variable

Completed in 254 milliseconds

12