Searched refs:timing (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/usr.sbin/ntp/sntp/
H A DMakefile7 SRCS= internet.c main.c socket.c timing.c unix.c
/freebsd-10.0-release/sys/dev/mmc/
H A Dbridge.h118 enum mmc_bus_timing timing; member in struct:mmc_ios
H A Dmmcbrvar.h97 MMCBR_ACCESSOR(timing, TIMING, int)
H A Dmmc.c98 u_char timing; /* Bus timing support */ member in struct:mmc_ivars
188 static int mmc_set_timing(struct mmc_softc *sc, int timing);
721 mmc_set_timing(struct mmc_softc *sc, int timing) argument
727 switch (timing) {
1245 (ivar->timing == bus_timing_hs ?
1247 ivar->timing == bus_timing_hs ? ", high speed timing" : "");
1298 ivar->timing = bus_timing_normal;
1343 ivar->timing
[all...]
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_edid.c62 /* Detail timing is in cm not mm */
64 /* Detailed timing descriptors have bogus size values, so just take the
526 typedef void detailed_cb(struct detailed_timing *timing, void *closure);
667 * standard_timing_level - get std. timing level(CVT/GTF/DMT)
696 * @t: standard timing params
697 * @timing_level: standard timing level
699 * Take the standard timing params (in this case width, aspect, and refresh)
844 * drm_mode_detailed - create a new mode from an EDID detailed timing section
847 * @timing: EDID detailed timing inf
853 drm_mode_detailed(struct drm_device *dev, struct edid *edid, struct detailed_timing *timing, u32 quirks) argument
1002 mode_in_range(struct drm_display_mode *mode, struct edid *edid, struct detailed_timing *timing) argument
1034 drm_gtf_modes_for_range(struct drm_connector *connector, struct edid *edid, struct detailed_timing *timing) argument
1055 do_inferred_modes(struct detailed_timing *timing, void *c) argument
1082 drm_est3_modes(struct drm_connector *connector, struct detailed_timing *timing) argument
1111 do_established_modes(struct detailed_timing *timing, void *c) argument
1158 do_standard_modes(struct detailed_timing *timing, void *c) argument
1218 drm_cvt_modes(struct drm_connector *connector, struct detailed_timing *timing) argument
1268 do_cvt_mode(struct detailed_timing *timing, void *c) argument
1293 do_detailed_mode(struct detailed_timing *timing, void *c) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A DFILES022 /* Testing and timing programs. */
24 speed.c - Source for libdes.a timing program.
/freebsd-10.0-release/sbin/ping/
H A Dping.c190 /* timing */
191 int timing; /* flag to do timing */ variable
356 errx(EX_USAGE, "invalid timing interval: `%s'",
477 errx(EX_USAGE, "invalid timing interval: `%s'",
588 timing = 1;
958 if ((options & F_TIME) || timing) {
966 if (timing)
1044 if (timing) {
1069 timing
[all...]
/freebsd-10.0-release/sys/dev/nand/
H A Dnfc_fsl.c198 or_v |= 0x03AE; /* Default POR timing */
628 static SYSCTL_NODE(_debug, OID_AUTO, fcm, CTLFLAG_RD, 0, "FCM timing");
660 "Timing relaxed: modifies the settings of timing parameters for slow "
672 u_int timing; local
674 timing = ((csct & 1) << 9) | ((cst & 1) << 8) | ((cht & 1) << 7) |
678 printf("nfc_fsl: timing = %u\n", timing);
679 return (timing);
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc80 // Otherwise fall back to rusage based timing.
/freebsd-10.0-release/tools/tools/crypto/
H A Dcryptotest.c153 printf("-c check the results (slows timing)\n");
455 int timing = 1; local
459 &timing, sizeof (timing)) < 0)
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dsntp-opts.def98 Very verbose debugging output that will interfere with the timing
161 requests very verbose debugging output, and will interfere with the timing
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c241 /* timing */
242 int timing; /* flag to do timing */ variable
455 errx(1, "illegal timing interval %s", optarg);
464 errx(1, "illegal timing interval %s", optarg);
718 timing = 1;
720 timing = 0;
727 /* suppress timing for node information query */
728 timing = 0;
1369 if (timing) {
[all...]
/freebsd-10.0-release/sys/dev/pccard/
H A Dpccard_cis.c102 * XXX up of the socket. The standard timing diagrams don't
904 u_int power, timing, iospace, irq, memspace, misc; local
1003 timing = reg & PCCARD_TPCE_FS_TIMING;
1030 if (timing) {
1031 /* skip over timing, don't save */
/freebsd-10.0-release/sys/dev/sdhci/
H A Dsdhci.c692 if (ios->timing == bus_timing_hs)
1332 *result = slot->host.ios.timing;
1401 slot->host.ios.timing = value;
/freebsd-10.0-release/contrib/ntp/
H A Dconfigure1626 --enable-debug-timing - include processing time debugging code (costs
22113 # Check whether --enable-debug-timing was given.

Completed in 525 milliseconds