Home
last modified time | relevance | path

Searched +full:60 +full:hz (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/freebsd/sys/dev/drm2/
H A Ddrm_edid_modes.h34 /* 640x350@85Hz */
38 /* 640x400@85Hz */
42 /* 720x400@85Hz */
46 /* 640x480@60Hz */
50 /* 640x480@72Hz */
54 /* 640x480@75Hz */
58 /* 640x480@85Hz */
62 /* 800x600@56Hz */
66 /* 800x600@60Hz */
70 /* 800x600@72Hz */
[all …]
/freebsd/sys/dev/videomode/
H A Dmodelines18 # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
21 # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
24 # 720x400 @ 70Hz (EDID established timing) hsync: 31.47kHz
27 # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
30 # 720x400 @ 88Hz (EDID established timing) hsync: 39.44kHz
33 # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
36 # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
39 # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
42 # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
45 # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
[all …]
H A Dedidreg.h129 #define EDID_EST_TIMING_720_400_70 0x8000 /* 720x400 @ 70Hz */
130 #define EDID_EST_TIMING_720_400_88 0x4000 /* 720x400 @ 88Hz */
131 #define EDID_EST_TIMING_640_480_60 0x2000 /* 640x480 @ 60Hz */
132 #define EDID_EST_TIMING_640_480_67 0x1000 /* 640x480 @ 67Hz */
133 #define EDID_EST_TIMING_640_480_72 0x0800 /* 640x480 @ 72Hz */
134 #define EDID_EST_TIMING_640_480_75 0x0400 /* 640x480 @ 75Hz */
135 #define EDID_EST_TIMING_800_600_56 0x0200 /* 800x600 @ 56Hz */
136 #define EDID_EST_TIMING_800_600_60 0x0100 /* 800x600 @ 60Hz */
137 #define EDID_EST_TIMING_800_600_72 0x0080 /* 800x600 @ 72Hz */
138 #define EDID_EST_TIMING_800_600_75 0x0040 /* 800x600 @ 75Hz */
[all …]
/freebsd/sys/dev/usb/video/
H A Dudl.h138 static const uint8_t udl_reg_vals_640x480_60[UDL_MODE_SIZE] = { /* 25.17 Mhz 59.9 Hz
144 static const uint8_t udl_reg_vals_640x480_67[UDL_MODE_SIZE] = { /* 30.25 MHz 66.6 Hz MAC
150 static const uint8_t udl_reg_vals_640x480_72[UDL_MODE_SIZE] = { /* 31.50 Mhz 72.8 Hz
156 static const uint8_t udl_reg_vals_640x480_75[UDL_MODE_SIZE] = { /* 31.50 Mhz 75.7 Hz
162 static const uint8_t udl_reg_vals_800x480_61[UDL_MODE_SIZE] = { /* 33.00 MHz 61.9 Hz */
167 static const uint8_t udl_reg_vals_800x600_56[UDL_MODE_SIZE] = { /* 36.00 MHz 56.2 Hz
173 static const uint8_t udl_reg_vals_800x600_60[UDL_MODE_SIZE] = { /* 40.00 MHz 60.3 Hz
179 static const uint8_t udl_reg_vals_800x600_72[UDL_MODE_SIZE] = { /* 50.00 MHz 72.1 Hz
185 static const uint8_t udl_reg_vals_800x600_74[UDL_MODE_SIZE] = { /* 50.00 MHz 74.4 Hz */
190 static const uint8_t udl_reg_vals_800x600_75[UDL_MODE_SIZE] = { /* 49.50 MHz 75.0 Hz
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7192.yaml75 adi,rejection-60-Hz-enable:
77 This bit enables a notch at 60 Hz when the first notch of the sinc
78 filter is at 50 Hz. When REJ60 is set, a filter notch is placed at
79 60 Hz when the sinc filter first notch is at 50 Hz. This allows
80 simultaneous 50 Hz/ 60 Hz rejection.
204 adi,rejection-60-Hz-enable;
/freebsd/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c49 static u_int32_t bluetooth_hci_connect_timeout_value = 60; /* sec */
51 static u_int32_t bluetooth_l2cap_rtx_timeout_value = 60; /* sec */
53 static u_int32_t bluetooth_sco_rtx_timeout_value = 60; /* sec */
115 &bluetooth_hci_connect_timeout_value, 60,
151 &bluetooth_l2cap_rtx_timeout_value, 60,
186 return (bluetooth_hci_command_timeout_value * hz); in bluetooth_hci_command_timeout()
192 return (bluetooth_hci_connect_timeout_value * hz); in bluetooth_hci_connect_timeout()
204 return (bluetooth_l2cap_rtx_timeout_value * hz); in bluetooth_l2cap_rtx_timeout()
210 return (bluetooth_l2cap_ertx_timeout_value * hz); in bluetooth_l2cap_ertx_timeout()
216 return (bluetooth_sco_rtx_timeout_value * hz); in bluetooth_sco_rtx_timeout()
[all …]
/freebsd/sys/netinet/
H A Dtcp_timer.h74 #define TCPTV_MSL ( 30*hz) /* max seg lifetime (hah!) */
77 #define TCPTV_RTOBASE ( 1*hz) /* assumed RTO if no info */
79 #define TCPTV_PERSMIN ( 5*hz) /* minimum persist interval */
80 #define TCPTV_PERSMAX ( 60*hz) /* maximum persist interval */
82 #define TCPTV_KEEP_INIT ( 75*hz) /* initial connect keepalive */
83 #define TCPTV_KEEP_IDLE (120*60*hz) /* dflt time before probing */
84 #define TCPTV_KEEPINTVL ( 75*hz) /* default probe interval */
88 #define TCPTV_FINWAIT2_TIMEOUT (60*hz) /* FIN_WAIT_2 timeout if no receiver */
107 * The prior minimum of 1*hz (1 second) badly breaks throughput on any
110 #define TCPTV_MIN ( hz/33 ) /* minimum allowable value */
[all …]
H A Dtcp_seq.h77 #define TCP_TS_TO_TICKS(_t) ((_t) * hz / 1000)
80 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * 1000)
84 * We always use 1ms granularity independent of hz.
/freebsd/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt70 MHz (Mega Hz). When DDR frequency is less than
75 the ODT disable frequency in MHz (Mega Hz).
101 then ODT disable frequency in MHz (Mega Hz).
128 MHz (Mega Hz). When the DDR frequency is less then
134 value is 60.
157 the PHY side ODT strength. Default value is 60.
164 opp-hz = /bits/ 64 <300000000>;
168 opp-hz = /bits/ 64 <666000000>;
205 rockchip,lpddr4_drv = <60>;
211 rockchip,phy_lpddr4_odt = <60>;
/freebsd/usr.bin/time/
H A Dtime.c143 int hz = getstathz(); in main() local
146 ticks = hz * (ru.ru_utime.tv_sec + ru.ru_stime.tv_sec) + in main()
147 hz * (ru.ru_utime.tv_usec + ru.ru_stime.tv_usec) / 1000000; in main()
234 days = sec / (60L * 60 * 24); in humantime()
235 sec %= (60L * 60 * 24); in humantime()
236 hrs = sec / (60L * 60); in humantime()
237 sec %= (60L * 60); in humantime()
238 mins = sec / 60; in humantime()
239 sec %= 60; in humantime()
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml116 Defines the PHY dll bypass frequency in MHz (Mega Hz). When DDR frequency
131 frequency in Hz. When the DDR frequency is less then ddr3_odt_dis_freq,
179 frequency in Hz. When DDR frequency is less then ddr3_odt_dis_freq, the
226 frequency in Hz. When the DDR frequency is less then ddr3_odt_dis_freq,
235 default: 60
283 default: 60
316 rockchip,pd-idle-dis-freq-hz:
318 Defines the power-down idle disable frequency in Hz. When the DDR
322 rockchip,sr-idle-dis-freq-hz:
324 Defines the self-refresh idle disable frequency in Hz
[all...]
/freebsd/contrib/ntp/util/
H A Dtg.c88 231, 231, 231, 231, 230, 229, 229, 228, 227, 226, /* 60-69 */
99 247, 247, 247, 246, 246, 245, 245, 244, 243, 241, /* 60-69 */
126 * WWV/H format (100-Hz, 9 digits, 1 m frame)
189 {DATA, DATA0}, /* 60 leap */
193 * IRIG format except first frame (1000 Hz, 20 digits, 1 s frame)
209 * IRIG format first frame (1000 Hz, 20 digits, 1 s frame)
409 second = (second + 1) % 60; in main()
412 if (minute >= 60) { in main()
457 * percent on the 1000-Hz carrier. in main()
503 * modulateod pulses 200, 500 and 800 ms at 100-Hz. in main()
[all …]
H A Dtg2.c255 #define SECONDS_PER_MINUTE (60)
268 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, /* 60-69 */
279 119, 119, 119, 119, 119, 119, 119, 119, 119, 119, /* 60-69 */
291 231, 231, 231, 231, 230, 229, 229, 228, 227, 226, /* 60-69 */
302 247, 247, 247, 246, 246, 245, 245, 244, 243, 241, /* 60-69 */
334 * WWV/H format (100-Hz, 9 digits, 1 m frame)
397 {DATA, DATA0}, /* 60 leap */
401 * IRIG format frames (1000 Hz, 1 second for 10 frames of data)
1098 …Year = %02d, Day of year = %03d, Time = %02d:%02d:%02d, Minute tone = %d Hz, Hour tone = %d Hz.\n",
1167 printf (" Adjusted by %2.1f%%, apparent send frequency is %4.2f Hz not %d Hz.\n\n",
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-ocores.txt17 - opencores,ip-clock-frequency: frequency of the controller clock in Hz;
24 - clock-frequency : frequency of bus clock in Hz; see the note below.
56 dummy@60 {
74 dummy@60 {
/freebsd/usr.bin/units/
H A Ddefinitions.units121 arcmin 1|60 arcdeg
123 arcsec 1|60 arcmin
133 minute 60 sec
135 hour 60 min
169 apdram 60 grain
695 Hz hertz
704 hz /sec
706 jansky 1e-26 W/m2-Hz
739 minim 1|60 fldr
857 drachm 60 grain
/freebsd/sys/contrib/device-tree/include/dt-bindings/display/
H A Dsdtv-standards.h64 /* Standards for Countries with 60Hz Line frequency */
70 /* Standards for Countries with 50Hz Line frequency */
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234.dtsi2490 port@60 {
3104 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
4463 nvidia,aspm-cmrt-us = <60>;
4517 nvidia,aspm-cmrt-us = <60>;
4571 nvidia,aspm-cmrt-us = <60>;
4615 nvidia,aspm-cmrt-us = <60>;
4663 nvidia,aspm-cmrt-us = <60>;
4717 nvidia,aspm-cmrt-us = <60>;
4771 nvidia,aspm-cmrt-us = <60>;
4825 nvidia,aspm-cmrt-us = <60>;
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c84 #define WWV_SEC 8000 /* second epoch (sample rate) (Hz) */
85 #define WWV_MIN (WWV_SEC * 60) /* minute epoch */
104 * audio response of the radio at 100 Hz. The WWV/WWVH data subcarrier
130 * this minute the driver inserts second 60 in the seconds state machine
205 #define IN100 ((100 * 80) / WWV_SEC) /* 100 Hz increment */
206 #define IN1000 ((1000 * 80) / WWV_SEC) /* 1000 Hz increment */
207 #define IN1200 ((1200 * 80) / WWV_SEC) /* 1200 Hz increment */
236 * ms at 1000 Hz. The fudge value -0.45 ms due to the codec and other
269 -1.000000e+00, -9.969173e-01, -9.876883e-01, -9.723699e-01, /* 60-63 */
375 {MIN2, 0} /* 60 lea
[all...]
/freebsd/sys/kern/
H A Dsubr_param.c62 #ifndef HZ
63 # define HZ 1000 macro
69 # define HZ_VM HZ
82 int hz; /* system clock's frequency */ variable
83 int tick; /* usec per tick (1000000 / hz) */
84 time_t tick_seconds_max; /* max hz * seconds an integer can hold */
85 struct bintime tick_bt; /* bintime per tick (1s / hz) */
110 SYSCTL_INT(_kern, OID_AUTO, hz, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &hz, 0,
113 "Maximum hz value supported");
115 "Minimum hz value supported");
[all …]
/freebsd/sys/dev/ipmi/
H A Dipmi_ssif.c177 pause("ssifwt", hz / 10); in ssif_polled_request()
192 pause("ssifwt", hz / 100); in ssif_polled_request()
329 /* Wait 60 ms between retries. */ in ssif_loop()
330 pause("retry", 60 * hz / 1000); in ssif_loop()
345 pause("delay", hz / 100); in ssif_loop()
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr8a77xx-aa121td01-panel.dtsi17 /* 1280x800 @60Hz */
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Drzg2-advantech-idk-1110wr-panel.dtsi19 /* 1024x600 @60Hz */
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h74 #define SDP_TX_POLL_TIMEOUT (HZ / 20)
75 #define SDP_NAGLE_TIMEOUT (HZ / 10)
77 #define SDP_SRCAVAIL_CANCEL_TIMEOUT (HZ * 5)
78 #define SDP_SRCAVAIL_ADV_TIMEOUT (1 * HZ)
84 #define SDP_KEEPALIVE_TIME (120 * 60 * HZ)
85 #define SDP_FIN_WAIT_TIMEOUT (60 * HZ) /* like TCP_FIN_TIMEOUT */
120 #define SDP_BZCOPY_POLL_TIMEOUT (HZ / 10)
123 #define AUTO_MOD_DELAY (HZ / 4)
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dlg,sw43408.yaml13 This panel is used on the Pixel 3, it is a 60hz OLED panel which
/freebsd/sys/cddl/dev/profile/
H A Dprofile.c199 static hrtime_t profile_interval_min = NANOSEC / 5000; /* 5000 hz */
348 { "m", NANOSEC * (hrtime_t)60 }, in profile_provide()
349 { "min", NANOSEC * (hrtime_t)60 }, in profile_provide()
350 { "h", NANOSEC * (hrtime_t)(60 * 60) }, in profile_provide()
351 { "hour", NANOSEC * (hrtime_t)(60 * 60) }, in profile_provide()
352 { "d", NANOSEC * (hrtime_t)(24 * 60 * 60) }, in profile_provide()
353 { "day", NANOSEC * (hrtime_t)(24 * 60 * 60) }, in profile_provide()
354 { "hz", 0 }, in profile_provide()

12345678910>>...13