Home
last modified time | relevance | path

Searched full:32768 (Results 1 – 25 of 1237) sorted by relevance

12345678910>>...50

/openbmc/qemu/tests/qemu-iotests/
H A D023.out73 wrote 1024/1024 bytes at offset 32768
391 read 1024/1024 bytes at offset 32768
709 wrote 1024/1024 bytes at offset 32768
1027 read 1024/1024 bytes at offset 32768
2625 read 1024/1024 bytes at offset 32768
2943 read 1024/1024 bytes at offset 32768
6409 wrote 1024/1024 bytes at offset 32768
6631 wrote 4096/4096 bytes at offset 32768
6949 read 4096/4096 bytes at offset 32768
7267 wrote 4096/4096 bytes at offset 32768
[all …]
H A D038.out816 read 32768/32768 bytes at offset 98304
818 read 32768/32768 bytes at offset 229376
820 read 32768/32768 bytes at offset 360448
822 read 32768/32768 bytes at offset 491520
824 read 32768/32768 bytes at offset 622592
826 read 32768/32768 bytes at offset 753664
828 read 32768/32768 bytes at offset 884736
830 read 32768/32768 bytes at offset 1015808
832 read 32768/32768 bytes at offset 1146880
834 read 32768/32768 bytes at offset 1277952
[all …]
H A D242.out24 {"execute": "block-dirty-bitmap-add", "arguments": {"disabled": true, "granularity": 32768, "name":…
43 granularity: 32768
52 "granularity": 32768,
77 granularity: 32768
91 "granularity": 32768,
120 granularity: 32768
137 "granularity": 32768,
H A D246.out8 {"execute": "block-dirty-bitmap-add", "arguments": {"granularity": 32768, "name": "Small", "node": …
48 "granularity": 32768,
64 "granularity": 32768,
117 "granularity": 32768,
167 "granularity": 32768,
231 "granularity": 32768,
H A D271.out739 wrote 32768/32768 bytes at offset 32768
741 wrote 32768/32768 bytes at offset 983040
748 read 32768/32768 bytes at offset 0
750 read 32768/32768 bytes at offset 32768
754 read 32768/32768 bytes at offset 983040
756 read 32768/32768 bytes at offset 1015808
781 wrote 32768/32768 bytes at offset 1015808
783 wrote 32768/32768 bytes at offset 2097152
796 read 32768/32768 bytes at offset 1015808
800 read 32768/32768 bytes at offset 2097152
H A D066.out29 read 32768/32768 bytes at offset 1048576
33 read 32768/32768 bytes at offset 1277952
H A D046.out160 read 32768/32768 bytes at offset 131072
168 read 32768/32768 bytes at offset 262144
214 read 32768/32768 bytes at offset 753664
236 read 32768/32768 bytes at offset 1064960
238 read 32768/32768 bytes at offset 1130496
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_audio.c165 for (i = -32768; i < 32768; i++) { in dsp_audio_generate_s2law_table()
171 for (i = -32768; i < 32768; i++) { in dsp_audio_generate_s2law_table()
252 if (sample < -32768) in dsp_audio_generate_mix_table()
253 sample = -32768; in dsp_audio_generate_mix_table()
330 if (sample < -32768) in dsp_audio_generate_volume_changes()
331 sample = -32768; in dsp_audio_generate_volume_changes()
336 if (sample < -32768) in dsp_audio_generate_volume_changes()
337 sample = -32768; in dsp_audio_generate_volume_changes()
342 if (sample < -32768) in dsp_audio_generate_volume_changes()
343 sample = -32768; in dsp_audio_generate_volume_changes()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/
H A Dia_css_dp.host.c30 32768,
31 32768,
32 32768,
33 32768
39 32768,
40 32768,
41 32768,
42 32768
/openbmc/u-boot/drivers/rtc/
H A Dat91sam9_rtt.c56 /* clear alarm, set prescaler to 32768, clear counter */ in rtc_set()
57 writel(32768+AT91_RTT_RTTRST, &rtt->mr); in rtc_set()
60 /* wait for counter clear to happen, takes less than a 1/32768th second */ in rtc_set()
71 /* clear alarm, set prescaler to 32768, clear counter */ in rtc_reset()
72 writel(32768+AT91_RTT_RTTRST, &rtt->mr); in rtc_reset()
75 /* wait for counter clear to happen, takes less than a 1/32768th second */ in rtc_reset()
/openbmc/linux/arch/powerpc/boot/dts/
H A Diss4xx-mpic.dts42 i-cache-size = <32768>;
43 d-cache-size = <32768>;
56 i-cache-size = <32768>;
57 d-cache-size = <32768>;
72 i-cache-size = <32768>;
73 d-cache-size = <32768>;
88 i-cache-size = <32768>;
89 d-cache-size = <32768>;
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-dsp.c85 t2 = x * x / 32768 / 2; in int_cos()
86 t4 = t2 * x / 32768 * x / 32768 / 3 / 4; in int_cos()
87 t6 = t4 * x / 32768 * x / 32768 / 5 / 6; in int_cos()
88 t8 = t6 * x / 32768 * x / 32768 / 7 / 8; in int_cos()
89 ret = 32768 - t2 + t4 - t6 + t8; in int_cos()
108 s32 s = x[i] + ((s64)coeff * s_prev / 32768) - s_prev2; in int_goertzel()
115 (s64)coeff * s_prev2 * s_prev / 32768; in int_goertzel()
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8641si-pre.dtsi35 d-cache-size = <32768>;
36 i-cache-size = <32768>;
47 d-cache-size = <32768>;
48 i-cache-size = <32768>;
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/
H A Dia_css_wb_types.h35 default/ineffective 32768(u1.15, 1.0) */
38 default/ineffective 32768(u1.15, 1.0) */
41 default/ineffective 32768(u1.15, 1.0) */
44 default/ineffective 32768(u1.15, 1.0) */
H A Dia_css_wb.host.c27 32768,
28 32768,
29 32768,
30 32768
/openbmc/linux/lib/
H A Dtest-kstrtox.c81 {"32768", 10, 32768ULL}, in test_kstrtoull_ok()
250 {"32768", 10, 32768LL}, in test_kstrtoll_ok()
306 {"32768", 10, 32768}, in test_kstrtou64_ok()
360 {"32768", 10, 32768}, in test_kstrtos64_ok()
409 {"32768", 10, 32768}, in test_kstrtou32_ok()
463 {"32768", 10, 32768}, in test_kstrtos32_ok()
512 {"32768", 10, 32768}, in test_kstrtou16_ok()
575 {"32768", 10}, in test_kstrtos16_fail()
626 {"32768", 10}, in test_kstrtou8_fail()
680 {"32768", 10}, in test_kstrtos8_fail()
/openbmc/linux/arch/arm/mach-omap1/
H A Dtimer32k.c76 #define OMAP_32K_TICKS_PER_SEC (32768)
79 * TRM says 1 / HZ = ( TVR + 1) / 32768, so TRV = (32768 / HZ) - 1
236 32768, NSEC_PER_SEC, 120000); in omap_init_clocksource_32k()
238 ret = clocksource_mmio_init(sync32k_cnt_reg, "32k_counter", 32768, in omap_init_clocksource_32k()
245 sched_clock_register(omap_32k_read_sched_clock, 32, 32768); in omap_init_clocksource_32k()
247 pr_info("OMAP clocksource: 32k_counter at 32768 Hz\n"); in omap_init_clocksource_32k()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dswitchdev.rst58 $ devlink port function set pci/0000:08:00.0/32768 hw_addr 00:00:00:00:00:11 state active
142 …pci/0000:06:00.0/32768: type eth netdev eth6 flavour pcisf controller 0 pfnum 0 sfnum 88 external …
148 $ devlink port show pci/0000:06:00.0/32768
149 pci/0000:06:00.0/32768: type eth netdev enp6s0pf0sf88 flavour pcisf pfnum 0 sfnum 88
155 $ devlink port del pci/0000:06:00.0/32768
222 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88…
231 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88…
279 …pci/0000:06:00.0/32768: type eth netdev ens2f0npf0sf88 flavour pcisf controller 0 pfnum 0 sfnum 88…
/openbmc/linux/arch/riscv/boot/dts/sifive/
H A Dfu540-c000.dtsi44 d-cache-size = <32768>;
50 i-cache-size = <32768>;
68 d-cache-size = <32768>;
74 i-cache-size = <32768>;
92 d-cache-size = <32768>;
98 i-cache-size = <32768>;
116 d-cache-size = <32768>;
122 i-cache-size = <32768>;
H A Dfu740-c000.dtsi45 d-cache-size = <32768>;
51 i-cache-size = <32768>;
69 d-cache-size = <32768>;
75 i-cache-size = <32768>;
93 d-cache-size = <32768>;
99 i-cache-size = <32768>;
117 d-cache-size = <32768>;
123 i-cache-size = <32768>;
/openbmc/linux/sound/soc/samsung/
H A Dlittlemill.c39 WM8994_FLL_SRC_MCLK2, 32768, in littlemill_set_bias_level()
81 32768, SND_SOC_CLOCK_IN); in littlemill_set_bias_level_post()
114 WM8994_FLL_SRC_MCLK2, 32768, in littlemill_hw_params()
207 32768, SND_SOC_CLOCK_IN); in bbclk_ev()
288 32768, SND_SOC_CLOCK_IN); in littlemill_late_probe()
293 32768, SND_SOC_CLOCK_IN); in littlemill_late_probe()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6795.dtsi46 i-cache-size = <32768>;
49 d-cache-size = <32768>;
61 i-cache-size = <32768>;
64 d-cache-size = <32768>;
76 i-cache-size = <32768>;
79 d-cache-size = <32768>;
91 i-cache-size = <32768>;
94 d-cache-size = <32768>;
106 i-cache-size = <32768>;
109 d-cache-size = <32768>;
[all …]
/openbmc/u-boot/arch/arm/mach-imx/mx3/
H A DKconfig27 default 32768
30 32768 or 32000 Hz.
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst83 0 32768 linear 8:1 0,
84 32768 1024000 linear 8:2 0;
106 0 32768 linear /dev/sda1 0,
107 32768 1024000 linear /dev/sda2 0,
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Domap3-thermal-data.c41 .min_freq = 32768,
42 .max_freq = 32768,
109 .min_freq = 32768,
110 .max_freq = 32768,

12345678910>>...50