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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_tt560.c81 caddr_t membase; local
96 membase = mmap ((caddr_t) 0, TTIME_MEMORY_SIZE,
100 if (membase == (caddr_t) -1) {
114 up->tt_mem = (tt_mem_space_t *)membase;
/freebsd-13-stable/contrib/ntp/include/
H A Dhopf6039.h120 unsigned long membase; /* without mmap */ member in struct:hopfCard
137 unsigned int membase; member in struct:cardparams
/freebsd-13-stable/sys/dev/pci/
H A Dpcib_private.h129 pci_addr_t membase; /* base address of memory window */ member in struct:pcib_softc
H A Dpci_pci.c802 return (sc->membase > 0 && sc->membase < sc->memlimit);
851 sc->membase = PCI_PPBMEMBASE(0,
904 pci_write_config(dev, PCIR_MEMBASE_1, sc->membase >> 16, 2);
1671 (uintmax_t)sc->membase, (uintmax_t)sc->memlimit);
2436 ok = ok || (start >= sc->membase && end <= sc->memlimit);
2461 if (start < sc->membase)
2462 start = sc->membase;
2474 if (start < sc->memlimit && end > sc->membase)
2495 (uintmax_t)sc->membase, (uintmax_
[all...]
H A Dpci_user.c857 vm_paddr_t membase; local
880 membase = pm->pm_value & PCIM_BAR_MEM_BASE;
881 pbase = trunc_page(membase);
882 plen = round_page(membase + ((pci_addr_t)1 << pm->pm_size)) -
914 pbm->pbm_bar_off = membase - pbase;
H A Dpcivar.h233 uint32_t membase; /* base address of memory window */ member in struct:__anon13982
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh474 u_long membase = bus_get_resource_start(device,
484 /*rid*/0, membase, memsize);

Completed in 304 milliseconds