| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | table.c | 2898 "FCC", "2.4G", "20M", "CCK", "1T", "01", "36", 2899 "ETSI", "2.4G", "20M", "CCK", "1T", "01", "32", 2900 "MKK", "2.4G", "20M", "CCK", "1T", "01", "32", 2901 "FCC", "2.4G", "20M", "CCK", "1T", "02", "36", 2902 "ETSI", "2.4G", "20M", "CCK", "1T", "02", "32", 2903 "MKK", "2.4G", "20M", "CCK", "1T", "02", "32", 2904 "FCC", "2.4G", "20M", "CCK", "1T", "03", "36", 2905 "ETSI", "2.4G", "20M", "CCK", "1T", "03", "32", 2906 "MKK", "2.4G", "20M", "CCK", "1T", "03", "32", 2907 "FCC", "2.4G", "20M", "CCK", "1T", "04", "36", [all …]
|
| /linux/arch/x86/lib/ |
| H A D | csum-partial_64.c | 19 static inline unsigned long update_csum_40b(unsigned long sum, const unsigned long m[5]) in update_csum_40b() 28 :"m" (m[0]), "m" (m[1]), "m" (m[2]), in update_csum_40b() 29 "m" (m[3]), "m" (m[4])); in update_csum_40b() 41 * checksums on IPv6 headers (40 bytes) and other small parts. 48 /* Do two 40-byte chunks in parallel to get better ILP */ in csum_partial() 53 temp64_2 = update_csum_40b(temp64_2, buff + 40); in csum_partial() 64 * len == 40 is the hot case due to IPv6 headers, so return in csum_partial() 67 if (len >= 40) { in csum_partial() 69 len -= 40; in csum_partial() 72 buff += 40; in csum_partial() [all …]
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | cfp.c | 47 /* LGI 40M */ 51 /* SGI 40M */ 55 /* LGI 20M */ 59 /* SGI 20M */ 66 /* LG 160M */ 70 /* SG 160M */ 74 /* LG 80M */ 78 /* SG 80M */ 82 /* LG 40M */ 86 /* SG 40M */ [all …]
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() argument 47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() argument 56 static void l_stop(struct seq_file *m, void *v) in l_stop() argument 60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() argument 67 seq_printf(m, "%s", name); in print_name() 69 seq_printf(m, "%s", name); in print_name() 71 seq_printf(m, "#%d", class->name_version); in print_name() 73 seq_printf(m, "/%d", class->subclass); in print_name() 77 static int l_show(struct seq_file *m, void *v) in l_show() argument 85 seq_printf(m, "all lock classes:\n"); in l_show() [all …]
|
| /linux/drivers/clk/uniphier/ |
| H A D | clk-uniphier-sys.c | 12 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 8), \ 13 UNIPHIER_CLK_FACTOR("sd-133m", -1, "vpll27a", 1, 2) 16 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 12), \ 17 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 18) 20 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 10), \ 21 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 15) 24 UNIPHIER_CLK_FACTOR("sd-200m", -1, "spll", 1, 4), \ 25 UNIPHIER_CLK_FACTOR("sd-133m", -1, "spll", 1, 6) 28 UNIPHIER_CLK_FACTOR("nand-50m", -1, "spll", 1, 32), \ 29 UNIPHIER_CLK_GATE("nand", (idx), "nand-50m", 0x2104, 2) [all …]
|
| H A D | clk-uniphier-mio.c | 12 UNIPHIER_CLK_FACTOR("sd-44m", -1, "sd-133m", 1, 3), \ 13 UNIPHIER_CLK_FACTOR("sd-33m", -1, "sd-200m", 1, 6), \ 14 UNIPHIER_CLK_FACTOR("sd-50m", -1, "sd-200m", 1, 4), \ 15 UNIPHIER_CLK_FACTOR("sd-67m", -1, "sd-200m", 1, 3), \ 16 UNIPHIER_CLK_FACTOR("sd-100m", -1, "sd-200m", 1, 2), \ 17 UNIPHIER_CLK_FACTOR("sd-40m", -1, "sd-200m", 1, 5), \ 18 UNIPHIER_CLK_FACTOR("sd-25m", -1, "sd-200m", 1, 8), \ 19 UNIPHIER_CLK_FACTOR("sd-22m", -1, "sd-133m", 1, 6) 28 "sd-44m", \ 29 "sd-33m", \ [all …]
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62-lp-sk-nand.dtso | 63 gpmc,cs-rd-off-ns = <40>; 64 gpmc,cs-wr-off-ns = <40>; 73 gpmc,rd-cycle-ns = <40>; 74 gpmc,wr-cycle-ns = <40>; 78 gpmc,wr-access-ns = <40>; 88 reg = <0x00000000 0x00200000>; /* 2M */ 92 reg = <0x00200000 0x00200000>; /* 2M */ 95 label = "NAND.tiboot3.backup"; /* 2M */ 96 reg = <0x00400000 0x00200000>; /* BootROM looks at 4M */ 100 reg = <0x00600000 0x00400000>; /* 4M */
|
| H A D | k3-am642-evm-nand.dtso | 88 gpmc,cs-rd-off-ns = <40>; 89 gpmc,cs-wr-off-ns = <40>; 98 gpmc,rd-cycle-ns = <40>; 99 gpmc,wr-cycle-ns = <40>; 103 gpmc,wr-access-ns = <40>; 114 reg = <0x00000000 0x00200000>; /* 2M */ 119 reg = <0x00200000 0x00200000>; /* 2M */ 123 label = "NAND.tiboot3.backup"; /* 2M */ 124 reg = <0x00400000 0x00200000>; /* BootROM looks at 4M */ 129 reg = <0x00600000 0x00400000>; /* 4M */
|
| /linux/drivers/net/ethernet/wangxun/ |
| H A D | Kconfig | 40 To compile this driver as a module, choose M here. The module 44 tristate "Wangxun(R) 10/25/40GbE PCI Express adapters support" 58 This driver supports Wangxun(R) 10/25/40GbE PCI Express family of 64 To compile this driver as a module, choose M here. The module 68 tristate "Wangxun(R) 10/25/40G Virtual Function Ethernet support" 82 To compile this driver as a module, choose M here. MSI-X interrupt 98 To compile this driver as a module, choose M here. MSI-X interrupt
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | tuners.rst | 16 - M= PHILIPS_MK3 (VHF_LO=0x01, VHF_HI=0x02, UHF=0x04, radio=0x19) 32 M= BG+I+DK 72 MR: BG DK M (?) 73 MG: BG DKI M (?) 82 40x2: Tuner (5V/33V), TEMIC_API. 83 40x6: Tuner 5V 85 40x9: Tuner+FM compact 97 Note: Only 40x2 series has TEMIC_API, all newer tuners have PHILIPS_API. 101 - TPI8NSR11 : NTSC J/M (TPI8NSR01 w/FM) (P,210/497)
|
| /linux/arch/parisc/kernel/ |
| H A D | pacache.S | 86 pitlbe,m %arg1(%sr1, %r28) /* Last pitlbe and addr adjust */ 100 pitlbe,m %arg1(%sr1, %r28) /* pitlbe for one loop */ 130 pdtlbe,m %arg1(%sr1, %r28) /* Last pdtlbe and addr adjust */ 144 pdtlbe,m %arg1(%sr1, %r28) /* pdtlbe for one loop */ 207 fice,m %arg1(%sr1, %arg0) /* Last fice and addr adjust */ 216 fice,m %arg1(%sr1, %arg0) 217 fice,m %arg1(%sr1, %arg0) 218 fice,m %arg1(%sr1, %arg0) 219 fice,m %arg1(%sr1, %arg0) 220 fice,m %arg1(%sr1, %arg0) [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | udpgro.sh | 66 printf " %-40s" "$1" 142 printf " %-40s" "$1" 149 printf " %-40s" "$1" 160 run_test "no GRO" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400" 165 run_test "no GRO chk cmsg" "${ipv4_args} -M 10 -s 1400" "-4 -n 10 -l 1400 -S -1" 172 run_test "GRO" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720" 174 run_test "GRO chk cmsg" "${ipv4_args} -M 1 -s 14720 -S 0 " "-4 -n 1 -l 14720 -S 1472" 176 run_test "GRO with custom segment size" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 14720" 178 …run_test "GRO with custom segment size cmsg" "${ipv4_args} -M 1 -s 14720 -S 500 " "-4 -n 1 -l 1472… 181 run_nat_test "bad GRO lookup" "${ipv4_args} -M 1 -s 14720 -S 0" "-n 10 -l 1472" [all …]
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx_proc.c | 46 struct seq_file *m, 49 static void ahd_dump_device_state(struct seq_file *m, 62 { 0x0a, 2500 }, /* FAST-40 40MHz */ 63 { 0x0b, 3030 }, /* FAST-40 33MHz */ 93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) in ahd_format_transinfo() argument 100 seq_puts(m, "Renegotiation Pending\n"); in ahd_format_transinfo() 112 seq_printf(m, "%d.%03dMB/s transfers", mb, speed % 1000); in ahd_format_transinfo() 114 seq_printf(m, "%dKB/s transfers", speed); in ahd_format_transinfo() 120 seq_printf(m, " (%d.%03dMHz", freq / 1000, freq % 1000); in ahd_format_transinfo() 122 seq_puts(m, " RDSTRM"); in ahd_format_transinfo() [all …]
|
| H A D | aic7xxx_proc.c | 47 struct seq_file *m, 50 static void ahc_dump_device_state(struct seq_file *m, 63 { 0x0a, 2500 }, /* FAST-40 40MHz */ 64 { 0x0b, 3030 }, /* FAST-40 33MHz */ 94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo) in ahc_format_transinfo() argument 109 seq_printf(m, "%d.%03dMB/s transfers", mb, speed % 1000); in ahc_format_transinfo() 111 seq_printf(m, "%dKB/s transfers", speed); in ahc_format_transinfo() 114 seq_printf(m, " (%d.%03dMHz%s, offset %d", in ahc_format_transinfo() 122 seq_puts(m, ", "); in ahc_format_transinfo() 124 seq_puts(m, " ("); in ahc_format_transinfo() [all …]
|
| /linux/lib/ |
| H A D | bitmap.c | 172 * n is less than @first, or the m-th bit of @src is set for any 173 * m such that @first <= n < nbits, and m = n + @cut. 497 * the position of the m-th set bit in @new, where m == n % w. 550 * the position of the m-th set bit in @new, where m == n % w. 584 * Set the n-th bit of @dst iff there exists some m such that the 585 * n-th bit of @relmap is set, the m-th bit of @orig is set, and 586 * the n-th bit of @relmap is also the m-th _set_ bit of @relmap. 591 * using the map { <n, m> | the n-th bit of @relmap is the 592 * m-th set bit of @relmap }. 596 * In particular, if for all bits m set in @orig, m >= W, then [all …]
|
| H A D | siphash.c | 50 u64 m; in __siphash_aligned() local 53 m = le64_to_cpup(data); in __siphash_aligned() 54 v3 ^= m; in __siphash_aligned() 57 v0 ^= m; in __siphash_aligned() 66 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_aligned() 83 u64 m; in __siphash_unaligned() local 86 m = get_unaligned_le64(data); in __siphash_unaligned() 87 v3 ^= m; in __siphash_unaligned() 90 v0 ^= m; in __siphash_unaligned() 99 case 6: b |= ((u64)end[5]) << 40; fallthrough; in __siphash_unaligned() [all …]
|
| /linux/drivers/auxdisplay/ |
| H A D | Kconfig | 159 int "Number of characters per line on the LCD (1-40)" 160 range 1 40 161 default 40 164 Common values are 16,20,24,40. 168 int "Internal LCD line width (1-40, 40 by default)" 169 range 1 40 170 default 40 172 Most LCDs use a standard controller which supports hardware lines of 40 180 If you don't know, put '40' here. 189 some of them need to be able to address 40 chars with the lower bits, they [all …]
|
| /linux/arch/riscv/boot/dts/sifive/ |
| H A D | fu740-c000.dtsi | 35 riscv,isa-extensions = "i", "m", "a", "c", "zicntr", "zicsr", "zifencei", 50 d-tlb-size = <40>; 56 i-tlb-size = <40>; 62 riscv,isa-extensions = "i", "m", "a", "f", "d", "c", "zicntr", "zicsr", 77 d-tlb-size = <40>; 83 i-tlb-size = <40>; 89 riscv,isa-extensions = "i", "m", "a", "f", "d", "c", "zicntr", "zicsr", 104 d-tlb-size = <40>; 110 i-tlb-size = <40>; 116 riscv,isa-extensions = "i", "m", "a", "f", "d", "c", "zicntr", "zicsr", [all …]
|
| /linux/drivers/net/ethernet/qlogic/ |
| H A D | Kconfig | 26 To compile this driver as a module, choose M here: the module 60 depends on QLCNIC && HWMON && !(QLCNIC=y && HWMON=m) 77 tristate "QLogic QED 25/40/100Gb core driver" 90 bool "QLogic QED 25/40/100Gb SR-IOV support" 100 tristate "QLogic QED 25/40/100Gb Ethernet NIC"
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | Kconfig | 27 This driver supports 10/40-gigabit Ethernet cards based on 30 It also supports 10/25/40/100-gigabit Ethernet cards based 33 To compile this driver as a module, choose M here. The module 37 depends on SFC && MTD && !(SFC=y && MTD=m) 46 depends on SFC && HWMON && !(SFC=y && HWMON=m)
|
| /linux/Documentation/arch/powerpc/ |
| H A D | associativity.rst | 76 The number N must be equal to the square of m where m is the number of domainIDs in the 80 ibm,numa-lookup-index-table = <3 0 8 40>; 85 | 0 8 40 92 40| 80 160 10 94 A possible "ibm,associativity" property for resources in node 0, 8 and 40 98 { 3, 6, 7, 40}
|
| /linux/drivers/clk/pxa/ |
| H A D | clk-pxa25x.c | 36 #define PXA25x_CCCR(N2, M, L) (N2 << 7 | M << 5 | L) argument 47 static unsigned char L_clk_mult[32] = { 0, 27, 32, 36, 40, 45, 0, }; 49 /* Memory Frequency to Run Mode Frequency Multiplier (M) */ 104 unsigned int m = M_clk_mult[(cccr >> 5) & 0x03]; in clk_pxa25x_memory_get_rate() local 106 return parent_rate / m; in clk_pxa25x_memory_get_rate() 159 * In this table, PXA25x_CCCR(N2, M, L) has the following meaning, where : 160 * - freq_cpll = n * m * L * 3.6864 MHz 162 * - m = 2^(M - 1), where 1 <= M <= 3 163 * - l = L_clk_mult[L], ie. { 0, 27, 32, 36, 40, 45, 0, }[L] 219 unsigned int l, m, n2, t; in clk_pxa25x_cpll_get_rate() local [all …]
|
| /linux/Documentation/scsi/ |
| H A D | aic7xxx.rst | 34 aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8 35 aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 8 39 aic7896 20 PCI/32 40MHz 16Bit 16 2 3 4 5 6 7 8 40 aic7897 20 PCI/64 40MHz 16Bit 16 2 3 4 5 6 7 8 63 AHA-274X[A] aic7770 EISA SE-50M SE-HD50F 65 SE-50M 66 AHA-274X[A]T aic7770 EISA 2 X SE-50M SE-HD50F 67 AHA-2842 aic7770 VL SE-50M SE-HD50F 68 AHA-2940AU aic7860 PCI/32 SE-50M SE-HD50F 69 AVA-2902I aic7860 PCI/32 SE-50M [all …]
|
| /linux/drivers/clk/sunxi/ |
| H A D | clk-sunxi.c | 27 * sun4i_get_pll1_factors() - calculates n, k, m, p factors for PLL1 29 * rate = (parent_rate * n * (k + 1) >> p) / (m + 1); 37 /* Normalize value to a 6M multiple */ in sun4i_get_pll1_factors() 41 /* m is always zero for pll1 */ in sun4i_get_pll1_factors() 42 req->m = 0; in sun4i_get_pll1_factors() 59 /* p will be 1 for even divs under 32, divs under 40 and odd pairs in sun4i_get_pll1_factors() 60 * of divs between 40-62 */ in sun4i_get_pll1_factors() 61 else if (div < 40 || (div < 64 && (div & 2))) in sun4i_get_pll1_factors() 75 * sun6i_a31_get_pll1_factors() - calculates n, k and m factors for PLL1 77 * rate = parent_rate * (n + 1) * (k + 1) / (m + 1); [all …]
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | silabs,si5341.yaml | 18 https://www.silabs.com/documents/public/data-sheets/Si5341-40-D-DataSheet.pdf 20 https://www.silabs.com/documents/public/reference-manuals/Si5341-40-D-RM.pdf 91 silabs,pll-m-num: 95 m-num=14000 and m-den=48. Only the fraction matters, using 3500 and 12 101 silabs,pll-m-den: 189 silabs,pll-m-num = <14000>; /* PLL at 14.0 GHz */ 190 silabs,pll-m-den = <48>;
|