Home
last modified time | relevance | path

Searched +full:90 +full:h (Results 1 – 25 of 1081) sorted by relevance

12345678910>>...44

/linux/mm/damon/tests/
H A Dvaddr-kunit.h15 #include <kunit/test.h>
158 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target
163 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1()
165 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions1()
171 /* 5-20-27, 45-55, 73-80-90-104 */ in damon_test_apply_three_regions1()
173 73, 80, 80, 90, 90, 104}; in damon_test_apply_three_regions1()
185 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2()
187 70, 80, 80, 90, 9 in damon_test_apply_three_regions2()
[all...]
/linux/drivers/leds/trigger/
H A Dledtrig-activity.c9 #include <linux/init.h>
10 #include <linux/kernel.h>
11 #include <linux/kernel_stat.h>
12 #include <linux/leds.h>
13 #include <linux/module.h>
14 #include <linux/panic_notifier.h>
15 #include <linux/reboot.h>
16 #include <linux/sched.h>
17 #include <linux/slab.h>
18 #include <linux/timer.h>
[all …]
/linux/arch/sparc/lib/
H A Dcopy_in_user.S7 #include <linux/export.h>
8 #include <linux/linkage.h>
9 #include <asm/asi.h>
58 bne,pn %XCC, 90f
80 ba,pt %xcc, 90f
85 bne,pn %XCC, 90f
100 90:
105 bgu,pt %XCC, 90b
H A DGENmemcpy.S8 #include <linux/linkage.h>
89 bne,a,pn %XCC, 90f
114 ba,a,pt %XCC, 90f
119 bne,pn %XCC, 90f
133 90:
137 bgu,pt %XCC, 90b
/linux/arch/m68k/lib/
H A Dchecksum.c31 #include <linux/module.h>
32 #include <net/checksum.h>
242 "90:\t" in csum_and_copy_from_user()
247 ".long 10b,90b\n" in csum_and_copy_from_user()
248 ".long 11b,90b\n" in csum_and_copy_from_user()
249 ".long 12b,90b\n" in csum_and_copy_from_user()
250 ".long 13b,90b\n" in csum_and_copy_from_user()
251 ".long 14b,90b\n" in csum_and_copy_from_user()
252 ".long 15b,90b\n" in csum_and_copy_from_user()
253 ".long 16b,90b\n" in csum_and_copy_from_user()
[all …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-auo-a030jtn01.c9 #include <linux/bitfield.h>
10 #include <linux/delay.h>
11 #include <linux/device.h>
12 #include <linux/gpio/consumer.h>
13 #include <linux/media-bus-format.h>
14 #include <linux/mod_devicetable.h>
15 #include <linux/module.h>
16 #include <linux/regmap.h>
17 #include <linux/regulator/consumer.h>
18 #include <linux/spi/spi.h>
[all …]
/linux/drivers/video/fbdev/geode/
H A Dlxfb_core.c9 #include <linux/aperture.h>
10 #include <linux/module.h>
11 #include <linux/kernel.h>
12 #include <linux/errno.h>
13 #include <linux/string.h>
14 #include <linux/console.h>
15 #include <linux/mm.h>
16 #include <linux/suspend.h>
17 #include <linux/delay.h>
18 #include <linux/fb.h>
[all …]
/linux/include/crypto/
H A Ddrbg.h2 * DRBG based on NIST SP800-90A
43 #include <linux/random.h>
44 #include <linux/scatterlist.h>
45 #include <crypto/hash.h>
46 #include <crypto/skcipher.h>
47 #include <linux/module.h>
48 #include <linux/crypto.h>
49 #include <linux/slab.h>
50 #include <crypto/internal/rng.h>
51 #include <crypto/rng.h>
[all …]
/linux/arch/arm/include/debug/
H A Dtegra.S16 #include <linux/serial_reg.h>
53 bne 90f ; \
61 beq 90f ; \
88 bne 90f
101 b 90f @ invalid
119 22: checkuart(\rp, \rv, H, 23, C)
136 90: mov \rp, #0
/linux/drivers/mmc/host/
H A Ddw_mmc-rockchip.c6 #include <linux/module.h>
7 #include <linux/platform_device.h>
8 #include <linux/clk.h>
9 #include <linux/mmc/host.h>
10 #include <linux/of_address.h>
11 #include <linux/mmc/slot-gpio.h>
12 #include <linux/pm_runtime.h>
13 #include <linux/slab.h>
15 #include "dw_mmc.h"
16 #include "dw_mmc-pltfm.h"
[all …]
/linux/drivers/hwmon/
H A Dhwmon-vid.c7 * Partly imported from i2c-vid.h of the lm_sensors project
14 #include <linux/module.h>
15 #include <linux/kernel.h>
16 #include <linux/hwmon-vid.h>
105 case 26: /* AMD family 10h to 15h, serial VID */ in vid_from_reg()
112 case 90: /* VRM 9.0 */ in vid_from_reg()
180 {X86_VENDOR_AMD, 0x6, 0x0, ANY, ANY, 90}, /* Athlon Duron etc */
190 {X86_VENDOR_AMD, 0x10, 0x0, ANY, ANY, 25}, /* NPT family 10h */
191 {X86_VENDOR_AMD, 0x11, 0x0, ANY, ANY, 26}, /* family 11h */
192 {X86_VENDOR_AMD, 0x12, 0x0, ANY, ANY, 26}, /* family 12h */
[all …]
/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.h10 #include "omap_drv.h"
11 #include "tcm.h"
54 1 0 0 90-degree view with vertical mirror 270-degree view with horizontal mirror
56 1 1 0 90-degree view
57 1 1 1 90-degree view with horizontal mirror 270-degree view with vertical mirror
87 struct tiler_block *tiler_reserve_2d(enum tiler_fmt fmt, u16 w, u16 h,
97 size_t tiler_size(enum tiler_fmt fmt, u16 w, u16 h);
98 size_t tiler_vsize(enum tiler_fmt fmt, u16 w, u16 h);
99 void tiler_align(enum tiler_fmt fmt, u16 *w, u16 *h);
/linux/arch/arm/mach-sa1100/
H A Dsleep.S19 #include <linux/linkage.h>
20 #include <asm/assembler.h>
21 #include <mach/hardware.h>
53 @ delay 90us and set CPU PLL to lowest speed
55 mov r0, #90
59 mov r0, #90
/linux/drivers/clk/rockchip/
H A Dclk-mmc-phase.c7 #include <linux/slab.h>
8 #include <linux/clk.h>
9 #include <linux/clk-provider.h>
10 #include <linux/io.h>
11 #include <linux/kernel.h>
12 #include "clk.h"
59 degrees = (raw_value & ROCKCHIP_MMC_DEGREE_MASK) * 90; in rockchip_mmc_get_phase()
100 nineties = degrees / 90; in rockchip_mmc_set_phase()
101 remainder = (degrees % 90); in rockchip_mmc_set_phase()
115 * 1.3, 2.6, ..., 88.6. 89.8, ..., 114.0, 90 in rockchip_mmc_set_phase()
/linux/drivers/ata/pata_parport/
H A Don20.c6 * Onspec 90c20 parallel to IDE adapter.
9 #include <linux/module.h>
10 #include <linux/init.h>
11 #include <linux/delay.h>
12 #include <linux/kernel.h>
13 #include <linux/types.h>
14 #include <linux/wait.h>
15 #include <asm/io.h>
16 #include "pata_parport.h"
39 int h, l, r; in on20_read_regr() local
[all …]
/linux/crypto/
H A Djitterentropy.c138 * output entropy (that is what SP 800-90B Section 3.1.5.1.2 attempts to bound).
140 * The value "64" is justified in Appendix A.4 of the current 90C draft,
148 #include <linux/fips.h>
149 #include <linux/minmax.h>
150 #include "jitterentropy.h"
155 * This test complies with SP800-90B section 4.4.2.
159 * See the SP 800-90B comment #10b for the corrected cutoff for the SP 800-90B
161 * https://www.untruth.org/~josh/sp80090b/UL%20SP800-90B-final%20comments%20v1.9%2020191212.pdf
248 * (RCT) specified in SP800-90B section 4.4.1. Instead of counting identical
261 * Repetition Count Test as defined in SP800-90B section 4.4.1
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dpyperf180.c20 #define UNROLL_COUNT 90
23 #define UNROLL_COUNT 90
26 #include "pyperf.h"
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc_coefs.c7 #include <linux/kernel.h>
9 #include "omapdss.h"
10 #include "dispc.h"
48 { 0, 2, 90, 36, 0 },
52 { 0, 36, 90, 2, 0 },
69 { 0, 10, 90, 28, 0 },
75 { 0, 28, 90, 10, 0 },
179 { -6, 34, 90, 13, -3 },
185 { -3, 13, 90, 34, -6 },
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc_coefs.c9 #include <linux/kernel.h>
10 #include <video/omapfb_dss.h>
12 #include "dispc.h"
50 { 0, 2, 90, 36, 0 },
54 { 0, 36, 90, 2, 0 },
71 { 0, 10, 90, 28, 0 },
77 { 0, 28, 90, 10, 0 },
181 { -6, 34, 90, 13, -3 },
187 { -3, 13, 90, 34, -6 },
/linux/Documentation/devicetree/bindings/power/supply/
H A Dbattery.yaml25 in enum power_supply_property, defined in include/linux/power_supply.h
164 ocv-capacity-table-0 = <4185000 100>, <4113000 95>, <4066000 90>;
166 ocv-capacity-table-1 = <4200000 100>, <4185000 95>, <4113000 90>;
168 ocv-capacity-table-2 = <4250000 100>, <4200000 95>, <4185000 90>;
169 resistance-temp-table = <20 100>, <10 90>, <0 80>, <(-10) 60>;
/linux/include/linux/
H A Dfixp-arith.h5 #include <linux/bug.h>
6 #include <linux/math64.h>
21 #include <linux/types.h>
58 if (degrees > 90) in __fixp_sin32()
80 /* cos(x) = sin(x + 90 degrees) */
81 #define fixp_cos32(v) fixp_sin32((v) + 90)
/linux/arch/powerpc/lib/
H A Dstring_32.S10 #include <linux/export.h>
11 #include <asm/ppc_asm.h>
12 #include <asm/cache.h>
77 90: mr r3, r4
83 EX_TABLE(11b, 90b)
/linux/arch/x86/kernel/acpi/
H A Dsleep.c9 #include <linux/acpi.h>
10 #include <linux/memblock.h>
11 #include <linux/dmi.h>
12 #include <linux/cpumask.h>
13 #include <linux/pgtable.h>
14 #include <asm/segment.h>
15 #include <asm/desc.h>
16 #include <asm/cacheflush.h>
17 #include <asm/realmode.h>
18 #include <asm/hypervisor.h>
[all …]
/linux/drivers/cpufreq/
H A Dlonghaul.h3 * longhaul.h
108 90, /* 1000 -> 9.0x */
125 90, /* 0011 -> 9.0x */
149 90, /* 1000 -> 9.0x */
166 90, /* 0011 -> 9.0x */
207 90, /* 1000 -> 9.0x */
241 90, /* 0011 -> 9.0x */
281 90, /* 1000 -> 9.0x */
289 90, /* 0000 -> 9.0x */
/linux/lib/math/
H A Dcordic.c16 #include <linux/module.h>
17 #include <linux/cordic.h>
63 if (CORDIC_FLOAT(theta) > 90) { in cordic_calc_iq()
66 } else if (CORDIC_FLOAT(theta) < -90) { in cordic_calc_iq()

12345678910>>...44