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

/freebsd-13-stable/sys/dev/mmc/
H A Dmmc.c193 static bool mmc_host_timing(device_t dev, enum mmc_bus_timing timing);
215 enum mmc_bus_timing timing);
219 enum mmc_bus_timing timing);
221 enum mmc_bus_timing timing);
228 enum mmc_bus_timing timing);
229 static const char *mmc_timing_to_string(enum mmc_bus_timing timing);
323 enum mmc_bus_timing timing; local
351 timing = mmcbr_get_timing(busdev);
364 if (timing >= bus_timing_mmc_ddr52 &&
370 "setting bus width to %d bits %s timing\
749 mmc_set_card_bus_width(struct mmc_softc *sc, struct mmc_ivars *ivar, enum mmc_bus_timing timing) argument
833 enum mmc_bus_timing timing; local
904 mmc_set_timing(struct mmc_softc *sc, struct mmc_ivars *ivar, enum mmc_bus_timing timing) argument
963 mmc_set_vccq(struct mmc_softc *sc, struct mmc_ivars *ivar, enum mmc_bus_timing timing) argument
1462 mmc_timing_to_dtr(struct mmc_ivars *ivar, enum mmc_bus_timing timing) argument
1491 mmc_timing_to_string(enum mmc_bus_timing timing) argument
1518 mmc_host_timing(device_t dev, enum mmc_bus_timing timing) argument
1567 enum mmc_bus_timing timing; local
2122 enum mmc_bus_timing max_timing, timing; local
2363 enum mmc_bus_timing timing; local
[all...]
H A Dmmcbrvar.h103 MMCBR_ACCESSOR(timing, TIMING, int)
H A Dbridge.h132 enum mmc_bus_timing timing; member in struct:mmc_ios
/freebsd-13-stable/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
580 typedef void detailed_cb(struct detailed_timing *timing, void *closure);
706 * standard_timing_level - get std. timing level(CVT/GTF/DMT)
735 * @t: standard timing params
736 * @timing_level: standard timing level
738 * Take the standard timing params (in this case width, aspect, and refresh)
892 * drm_mode_detailed - create a new mode from an EDID detailed timing section
895 * @timing: EDID detailed timing inf
901 drm_mode_detailed(struct drm_device *dev, struct edid *edid, struct detailed_timing *timing, u32 quirks) argument
1051 mode_in_range(const struct drm_display_mode *mode, struct edid *edid, struct detailed_timing *timing) argument
1097 drm_dmt_modes_for_range(struct drm_connector *connector, struct edid *edid, struct detailed_timing *timing) argument
1132 drm_gtf_modes_for_range(struct drm_connector *connector, struct edid *edid, struct detailed_timing *timing) argument
1160 drm_cvt_modes_for_range(struct drm_connector *connector, struct edid *edid, struct detailed_timing *timing) argument
1189 do_inferred_modes(struct detailed_timing *timing, void *c) argument
1241 drm_est3_modes(struct drm_connector *connector, struct detailed_timing *timing) argument
1270 do_established_modes(struct detailed_timing *timing, void *c) argument
1317 do_standard_modes(struct detailed_timing *timing, void *c) argument
1377 drm_cvt_modes(struct drm_connector *connector, struct detailed_timing *timing) argument
1427 do_cvt_mode(struct detailed_timing *timing, void *c) argument
1452 do_detailed_mode(struct detailed_timing *timing, void *c) argument
[all...]
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci_acpi.c203 enum mmc_bus_timing timing; local
220 timing = ios->timing;
222 timing == bus_timing_hs)
228 timing == bus_timing_mmc_hs400) {
H A Dsdhci_xenon.c213 switch (ios->timing) {
270 if (ios->timing == bus_timing_normal)
294 switch (ios->timing) {
317 if (ios->timing == bus_timing_mmc_hs400)
H A Dsdhci.c1221 if (ios->timing == bus_timing_mmc_hs400 ||
1222 ios->timing == bus_timing_mmc_hs400es)
1230 if (ios->timing == bus_timing_uhs_ddr50 ||
1231 ios->timing == bus_timing_mmc_ddr52)
1354 switch (ios->timing) {
1419 if (slot->host.ios.timing == bus_timing_mmc_hs400)
2374 *result = slot->host.ios.timing;
2462 slot->host.ios.timing = value;
2677 ios->timing = new_ios->timing;
[all...]
/freebsd-13-stable/sbin/ping/
H A Dping.c204 /* timing */
205 static int timing; /* flag to do timing */ variable
408 errx(EX_USAGE, "invalid timing interval: `%s'",
537 errx(EX_USAGE, "invalid timing interval: `%s'",
663 timing = 1;
1067 if ((options & F_TIME) || timing) {
1080 if (timing)
1186 if (timing) {
1209 timing
[all...]
H A Dping6.c251 /* timing */
252 static int timing; /* flag to do timing */ variable
472 errx(1, "illegal timing interval %s", optarg);
481 errx(1, "illegal timing interval %s", optarg);
578 err(EX_USAGE, "invalid timing interval: `%s'",
778 timing = 1;
780 timing = 0;
787 /* suppress timing for node information query */
788 timing
[all...]
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_gen.h97 uint32_t timing; member in struct:udma_gen_sram_ctrl
226 /**** timing register ****/
/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc.c915 ios->clock, ios->bus_width, ios->timing);
931 if (ios->timing == bus_timing_uhs_ddr50 ||
932 ios->timing == bus_timing_mmc_ddr52 ||
933 ios->timing == bus_timing_mmc_hs400)
1381 *(int *)result = sc->host.ios.timing;
1422 sc->host.ios.timing = value;
1603 ios->timing = new_ios->timing;
1605 device_printf(sc->dev, "Timing => %d\n", ios->timing);
/freebsd-13-stable/tools/tools/crypto/
H A Dcryptotest.c162 printf("-c check the results (slows timing)\n");
480 int timing = 1; local
484 &timing, sizeof (timing)) < 0)
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_mmc.c338 ios->timing = new_ios->timing;
340 device_printf(sc->aw_dev, "Timing => %d\n", ios->timing);
1252 *(int *)result = sc->aw_host.ios.timing;
1304 sc->aw_host.ios.timing = value;
1448 if (ios->timing == bus_timing_uhs_ddr50 ||
1449 ios->timing == bus_timing_mmc_ddr52)
1463 if (ios->timing == bus_timing_mmc_ddr52 &&
1476 /* New timing mode if needed */
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c1050 enum mmc_bus_timing timing)
1059 ("mmc_set_timing(timing=%d)", timing));
1060 switch (timing) {
1077 /* Set high-speed timing on the host */
1085 cts->ios.timing = timing;
1340 /* Find out if the card supports High speed timing */
1414 /* Enable high-speed timing on the card */
1423 enum mmc_bus_timing timing; local
1048 mmc_set_timing(struct cam_periph *periph, union ccb *ccb, enum mmc_bus_timing timing) argument
[all...]
H A Dmmc_xpt.c647 cts->ios.timing = bus_timing_normal;
/freebsd-13-stable/sys/dev/rtsx/
H A Drtsx.c127 int8_t rtsx_ios_timing; /* current host.ios.timing */
207 static int rtsx_set_sd_timing(struct rtsx_softc *sc, enum mmc_bus_timing timing);
1706 rtsx_set_sd_timing(struct rtsx_softc *sc, enum mmc_bus_timing timing) argument
1708 if (timing == bus_timing_hs && sc->rtsx_force_timing) {
1709 timing = bus_timing_uhs_sdr50;
1710 sc->rtsx_ios_timing = timing;
1714 device_printf(sc->rtsx_dev, "rtsx_set_sd_timing(%u)\n", timing);
1716 switch (timing) {
3008 ios->timing = new_ios->timing;
[all...]
/freebsd-13-stable/sys/dev/pccard/
H A Dpccard_cis.c104 * XXX up of the socket. The standard timing diagrams don't
906 u_int power, timing, iospace, irq, memspace, misc; local
1005 timing = reg & PCCARD_TPCE_FS_TIMING;
1032 if (timing) {
1033 /* skip over timing, don't save */
/freebsd-13-stable/contrib/bc/
H A Dconfigure128 printf ' -t, --enable-test-timing\n'
129 printf ' Enable the timing of tests. This is for development only.\n'
604 enable-test-timing) time_tests=1 ;;
619 enable-fuzz-mode* | enable-test-timing* | enable-valgrind*)
H A Dconfigure.sh128 printf ' -t, --enable-test-timing\n'
129 printf ' Enable the timing of tests. This is for development only.\n'
604 enable-test-timing) time_tests=1 ;;
619 enable-fuzz-mode* | enable-test-timing* | enable-valgrind*)
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_mmc.c790 *(int *)result = sc->sc_host.ios.timing;
841 sc->sc_host.ios.timing = value;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc490 // Call mntctl; try more than twice in case of timing issues with a concurrent
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c8014 cts->ios.timing = is_highspeed == 1 ? bus_timing_hs : bus_timing_normal;
8097 cts->ios.timing == bus_timing_hs ? " (high-speed timing)" : "");
10267 "-S high | std Set high-speed or standard timing\n"

Completed in 170 milliseconds