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

/freebsd-9.3-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
186 static int mmc_set_timing(struct mmc_softc *sc, int timing);
706 mmc_set_timing(struct mmc_softc *sc, int timing) argument
712 switch (timing) {
1216 (ivar->timing == bus_timing_hs ?
1218 ivar->timing == bus_timing_hs ? ", high speed timing" : "");
1271 ivar->timing = bus_timing_normal;
1316 ivar->timing
[all...]
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/des/
H A DFILES022 /* Testing and timing programs. */
24 speed.c - Source for libdes.a timing program.
/freebsd-9.3-release/sbin/ping/
H A Dping.c190 /* timing */
191 int timing; /* flag to do timing */ variable
355 errx(EX_USAGE, "invalid timing interval: `%s'",
476 errx(EX_USAGE, "invalid timing interval: `%s'",
587 timing = 1;
957 if ((options & F_TIME) || timing) {
965 if (timing)
1043 if (timing) {
1068 timing
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc83 // Otherwise fall back to rusage based timing.
/freebsd-9.3-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-9.3-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);
716 timing = 1;
718 timing = 0;
725 /* suppress timing for node information query */
726 timing = 0;
1367 if (timing) {
[all...]
/freebsd-9.3-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-9.3-release/sys/dev/sdhci/
H A Dsdhci.c884 if (ios->timing == bus_timing_hs)
1507 *result = slot->host.ios.timing;
1560 slot->host.ios.timing = value;

Completed in 109 milliseconds