/Linux-v6.1/drivers/cpufreq/ |
D | sh-cpufreq.c | 39 return (clk_get_rate(&per_cpu(sh_cpuclk, cpu)) + 500) / 1000; in sh_cpufreq_get() 57 /* Convert target_freq from kHz to Hz */ in __sh_cpufreq_target() 63 dev_dbg(dev, "requested frequency %u Hz\n", target->freq * 1000); in __sh_cpufreq_target() 66 freqs.new = (freq + 500) / 1000; in __sh_cpufreq_target() 73 dev_dbg(dev, "set frequency %lu Hz\n", freq); in __sh_cpufreq_target() 100 policy->min = (clk_round_rate(cpuclk, 1) + 500) / 1000; in sh_cpufreq_verify() 101 policy->max = (clk_round_rate(cpuclk, ~0UL) + 500) / 1000; in sh_cpufreq_verify() 130 (clk_round_rate(cpuclk, 1) + 500) / 1000; in sh_cpufreq_cpu_init() 132 (clk_round_rate(cpuclk, ~0UL) + 500) / 1000; in sh_cpufreq_cpu_init()
|
/Linux-v6.1/net/dccp/ccids/ |
D | ccid3.h | 41 * Hence we can use a constant t_delta = %USEC_PER_MSEC when HZ >= 500. A coarse 42 * resolution of HZ < 500 means that the error is below one timer tick (t_gran) 43 * when using the constant t_delta = t_gran / 2 = %USEC_PER_SEC / (2 * HZ). 45 #if (HZ >= 500) 48 # define TFRC_T_DELTA (USEC_PER_SEC / (2 * HZ))
|
/Linux-v6.1/arch/alpha/ |
D | Kconfig | 88 Alcor/Alpha-XLT AS 600, AS 500, XL-300, XL-366 98 Jensen DECpc 150, DEC 2000 models 300, 500 101 Miata Personal Workstation 433/500/600 a/au 229 The Digital PersonalWorkStation (PWS 433a, 433au, 500a, 500au, 600a, 609 prompt "Timer interrupt frequency (HZ)?" 623 bool "32 Hz" 625 bool "64 Hz" 627 bool "128 Hz" 629 bool "256 Hz" 631 bool "1024 Hz" [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/temperature/ |
D | adi,ltc2983.yaml | 41 simultaneous 50/60Hz rejection. 42 0 - 50/60Hz rejection 43 1 - 60Hz rejection 44 2 - 50Hz rejection 106 enum: [10, 100, 500, 1000] 190 14 - RTD PT-500 228 enum: [5, 10, 25, 50, 100, 250, 500, 1000] 309 enum: [0, 250, 500, 1000, 5000, 10000, 25000, 50000, 100000, 250000, 428 adi,excitation-current-microamp = <500>;
|
/Linux-v6.1/drivers/media/tuners/ |
D | qm1d1b0004.h | 17 bool half_step; /* use PLL frequency step of 500Hz instead of 1000Hz */
|
/Linux-v6.1/arch/mips/dec/ |
D | time.c | 63 * be called 500 ms after the second nowtime has started, because when 65 * jump to the next second precisely 500 ms later. Check the Dallas 116 * update precisely 500 ms later. You won't find this mentioned in update_persistent_clock64() 131 int i = HZ / 8; in plat_time_init() 134 ds1287_set_base_clock(HZ); in plat_time_init()
|
/Linux-v6.1/drivers/leds/ |
D | leds-clevo-mail.c | 122 * start it. Let's blink the led slowly (0.5Hz). in clevo_mail_led_blink() 129 } else if (*delay_on == 500 /* ms */ && *delay_off == 500 /* ms */) { in clevo_mail_led_blink() 130 /* blink the led with 1Hz */ in clevo_mail_led_blink() 135 /* blink the led with 0.5Hz */ in clevo_mail_led_blink()
|
D | leds-asic3.c | 21 * When TimeBase is 4 the clock resolution is about 32Hz. 70 on = MS_TO_CLK(500); in blink_set() 71 off = MS_TO_CLK(500); in blink_set()
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7192.yaml | 50 adi,rejection-60-Hz-enable: 52 This bit enables a notch at 60 Hz when the first notch of the sinc 53 filter is at 50 Hz. When REJ60 is set, a filter notch is placed at 54 60 Hz when the sinc filter first notch is at 50 Hz. This allows 55 simultaneous 50 Hz/ 60 Hz rejection. 74 When this bit is set to 1, the 500 nA current sources in the signal 120 adi,rejection-60-Hz-enable;
|
/Linux-v6.1/Documentation/devicetree/bindings/pwm/ |
D | kontron,sl28cpld-pwm.yaml | 17 frequencies (250Hz, 500Hz, 1kHz, 2kHz).
|
/Linux-v6.1/drivers/target/ |
D | target_core_pscsi.h | 16 #define PS_TIMEOUT_DISK (15*HZ) 17 #define PS_TIMEOUT_OTHER (500*HZ)
|
/Linux-v6.1/arch/mips/include/asm/mach-rc32434/ |
D | prom.h | 34 #define FREQ_TAG "HZ=" 39 #define BOARD_RB532 "500" 40 #define BOARD_RB532A "500r5"
|
/Linux-v6.1/Documentation/hwmon/ |
D | sht3x.rst | 47 2000 0.5 Hz periodic measurement 48 1000 1 Hz periodic measurement 49 500 2 Hz periodic measurement 50 250 4 Hz periodic measurement 51 100 10 Hz periodic measurement
|
/Linux-v6.1/drivers/hwmon/ |
D | ltc4151.c | 58 * (Conversion Rate 6 - 9 Hz) in ltc4151_update_device() 60 if (time_after(jiffies, data->last_updated + HZ / 6) || !data->valid) { in ltc4151_update_device() 96 /* 500uV resolution. Convert to mV. */ in ltc4151_get_value() 97 val = val * 500 / 1000; in ltc4151_get_value()
|
D | ad7414.c | 97 data->next_update = jiffies + HZ + HZ / 2; in ad7414_update_device() 137 temp = (temp + (temp < 0 ? -500 : 500)) / 1000; in max_min_store()
|
/Linux-v6.1/drivers/gpu/drm/kmb/ |
D | kmb_drv.h | 33 #define KMB_MIN_VREFRESH 59 /*vertical refresh in Hz */ 34 #define KMB_MAX_VREFRESH 60 /*vertical refresh in Hz */ 36 #define KMB_SYS_CLK_MHZ 500
|
/Linux-v6.1/sound/soc/codecs/ |
D | src4xxx.c | 209 dev_info(component->dev, "changing mclk rate from %d to %d Hz\n", in src4xxx_set_mclk_hz() 251 "unsupported sample rate %d Hz for the master clock of %d Hz\n", in src4xxx_hw_params() 436 usleep_range(1, 500); /* sleep for more then 500 ns */ in src4xxx_probe() 440 usleep_range(500, 1000); /* sleep for 500 us or more */ in src4xxx_probe()
|
/Linux-v6.1/Documentation/networking/ |
D | plip.rst | 89 data) is, by default, 500usec. As IRQ delivery is more or less immediate, 92 When in IRQ-less mode, the PLIP driver polls the parallel port HZ times 93 per second (where HZ is typically 100 on most platforms, and 1024 on an 94 Alpha, as of this writing). Between two such polls, there are 10^6/HZ usecs. 97 the timeout is only 500usec long. As a result, it is required to change the 99 10^6/HZ usecs. If both sides of a PLIP connection are used in IRQ-less mode,
|
/Linux-v6.1/drivers/media/usb/gspca/ |
D | stk014.c | 55 500); in reg_r() 80 500); in reg_w() 110 500); /* timeout in milliseconds */ in rcv_val() 153 500); /* timeout in milliseconds */ in snd_val() 203 ? 0x33640000 /* 50 Hz */ in setlightfreq() 204 : 0x33780000); /* 60 Hz */ in setlightfreq()
|
/Linux-v6.1/drivers/watchdog/ |
D | menz69_wdt.c | 24 #define MEN_Z069_TIMER_FREQ 500 /* 500 Hz */
|
/Linux-v6.1/Documentation/devicetree/bindings/i2c/ |
D | aspeed,i2c.yaml | 41 minimum: 500 44 description: frequency of the bus clock in Hz defaults to 100 kHz when not
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | uniphier-pro5.dtsi | 45 opp-hz = /bits/ 64 <100000000>; 49 opp-hz = /bits/ 64 <116667000>; 53 opp-hz = /bits/ 64 <150000000>; 57 opp-hz = /bits/ 64 <175000000>; 61 opp-hz = /bits/ 64 <200000000>; 65 opp-hz = /bits/ 64 <233334000>; 69 opp-hz = /bits/ 64 <300000000>; 73 opp-hz = /bits/ 64 <350000000>; 77 opp-hz = /bits/ 64 <400000000>; 81 opp-hz = /bits/ 64 <466667000>; [all …]
|
/Linux-v6.1/drivers/char/hw_random/ |
D | iproc-rng200.c | 101 #define MAX_IDLE_TIME (1 * HZ) in iproc_rng200_read() 145 usleep_range(min(num_remaining * 10, 500U), 500); in iproc_rng200_read()
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gfx_v7.c | 261 usleep_range(500, 1000); in kgd_hqd_sdma_load() 394 retry = 5000; /* wait for 500 usecs at maximum */ in kgd_hqd_destroy() 442 end_jiffies = (utimeout * HZ / 1000) + jiffies; in kgd_hqd_destroy() 452 usleep_range(500, 1000); in kgd_hqd_destroy() 465 unsigned long end_jiffies = (utimeout * HZ / 1000) + jiffies; in kgd_hqd_sdma_destroy() 482 usleep_range(500, 1000); in kgd_hqd_sdma_destroy()
|
/Linux-v6.1/drivers/hid/ |
D | hid-roccat-kone.h | 111 uint8_t polling_rate; /* 1 = 125Hz, 2 = 500Hz, 3 = 1000Hz */
|