Searched refs:mfd (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatopvar.h45 uint32_t pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd);
H A Dimx51_ccm.c450 uint32_t mfd; local
472 mfd = dp_mfd;
502 freq = (int64_t)ref * mfi + (int64_t)ref * mfn / (mfd + 1);
513 printf("mfd: %3d ", mfd);
H A Dimx6_anatop.c743 pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd) argument
758 imx6_anatop_write_4(IMX6_ANALOG_CCM_PLL_AUDIO_DENOM, mfd);
H A Dimx6_ssi.c144 uint32_t mfd; /* PLL4 Multiplication Factor Denominator */ member in struct:ssi_rate
391 pll4_configure_output(sr->mfi, sr->mfn, sr->mfd);
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmevent.c186 mevent_build(int mfd, struct kevent *kev) argument
408 int mfd; local
418 mfd = kqueue();
419 assert(mfd > 0);
423 if (cap_rights_limit(mfd, &rights) == -1 && errno != ENOSYS)
459 numev = mevent_build(mfd, changelist);
461 ret = kevent(mfd, changelist, numev, NULL, 0, NULL);
470 ret = kevent(mfd, NULL, 0, eventlist, MEVENT_MAX, NULL);
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c411 int mfd; /* mouse file descriptor */ member in struct:rodentparam
438 .mfd = -1,
895 rodent.mfd = open(rodent.portname, O_RDWR | O_NONBLOCK);
896 if (rodent.mfd == -1)
900 close(rodent.mfd);
901 rodent.mfd = -1;
925 if (rodent.mfd == -1) {
940 if (rodent.mfd != -1)
941 close(rodent.mfd);
944 rodent.mfd
[all...]
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_common.h42 uint32_t pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd);
H A Dvf_anadig.c156 pll4_configure_output(uint32_t mfi, uint32_t mfn, uint32_t mfd) argument
172 WRITE4(sc, ANADIG_PLL4_DENOM, mfd);
H A Dvf_sai.c115 uint32_t mfd; /* PLL4 Multiplication Factor Denominator */ member in struct:sai_rate
362 pll4_configure_output(sr->mfi, sr->mfn, sr->mfd);
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c276 int fd, opt, res, mfd, i; local
282 mfd = 0;
349 if (l4->l4_fd > mfd)
350 mfd = l4->l4_fd;
366 if (l4->l4_fd > mfd)
367 mfd = l4->l4_fd;
371 fprintf(stderr, "Select: max fd %d wait %d\n", mfd + 1,
373 i = select(mfd + 1, &rfd, &wfd, NULL, &tv);
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c1404 int mfd; local
1411 mfd = open(filename, O_RDONLY);
1413 return (mfd);
1432 int mfd; local
1436 mfd = prof_open_maps("/proc/curproc/map");
1438 mfd = -1; // Not implemented
1443 mfd = prof_open_maps("/proc/%d/task/%d/maps", pid, pid);
1444 if (mfd == -1)
1445 mfd = prof_open_maps("/proc/%d/maps", pid);
1448 if (mfd !
[all...]
/freebsd-11-stable/lib/libutil/
H A Dgr_util.c126 gr_tmp(int mfd) argument
146 if (mfd != -1) {
147 while ((nr = read(mfd, buf, sizeof(buf))) > 0)
H A Dpw_util.c210 pw_tmp(int mfd) argument
230 if (mfd != -1) {
231 while ((nr = read(mfd, buf, sizeof(buf))) > 0)
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722.c54 #include <gnu/dts/include/dt-bindings/mfd/as3722.h>
H A Das3722_regulators.c45 #include <gnu/dts/include/dt-bindings/mfd/as3722.h>
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h1539 uint32_t mfd : 1; /**< Multi Function Device member in struct:cvmx_pcieepx_cfg003::cvmx_pcieepx_cfg003_s
1557 uint32_t mfd : 1;
H A Dcvmx-pciercx-defs.h1532 uint32_t mfd : 1; /**< Multi Function Device member in struct:cvmx_pciercx_cfg003::cvmx_pciercx_cfg003_s
1548 uint32_t mfd : 1;

Completed in 174 milliseconds