Searched refs:mbase (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/eisa/
H A Deisaconf.h92 eisa_add_mspace(device_t dev, u_long mbase, u_long msize, int flags) argument
94 return (EISA_ADD_MSPACE(device_get_parent(dev), dev, mbase, msize,
H A Deisaconf.c528 eisa_add_mspace_m(device_t eisa, device_t dev, u_long mbase, u_long msize, argument
533 return (eisa_add_resvaddr(e_dev, &(e_dev->ioconf.maddrs), mbase, msize,
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-hfa.h119 uint64_t mbase:22; member in struct:__anon8540::__anon8541
121 uint64_t mbase:22;
177 uint64_t mbase:22; member in struct:__anon8540::__anon8543
179 uint64_t mbase:22;
/freebsd-11-stable/contrib/ntp/include/
H A Dhopf6039.h128 void *mbase; /* this will be our memory base address */ member in struct:hopfCard
/freebsd-11-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c550 struct mapping *mn, *mp, *mbase; local
552 mp = mbase = TAILQ_FIRST(ml);
553 for (mp = mbase = TAILQ_FIRST(ml); mp != NULL; mp = mn) {
558 mbase->m_length = mp->m_char - mbase->m_char + 1;
559 mbase = mp = mn;
/freebsd-11-stable/sys/dev/mca/
H A Dmca_bus.c207 mca_add_mspace (dev, mbase, msize)
209 u_long mbase;
217 mbase, (mbase + msize), msize);

Completed in 174 milliseconds