/linux/drivers/net/wireless/intel/iwlwifi/tests/ |
H A D | utils.c | 56 .desc = "Adding -80dBm to -75dBm until it is still rounded to -79dBm", 58 75, 80, 80, 80, 80, 80, 80, 80, 80, 80, 59 80, 80, 80, 80, 80, 80, 80, 0xff, 0xff, 0xff, 65 .desc = "Adding -80dBm to -75dBm until it is just rounded to -80dBm", 67 75, 80, 80, 80, 80, 80, 80, 80, 80, 80, 68 80, 80, 80, 80, 80, 80, 80, 80, 0xff, 0xff, 71 .result = -80,
|
/linux/lib/crypto/x86/ |
H A D | sha1-avx2-asm.S | 143 * - 80 DWORDs per iteration * 2 145 #define W_SIZE (80*2*2 +16) 147 #define WK(t) ((((t) % 80) / 4)*32 + ( (t) % 4)*4 + ((t)/80)*16 )(WK_BUF) 302 .elseif (i < 80) 350 .set round_id, (\r % 80) 373 .set round_id, ( (\r+1) % 80) 456 * macro implements 80 rounds of SHA-1, for multiple blocks with s/w pipelining 469 lea (2*4*80+32)(%rsp), WK_BUF 549 * 0+80, 2+80, 4+80, 6+80, 8+80 550 * 10+80,12+80,14+80,16+80,18+80 [all …]
|
/linux/Documentation/admin-guide/ |
H A D | svga.rst | 15 kernel decompression starts) and works only on 80X86 machines that are 31 NORMAL_VGA - Standard 80x25 mode available on all display adapters. 33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA. 55 the standard 80x25 mode. 61 0 0F00 80x25 62 1 0F01 80x50 63 2 0F02 80x43 64 3 0F03 80x26 74 "0 0F00 80x25" means that the first menu item (the menu items are numbered 75 from "0" to "9" and from "a" to "z") is a 80x25 mode with ID=0x0f00 (see the [all …]
|
/linux/mm/damon/tests/ |
H A D | vaddr-kunit.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, 90, 100}; in damon_test_apply_three_regions2() 193 /* 5-20-27, 56-57, 65-80-90-104 */ in damon_test_apply_three_regions2() 195 65, 80, 80, 90, 90, 104}; in damon_test_apply_three_regions2() 209 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions3() [all …]
|
/linux/arch/x86/boot/ |
H A D | video-vga.c | 18 { VIDEO_80x25, 80, 25, 0 }, 19 { VIDEO_8POINT, 80, 50, 0 }, 20 { VIDEO_80x43, 80, 43, 0 }, 21 { VIDEO_80x28, 80, 28, 0 }, 22 { VIDEO_80x30, 80, 30, 0 }, 23 { VIDEO_80x34, 80, 34, 0 }, 24 { VIDEO_80x60, 80, 60, 0 }, 28 { VIDEO_80x25, 80, 25, 0 }, 29 { VIDEO_8POINT, 80, 43, 0 }, 33 { VIDEO_80x25, 80, 25, 0 }, [all …]
|
/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-hdmi-mt2701.c | 59 usleep_range(80, 100); in mtk_hdmi_pll_prepare() 63 usleep_range(80, 100); in mtk_hdmi_pll_prepare() 68 usleep_range(80, 100); in mtk_hdmi_pll_prepare() 81 usleep_range(80, 100); in mtk_hdmi_pll_unprepare() 85 usleep_range(80, 100); in mtk_hdmi_pll_unprepare() 90 usleep_range(80, 100); in mtk_hdmi_pll_unprepare() 185 usleep_range(80, 100); in mtk_hdmi_phy_enable_tmds() 189 usleep_range(80, 100); in mtk_hdmi_phy_enable_tmds() 194 usleep_range(80, 100); in mtk_hdmi_phy_enable_tmds() 205 usleep_range(80, 100); in mtk_hdmi_phy_disable_tmds() [all …]
|
/linux/net/mac80211/tests/ |
H A D | tpe.c | 50 .desc = "identical 80+80 MHz", 92 .desc = "secondary 80 above primary in 80+80 MHz", 102 .desc = "secondary 80 below primary in 80+80 MHz", 112 .desc = "secondary 80 below primary in 80+80 MHz, go to 20", 185 .desc = "320 MHz, HE is 80, used 160, all lower", 206 .desc = "320 MHz, HE is 80, used 160, all upper", 232 .desc = "320 MHz, HE is 80, used 160, split",
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector.c | 107 .tcp.source = 80, 116 .sport = 80, 128 .tcp.source = 80, 137 .sport = 80, 151 .tcp.source = 80, 160 .sport = 80, 174 .tcp.source = 80, 184 .sport = 80, 198 .tcp.source = 80, 210 .sport = 80, [all …]
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | devlink_rate_tc_bw.py | 24 the configured 80/20 split between TC4 and TC3 25 - This test should fail if bandwidth matches the 80/20 split without TC 27 - Expected: Bandwidth should NOT be distributed as 80/20 32 configured 80/20 split between TC3 and TC4 33 - Expected: Bandwidth should be distributed as 80/20 37 - TC3 (VLAN 101): Configured for 80% of total bandwidth 215 {"index": 4, "bw": 80}, 416 Verifies that bandwidth is not split 80/20 without traffic class mapping. 418 pass_bw_msg = "Bandwidth is NOT distributed as 80/20 without TC mapping" 419 fail_bw_msg = "Bandwidth matched 80/20 split without TC mapping" [all …]
|
/linux/fs/nls/ |
H A D | nls_ucs2_utils.c | 80 0, -80, -80, -80, -80, -80, -80, -80, -80, -80, -80, 81 -80, -80, 0, -80, -80, /* 450-45f */
|
/linux/drivers/iio/potentiometer/ |
H A D | ad5110.c | 51 [AD5110_80] = { .max_pos = 128, .kohms = 80 }, 54 [AD5112_80] = { .max_pos = 64, .kohms = 80, .shift = 1 }, 56 [AD5114_80] = { .max_pos = 32, .kohms = 80, .shift = 2 }, 271 AD5110_COMPATIBLE("adi,ad5110-80", AD5110_80), 274 AD5110_COMPATIBLE("adi,ad5112-80", AD5112_80), 276 AD5110_COMPATIBLE("adi,ad5114-80", AD5114_80), 288 AD5110_ID_TABLE("ad5110-80", AD5110_80), 291 AD5110_ID_TABLE("ad5112-80", AD5112_80), 293 AD5110_ID_TABLE("ad5114-80", AD5114_80),
|
/linux/arch/sparc/kernel/ |
H A D | hvtramp.S | 67 brnz,pn %o0, 80f 79 brnz,pn %o0, 80f 91 ba,pt %xcc, 80f 133 80: ba,pt %xcc, 80b
|
/linux/drivers/ata/ |
H A D | libata-pata-timings.c | 30 { XFER_PIO_3, 30, 80, 70, 180, 80, 70, 0, 180, 0 }, 33 { XFER_PIO_6, 10, 55, 20, 80, 55, 20, 0, 80, 0 }, 40 { XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 5, 150, 0 }, 43 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 5, 80, 0 }, 47 { XFER_UDMA_1, 0, 0, 0, 0, 0, 0, 0, 0, 80 },
|
/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 117 ';' 80-FF linux/iommufd.h 144 'F' 80-8F linux/arcfb.h conflict! 155 'H' 80-8F sound/sfnt_info.h conflict! 185 'N' 80-8F uapi/linux/ntsync.h NT synchronization primitives 201 'S' 80-81 scsi/scsi_ioctl.h conflict! 239 'c' 80-9F arch/s390/include/asm/chsc.h conflict! 258 'h' 80-8F fs/hfsplus/ioctl.c 261 'i' 80-8F linux/i8k.h 278 'n' 80-8F uapi/linux/nilfs2_api.h NILFS2 287 'p' 80-9F linux/ppdev.h user-space parport [all …]
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | edt-ft5x06.yaml | 81 Range from 0 to 80, only supported by evervision,ev-ft5726 devices. 84 maximum: 80 88 Range from 0 to 80, only supported by evervision,ev-ft5726 devices. 91 maximum: 80
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | ip6gre_inner_v4_multipath.sh | 27 # | | 2001:db8:80::1/64 | 33 # | 2001:db8:80::2/64 | 96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64 100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2 113 __simple_if_fini $ul1 2001:db8:80::1/64 119 simple_if_init $ul21 2001:db8:80::2/64 124 ip -6 route add vrf v$ul21 2001:db8:40::1/128 via 2001:db8:80::1 138 simple_if_fini $ul21 2001:db8:80::2/64
|
H A D | ip6gre_inner_v6_multipath.sh | 27 # | | 2001:db8:80::1/64 | 33 # | 2001:db8:80::2/64 | 96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64 100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2 113 __simple_if_fini $ul1 2001:db8:80::1/64 119 simple_if_init $ul21 2001:db8:80::2/64 124 ip -6 route add vrf v$ul21 2001:db8:40::1/128 via 2001:db8:80::1 138 simple_if_fini $ul21 2001:db8:80::2/64
|
/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
H A D | uncore-interconnect.json | 532 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 542 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 552 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 562 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 572 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 582 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 592 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 602 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 612 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… 622 …80 bits of information (in addition to some ECC data). In full-width (L0) mode, flits are made up… [all …]
|
/linux/arch/parisc/kernel/ |
H A D | hardware.c | 87 {HPHW_NPROC,0x482,0x4,0x81,"WB-80 (E35)"}, 225 {HPHW_NPROC,0x601,0x4,0x81,"Gecko 80 (712/80)"}, 230 {HPHW_NPROC,0x606,0x4,0x81,"Gila 80"}, 233 {HPHW_NPROC,0x609,0x4,0x81,"Scorpio-L 80"}, 241 {HPHW_NPROC,0x612,0x4,0x81,"Spectra-L 80"}, 248 {HPHW_NPROC,0x619,0x4,0x81,"Mirage 80"}, 249 {HPHW_NPROC,0x61A,0x4,0x81,"SAIC L-80"}, 252 {HPHW_NPROC,0x67E,0x4,0x81,"Hitachi Tiny 80"}, 425 {HPHW_BA, 0x014, 0x00081, 0x0, "WB-80 Core BA"}, 431 {HPHW_BA, 0x01C, 0x00081, 0x0, "Gecko 80 Core BA"}, [all …]
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 82 #define CVMX_PIP_STAT0_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000800ull) + ((offset) & 63) * 80) 88 #define CVMX_PIP_STAT1_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000808ull) + ((offset) & 63) * 80) 90 #define CVMX_PIP_STAT2_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000810ull) + ((offset) & 63) * 80) 92 #define CVMX_PIP_STAT3_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000818ull) + ((offset) & 63) * 80) 94 #define CVMX_PIP_STAT4_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000820ull) + ((offset) & 63) * 80) 96 #define CVMX_PIP_STAT5_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000828ull) + ((offset) & 63) * 80) 98 #define CVMX_PIP_STAT6_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000830ull) + ((offset) & 63) * 80) 100 #define CVMX_PIP_STAT7_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000838ull) + ((offset) & 63) * 80) 102 #define CVMX_PIP_STAT8_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000840ull) + ((offset) & 63) * 80) 104 #define CVMX_PIP_STAT9_PRTX(offset) (CVMX_ADD_IO_SEG(0x00011800A0000848ull) + ((offset) & 63) * 80) [all …]
|
/linux/arch/powerpc/lib/ |
H A D | copypage_64.S | 72 std r6,80(r3) 74 ld r10,80(r4) 106 std r6,80(r3) 108 ld r10,80(r4)
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | test_tablet.py | 1406 …80 25 81 02 09 31 46 b4 05 26 20 1c 81 02 b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85… 1414 …80 25 81 02 09 31 46 b4 05 26 20 1c 81 02 b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85… 1422 …80 25 81 02 09 31 46 a1 05 26 20 1c 81 02 b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85… 1430 …80 25 81 02 09 31 46 78 06 26 20 1c 81 02 b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85… 1438 …80 25 81 02 09 31 46 a1 05 26 20 1c 81 02 b4 05 0d 09 30 26 00 01 81 02 06 00 ff 09 01 81 02 c0 85… 1446 …80 0c 46 77 04 09 31 81 02 05 0d c0 09 22 a1 02 09 42 25 01 75 01 95 01 81 02 95 07 81 01 95 01 75… 1461 …09 75 09 76 09 77 b1 20 c0 09 71 75 01 25 01 b1 02 75 07 b1 03 c0 85 64 09 80 15 00 25 ff 75 40 95… 1470 …09 75 09 76 09 77 b1 20 c0 09 71 75 01 25 01 b1 02 75 07 b1 03 c0 85 13 09 80 15 00 25 ff 75 40 95…
|
/linux/net/wireless/ |
H A D | chan.c | 134 CFG80211_PER_BW_VALID_PUNCTURING_VALUES(80), in valid_puncturing_bitmap() 150 start_freq = chandef->center_freq1 - 80; in valid_puncturing_bitmap() 295 mhz = 80; in nl80211_chan_width_to_mhz() 386 if (chandef->center_freq1 - chandef->center_freq2 == 80 || in cfg80211_chandef_valid() 387 chandef->center_freq2 - chandef->center_freq1 == 80) in cfg80211_chandef_valid() 587 * If c1 is 80+80, then c2 is 160 or higher, but that cannot in _cfg80211_chandef_compatible() 588 * match. If c2 was also 80+80 it was already either accepted in _cfg80211_chandef_compatible() 1265 width = 80; in _cfg80211_chandef_usable() [all...] |
/linux/drivers/cpufreq/ |
H A D | longhaul.h | 69 80, /* 1010 -> 8.0x */ 88 80, /* 1010 -> 8.0x */ 110 80, /* 1010 -> 8.0x */ 132 80, /* 1010 -> 8.0x */ 151 80, /* 1010 -> 8.0x */ 173 80, /* 1010 -> 8.0x */ 209 80, /* 1010 -> 8.0x */ 248 80, /* 1010 -> 8.0x */ 283 80, /* 1010 -> 8.0x */
|
/linux/arch/x86/lib/ |
H A D | csum-partial_64.c | 49 if (likely(len >= 80)) { in csum_partial() 54 buff += 80; in csum_partial() 55 len -= 80; in csum_partial() 56 } while (len >= 80); in csum_partial()
|