Home
last modified time | relevance | path

Searched +full:0 +full:x1b00 (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/contrib/dev/rtw88/
H A Drtw8814a.c40 efuse->rfe_option = 0; in rtw8814a_read_rfe_type()
52 efuse->pa_type_2g = 0; in rtw8814a_read_amplifier_type()
53 efuse->lna_type_2g = 0; in rtw8814a_read_amplifier_type()
55 efuse->pa_type_5g = BIT(0); in rtw8814a_read_amplifier_type()
62 efuse->pa_type_5g = BIT(0); in rtw8814a_read_amplifier_type()
82 case 0xff: /* 4T4R */ in rtw8814a_read_rf_type()
83 case 0xee: /* 3T3R */ in rtw8814a_read_rf_type()
93 case 0x66: /* 2T2R */ in rtw8814a_read_rf_type()
94 case 0x6f: /* 2T4R */ in rtw8814a_read_rf_type()
128 "hw cap: hci=0x%02x, bw=0x%02x, ptcl=0x%02x, ant_num=%d, nss=%d\n", in rtw8814a_init_hwcap()
[all …]
H A Drtw8822c.h11 u8 res0[0x30]; /* 0x120 */
12 u8 vid[2]; /* 0x150 */
15 u8 mac_addr[ETH_ALEN]; /* 0x157 */
16 u8 res2[0x3d];
20 u8 res0[0x4a]; /* 0x120 */
21 u8 mac_addr[ETH_ALEN]; /* 0x16a */
25 u8 mac_addr[ETH_ALEN]; /* 0x120 */
33 u8 ltr_cap; /* 0x13
[all...]
H A Drtw8822c.c21 #define IQK_DONE_8822C 0xaa
57 efuse->country_code[0] = map->country_code[0]; in rtw8822c_read_efuse()
60 efuse->regd = map->rf_board_option & 0x7; in rtw8822c_read_efuse()
65 efuse->power_track_type = (map->tx_pwr_calibrate_rate >> 4) & 0xf; in rtw8822c_read_efuse()
67 for (i = 0; i < 4; i++) in rtw8822c_read_efuse()
85 return 0; in rtw8822c_read_efuse()
115 u32 rf_addr[DACK_RF_8822C] = {0x8f}; in rtw8822c_dac_backup_reg()
116 u32 addrs[DACK_REG_8822C] = {0x180c, 0x1810, 0x410c, 0x4110, in rtw8822c_dac_backup_reg()
117 0x1c3c, 0x1c24, 0x1d70, 0x9b4, in rtw8822c_dac_backup_reg()
118 0x1a00, 0x1a14, 0x1d58, 0x1c38, in rtw8822c_dac_backup_reg()
[all …]
H A Ddebug.c140 return 0; in rtw_debugfs_close()
178 seq_printf(m, "reg 0x%03x: 0x%02x\n", addr, val); in rtw_debugfs_get_read_reg()
182 seq_printf(m, "reg 0x%03x: 0x%04x\n", addr, val); in rtw_debugfs_get_read_reg()
186 seq_printf(m, "reg 0x%03x: 0x%08x\n", addr, val); in rtw_debugfs_get_read_reg()
189 return 0; in rtw_debugfs_get_read_reg()
207 seq_printf(m, "rf_read path:%d addr:0x%08x mask:0x%08x val=0x%08x\n", in rtw_debugfs_get_rf_read()
210 return 0; in rtw_debugfs_get_rf_read()
222 return 0; in rtw_debugfs_get_fix_rate()
226 return 0; in rtw_debugfs_get_fix_rate()
235 memset(tmp, 0, size); in rtw_debugfs_copy_from_user()
[all …]
H A Drtw8821c_table.c10 0x010, 0x00000043,
11 0x025, 0x0000001D,
12 0x026, 0x000000CE,
13 0x04F, 0x00000001,
14 0x029, 0x000000F
[all...]
H A Drtw8814a_table.c10 0x010, 0x0000007C,
11 0x014, 0x000000DB,
12 0x016, 0x00000002,
13 0x073, 0x00000010,
14 0x420, 0x00000080,
15 0x421, 0x0000000F,
16 0x428, 0x0000000A,
17 0x429, 0x00000010,
18 0x430, 0x00000000,
19 0x431, 0x00000000,
[all …]
H A Drtw8822b_table.c10 0x029, 0x000000F9,
11 0x420, 0x00000080,
12 0x421, 0x0000001F,
13 0x428, 0x0000000A,
14 0x429, 0x00000010,
15 0x430, 0x00000000,
16 0x431, 0x00000000,
17 0x432, 0x00000000,
18 0x433, 0x00000001,
19 0x434, 0x00000004,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/
H A Dprm-inst.txt21 - #power-domain-cells: Should be 0 if the instance is a power domain provider.
28 reg = <0x1b00 0x40>;
29 #power-domain-cells = <0>;
/freebsd/sys/libkern/
H A Dcrc16.c32 /* CRC table for the CRC-16. The poly is 0x8005 (x16 + x15 + x2 + 1). */
34 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241,
35 0xC601, 0x06C0, 0x0780, 0xC741, 0x0500, 0xC5C1, 0xC481, 0x0440,
36 0xCC01, 0x0CC0, 0x0D80, 0xCD41, 0x0F00, 0xCFC1, 0xCE81, 0x0E40,
37 0x0A00, 0xCAC1, 0xCB81, 0x0B40, 0xC901, 0x09C0, 0x0880, 0xC841,
38 0xD801, 0x18C0, 0x1980, 0xD941, 0x1B00, 0xDBC1, 0xDA81, 0x1A40,
39 0x1E00, 0xDEC1, 0xDF81, 0x1F40, 0xDD01, 0x1DC0, 0x1C80, 0xDC41,
40 0x1400, 0xD4C1, 0xD581, 0x1540, 0xD701, 0x17C0, 0x1680, 0xD641,
41 0xD201, 0x12C0, 0x1380, 0xD341, 0x1100, 0xD1C1, 0xD081, 0x1040,
42 0xF001, 0x30C0, 0x3180, 0xF141, 0x3300, 0xF3C1, 0xF281, 0x3240,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-mtk-tphy.txt5 controllers on MediaTek SoCs, such as, USB2.0, USB3.0, PCIe, and SATA.
23 the child's base address to 0, the physical address
72 reg = <0 0x11290000 0 0x800>;
78 reg = <0 0x11290800 0 0x100>;
85 reg = <0 0x11290800 0 0x700>;
92 reg = <0 0x11291000 0 0x100>;
113 phy-names = "usb2-0", "usb3-0";
122 shared 0x0000 SPLLC
123 0x0100 FMREG
124 u2 port0 0x0800 U2PHY_COM
[all …]
H A Dmediatek,tphy.yaml15 controllers on MediaTek SoCs, includes USB2.0, USB3.0, PCIe and SATA.
22 shared 0x0000 SPLLC
23 0x0100 FMREG
24 u2 port0 0x0800 U2PHY_COM
25 u3 port0 0x0900 U3PHYD
26 0x0a00 U3PHYD_BANK2
27 0x0b00 U3PHYA
28 0x0c00 U3PHYA_DA
29 u2 port1 0x1000 U2PHY_COM
30 u3 port1 0x1100 U3PHYD
[all …]
/freebsd/sys/teken/
H A Dteken_wcwidth.h22 int min = 0; in bisearch()
25 if (ucs < table[0].first || ucs > table[max].last) in bisearch()
26 return (0); in bisearch()
37 return (0); in bisearch()
48 { 0x0300, 0x036F }, { 0x0483, 0x0486 }, { 0x0488, 0x0489 }, in teken_wcwidth()
49 { 0x0591, 0x05BD }, { 0x05BF, 0x05BF }, { 0x05C1, 0x05C2 }, in teken_wcwidth()
50 { 0x05C4, 0x05C5 }, { 0x05C7, 0x05C7 }, { 0x0600, 0x0603 }, in teken_wcwidth()
51 { 0x0610, 0x0615 }, { 0x064B, 0x065E }, { 0x0670, 0x0670 }, in teken_wcwidth()
52 { 0x06D6, 0x06E4 }, { 0x06E7, 0x06E8 }, { 0x06EA, 0x06ED }, in teken_wcwidth()
53 { 0x070F, 0x070F }, { 0x0711, 0x0711 }, { 0x0730, 0x074A }, in teken_wcwidth()
[all …]
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h41 #define BNXT_RE_ROCE_V2_UDP_SPORT 0x8CD1
42 #define BNXT_RE_QP_RANDOM_QKEY 0x81818181
97 #define CMDQ_REGISTER_MR_LOG2_PBL_PG_SIZE_PG_256MB 0x1cUL
488 return 0; in bnxt_re_init_pow2_flag()
508 return 0; in bnxt_re_init_rsvd_wqe_flag()
516 return _is_chip_gen_p5_p7(cctx) ? 0 : BNXT_QPLIB_RESERVED_QP_WRS; in bnxt_re_get_diff()
518 return 0; in bnxt_re_get_diff()
559 return (*(u16 *)a ^ *(u16 *)b) | (a32[0] ^ b32[0]) | in compare_ether_header()
572 /* CRC table for the CRC-16. The poly is 0x8005 (x16 + x15 + x2 + 1). */ in crc16()
574 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, in crc16()
[all …]
/freebsd/contrib/libxo/libxo/
H A Dxo_wcwidth.h73 int min = 0; in xo_bisearch()
76 if (ucs < table[0].first || ucs > table[max].last) in xo_bisearch()
77 return 0; in xo_bisearch()
88 return 0; in xo_bisearch()
95 * - The null character (U+0000) has a column width of 0.
102 * column width of 0.
107 * database) and ZERO WIDTH SPACE (U+200B) have a column width of 0.
110 * have a column width of 0.
130 { 0x0300, 0x036F }, { 0x0483, 0x0486 }, { 0x0488, 0x0489 }, in xo_wcwidth()
131 { 0x0591, 0x05BD }, { 0x05BF, 0x05BF }, { 0x05C1, 0x05C2 }, in xo_wcwidth()
[all …]
/freebsd/contrib/ncurses/ncurses/
H A Dwcwidth.h81 int min = 0; in bisearch()
84 if (ucs < table[0].first || ucs > table[max].last) in bisearch()
85 return 0; in bisearch()
96 return 0; in bisearch()
103 * - The null character (U+0000) has a column width of 0.
110 * column width of 0.
115 * database) and ZERO WIDTH SPACE (U+200B) have a column width of 0.
118 * have a column width of 0.
137 { 0x0300, 0x036F }, { 0x0483, 0x0486 }, { 0x0488, 0x0489 }, in mk_wcwidth()
138 { 0x0591, 0x05BD }, { 0x05BF, 0x05BF }, { 0x05C1, 0x05C2 }, in mk_wcwidth()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicode.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
28 // https://unicode.org/Public/15.1.0/ucdxml/ in isPrintable()
30 {0x0020, 0x007E}, {0x00A0, 0x00AC}, {0x00AE, 0x0377}, in isPrintable()
31 {0x037A, 0x037 in isPrintable()
[all...]
/freebsd/contrib/less/
H A Dcompose.uni2 { 0x0300, 0x036f }, /* Mn */
3 { 0x0483, 0x0487 }, /* Mn */
4 { 0x0488, 0x0489 }, /* Me */
5 { 0x0591, 0x05bd }, /* Mn */
6 { 0x05bf, 0x05bf }, /* Mn */
7 { 0x05c1, 0x05c2 }, /* Mn */
8 { 0x05c4, 0x05c5 }, /* Mn */
9 { 0x05c7, 0x05c7 }, /* Mn */
10 { 0x0610, 0x061a }, /* Mn */
11 { 0x064b, 0x065f }, /* Mn */
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam33xx.dtsi47 #size-cells = <0>;
48 cpu@0 {
52 reg = <0>;
87 opp-supported-hw = <0x06 0x0010>;
95 opp-supported-hw = <0x01 0x00FF>;
103 opp-supported-hw = <0x06 0x0020>;
111 opp-supported-hw = <0x01 0xFFFF>;
118 opp-supported-hw = <0x06 0x0040>;
125 opp-supported-hw = <0x01 0xFFFF>;
132 opp-supported-hw = <0x06 0x0080>;
[all …]
H A Ddm814x.dtsi31 #size-cells = <0>;
32 cpu@0 {
35 reg = <0>;
65 reg = <0x47400000 0x1000>;
73 reg = <0x47401300 0x100>;
76 #phy-cells = <0>;
81 reg = <0x47401400 0x400
82 0x47401000 0x200>;
94 dmas = <&cppi41dma 0 0 &cppi41dma 1 0
95 &cppi41dma 2 0 &cppi41dma 3 0
[all …]
H A Domap4.dtsi40 #size-cells = <0>;
42 cpu@0 {
46 reg = <0x0>;
57 reg = <0x1>;
67 reg = <0x40304000 0xa000>; /* 40k */
74 reg = <0x48241000 0x1000>,
75 <0x48240100 0x0100>;
81 reg = <0x48242000 0x1000>;
89 reg = <0x48240600 0x20>;
98 reg = <0x48281000 0x1000>;
[all …]
H A Ddra7.dtsi61 reg = <0x0 0x48211000 0x0 0x1000>,
62 <0x0 0x48212000 0x0 0x2000>,
63 <0x0 0x48214000 0x0 0x2000>,
64 <0x0 0x48216000 0x0 0x2000>;
73 reg = <0x0 0x48281000 0x0 0x1000>;
79 #size-cells = <0>;
81 cpu0: cpu@0 {
84 reg = <0>;
109 opp-supported-hw = <0xFF 0x01>;
119 opp-supported-hw = <0xFF 0x02>;
[all …]
/freebsd/contrib/bc/src/
H A Ddata.c173 { NULL, 0, 0 },
286 "divide by 0",
346 "POSIX requires 0 or 1 comparison operators per condition",
417 { 0x1100, 0x115F }, { 0x231A, 0x231B }, { 0x2329, 0x232A },
418 { 0x23E9, 0x23EC }, { 0x23F0, 0x23F0 }, { 0x23F3, 0x23F3 },
419 { 0x25FD, 0x25FE }, { 0x2614, 0x2615 }, { 0x2648, 0x2653 },
420 { 0x267F, 0x267F }, { 0x2693, 0x2693 }, { 0x26A1, 0x26A1 },
421 { 0x26AA, 0x26AB }, { 0x26BD, 0x26BE }, { 0x26C4, 0x26C5 },
422 { 0x26CE, 0x26CE }, { 0x26D4, 0x26D4 }, { 0x26EA, 0x26EA },
423 { 0x26F2, 0x26F3 }, { 0x26F5, 0x26F5 }, { 0x26FA, 0x26FA },
[all …]
/freebsd/sys/crypto/openssl/arm/
H A Daes-armv4.S63 .word 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
64 .word 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
65 .word 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
66 .word 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
67 .word 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
68 .word 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
69 .word 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
70 .word 0x239c9cbf, 0x53a4a4f7, 0xe4727296, 0x9bc0c05b
71 .word 0x75b7b7c2, 0xe1fdfd1c, 0x3d9393ae, 0x4c26266a
72 .word 0x6c36365a, 0x7e3f3f41, 0xf5f7f702, 0x83cccc4f
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl44 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
45 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
48 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
94 .word 0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d
95 .word 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554
96 .word 0x60303050, 0x02010103, 0xce6767a9, 0x562b2b7d
97 .word 0xe7fefe19, 0xb5d7d762, 0x4dababe6, 0xec76769a
98 .word 0x8fcaca45, 0x1f82829d, 0x89c9c940, 0xfa7d7d87
99 .word 0xeffafa15, 0xb25959eb, 0x8e4747c9, 0xfbf0f00b
100 .word 0x41adadec, 0xb3d4d467, 0x5fa2a2fd, 0x45afafea
[all …]
/freebsd/sys/dev/bxe/
H A Decore_reg.h35 (0x1<<0)
37 (0x1<<2)
39 (0x1<<5)
41 (0x1<<3)
43 (0x1<<4)
45 (0x1<<1)
47 0x1100bcUL
49 0x1101c0UL
51 0x1101d8UL
53 0x1101d0UL
[all …]

12