Home
last modified time | relevance | path

Searched +full:0 +full:x4105 (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmdio-mux-gpio.txt18 #size-cells = <0>;
19 reg = <0x11800 0x00001900 0x0 0x40>;
29 gpios = <&gpio1 3 0>, <&gpio1 4 0>;
32 #size-cells = <0>;
37 #size-cells = <0>;
41 marvell,reg-init = <3 0x10 0 0x5777>,
42 <3 0x11 0 0x00aa>,
43 <3 0x12 0 0x4105>,
44 <3 0x13 0 0x0a60>;
50 marvell,reg-init = <3 0x10 0 0x5777>,
[all …]
H A Dmdio-mux-gpio.yaml44 gpios = <&gpio1 3 0>, <&gpio1 4 0>;
47 #size-cells = <0>;
52 #size-cells = <0>;
56 marvell,reg-init = <3 0x10 0 0x5777>,
57 <3 0x11 0 0x00aa>,
58 <3 0x12 0 0x4105>,
59 <3 0x13 0 0x0a60>;
65 marvell,reg-init = <3 0x10 0 0x5777>,
66 <3 0x11 0 0x00aa>,
67 <3 0x12 0 0x4105>,
[all …]
H A Dmdio-mux.txt9 - #size-cells = <0>;
18 - #size-cells = <0>;
28 #size-cells = <0>;
29 reg = <0x11800 0x00001900 0x0 0x40>;
39 gpios = <&gpio1 3 0>, <&gpio1 4 0>;
42 #size-cells = <0>;
47 #size-cells = <0>;
51 marvell,reg-init = <3 0x10 0 0x5777>,
52 <3 0x11 0 0x00aa>,
53 <3 0x12 0 0x4105>,
[all …]
/freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dts13 soc@0 {
15 phy0: ethernet-phy@0 {
19 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
21 <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */
23 <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */
24 reg = <0>;
31 <2 0x15 0xffcf 0>, /* Reg 2,21 Clear bits 4, 5 */
33 <3 0x11 0 0x442a>, /* Reg 3,17 <- 0442a */
35 <3 0x10 0 0x0242>; /* Reg 3,16 <- 0x0242 */
42 marvell,reg-init = <3 0x10 0 0x5777>,
[all …]
H A Docteon_68xx.dts16 soc@0 {
26 * 1) Controller register (0 or 7)
27 * 2) Bit within the register (0..63)
29 #address-cells = <0>;
31 reg = <0x10701 0x00000000 0x0 0x4000000>;
37 reg = <0x10700 0x00000800 0x0 0x100>;
40 * 1) GPIO pin number (0..15)
49 interrupts = <7 0>, <7 1>, <7 2>, <7 3>,
58 #size-cells = <0>;
59 reg = <0x11800 0x00003800 0x0 0x40>;
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath_pci_devlist.h31 { PCI_VDEVICE(PCI_VENDOR_ID_ATHEROS, 0x0023) }, /* PCI */
32 { PCI_VDEVICE(PCI_VENDOR_ID_ATHEROS, 0x0024) }, /* PCI-E */
33 { PCI_VDEVICE(PCI_VENDOR_ID_ATHEROS, 0x0027) }, /* PCI */
34 { PCI_VDEVICE(PCI_VENDOR_ID_ATHEROS, 0x0029) }, /* PCI */
35 { PCI_VDEVICE(PCI_VENDOR_ID_ATHEROS, 0x002A) }, /* PCI-E */
38 0x002A,
40 0x1C71),
43 0x002A,
45 0xE01F),
48 0x002A,
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h32 #define DW_TAG_array_type 0x01
33 #define DW_TAG_class_type 0x02
34 #define DW_TAG_entry_point 0x03
35 #define DW_TAG_enumeration_type 0x04
36 #define DW_TAG_formal_parameter 0x05
37 #define DW_TAG_imported_declaration 0x08
38 #define DW_TAG_label 0x0a
39 #define DW_TAG_lexical_block 0x0b
40 #define DW_TAG_member 0x0d
41 #define DW_TAG_pointer_type 0x0f
[all …]
/freebsd/share/i18n/csmapper/JIS/
H A DJISX0213-2%UCS@BMP.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_INVALID 0xFFFE
34 0x2122 = 0x4E02
35 0x2123 = 0x4E0F
36 0x2124 = 0x4E12
37 0x2125 = 0x4E29
38 0x2126 = 0x4E2B
39 0x2127 = 0x4E2E
40 0x2128 = 0x4E40
41 0x2129 = 0x4E47
[all …]
H A DUCS@BMP%JISX0213-2.src5 SRC_ZONE 0x3406 - 0xFA66
7 DST_INVALID 0xFFFF
30 0x3406 = 0x212D
31 0x342C = 0x2132
32 0x342E = 0x2133
33 0x3468 = 0x215E
34 0x346A = 0x2156
35 0x3492 = 0x217E
36 0x34BC = 0x232B
37 0x34C1 = 0x7468
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
38 #define DW_KIND_NONE 0
149 HANDLE_DW_TAG(0x0000, null, 2, DWARF, DW_KIND_NONE)
150 HANDLE_DW_TAG(0x0001, array_type, 2, DWARF, DW_KIND_TYPE)
151 HANDLE_DW_TAG(0x0002, class_type, 2, DWARF, DW_KIND_TYPE)
152 HANDLE_DW_TAG(0x0003, entry_point, 2, DWARF, DW_KIND_NONE)
153 HANDLE_DW_TAG(0x0004, enumeration_type, 2, DWARF, DW_KIND_TYPE)
154 HANDLE_DW_TAG(0x0005, formal_parameter, 2, DWARF, DW_KIND_NONE)
155 HANDLE_DW_TAG(0x0008, imported_declaration, 2, DWARF, DW_KIND_NONE)
156 HANDLE_DW_TAG(0x000a, label, 2, DWARF, DW_KIND_NONE)
[all …]
/freebsd/share/i18n/csmapper/CNS/
H A DCNS11643-4%UCS@BMP.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_INVALID 0xFFFE
13 # Unicode version: 5.0.0
47 0x2122 = 0x4E40
48 0x2123 = 0x4E41
49 0x2124 = 0x4E5A
50 0x2126 = 0x4E02
51 0x2127 = 0x4E29
52 0x212A = 0x5202
53 0x212B = 0x353E
[all …]
H A DUCS@BMP%CNS11643-4.src5 SRC_ZONE 0x3401 - 0x9F9E
7 DST_INVALID 0xFFFF
13 # Unicode version: 5.0.0
47 0x3401 = 0x2224
48 0x340C = 0x2157
49 0x3416 = 0x2336
50 0x341C = 0x2835
51 0x342C = 0x2337
52 0x342D = 0x2534
53 0x3430 = 0x2159
[all …]
/freebsd/tools/tools/locale/etc/charmaps/
H A DSJIS.TXT5 0x00 0x0000
6 0x01 0x0001
7 0x02 0x0002
8 0x03 0x0003
9 0x04 0x0004
10 0x05 0x0005
11 0x06 0x0006
12 0x07 0x0007
13 0x08 0x0008
14 0x09 0x0009
[all …]
H A DGB18030.TXT5 0x03 0x0003
6 0x04 0x0004
7 0x05 0x0005
8 0x06 0x0006
9 0x07 0x0007
10 0x08 0x0008
11 0x09 0x0009
12 0x0A 0x000A
13 0x0B 0x000B
14 0x0C 0x000C
[all …]
/freebsd/tools/test/iconv/ref/
H A DEUC-JIS-2004-rev1 0x0000 = 0x0000
2 0x0001 = 0x0001
3 0x0002 = 0x0002
4 0x0003 = 0x0003
5 0x0004 = 0x0004
6 0x0005 = 0x0005
7 0x0006 = 0x0006
8 0x0007 = 0x0007
9 0x0008 = 0x0008
10 0x0009 = 0x0009
[all …]
H A DTCVN5712-11 0x0000 = 0x0000
2 0x0001 = 0x0000
3 0x0002 = 0x1EE4
4 0x0003 = 0x0003
5 0x0004 = 0x1EEA
6 0x0005 = 0x1EEC
7 0x0006 = 0x1EEE
8 0x0007 = 0x0007
9 0x0008 = 0x0008
10 0x0009 = 0x0009
[all …]
H A DCP12581 0x0000 = 0x0000
2 0x0001 = 0x0001
3 0x0002 = 0x0002
4 0x0003 = 0x0003
5 0x0004 = 0x0004
6 0x0005 = 0x0005
7 0x0006 = 0x0006
8 0x0007 = 0x0007
9 0x0008 = 0x0008
10 0x0009 = 0x0009
[all …]
H A DEUC-TW-rev1 0x0000 = 0x0000
2 0x0001 = 0x0001
3 0x0002 = 0x0002
4 0x0003 = 0x0003
5 0x0004 = 0x0004
6 0x0005 = 0x0005
7 0x0006 = 0x0006
8 0x0007 = 0x0007
9 0x0008 = 0x0008
10 0x0009 = 0x0009
[all …]
H A DUTF-16BE-rev1 0x00 = 0x0000
2 0x01 = 0x0100
3 0x02 = 0x0200
4 0x03 = 0x0300
5 0x04 = 0x0400
6 0x05 = 0x0500
7 0x06 = 0x0600
8 0x07 = 0x0700
9 0x08 = 0x0800
10 0x09 = 0x0900
[all …]
H A DUTF-16LE-rev1 0x00 = 0x0000
2 0x01 = 0x0001
3 0x02 = 0x0002
4 0x03 = 0x0003
5 0x04 = 0x0004
6 0x05 = 0x0005
7 0x06 = 0x0006
8 0x07 = 0x0007
9 0x08 = 0x0008
10 0x09 = 0x0009
[all …]
H A DBIG5HKSCS-rev1 0x00 = 0x00
2 0x01 = 0x01
3 0x02 = 0x02
4 0x03 = 0x03
5 0x04 = 0x04
6 0x05 = 0x05
7 0x06 = 0x06
8 0x07 = 0x07
9 0x08 = 0x08
10 0x09 = 0x09
[all …]
/freebsd/share/i18n/csmapper/TCVN/
H A DTCVN5712-1%UCS.src5 SRC_ZONE 0x0000-0xF3FF
7 DST_ILSEQ 0xFFFE
46 0x0000 = 0x0000
47 0x0001 = 0x0000
48 0x0001 = 0x00DA
49 0x0002 = 0x1EE4
50 0x0003 = 0x0003
51 0x0004 = 0x1EEA
52 0x0005 = 0x1EEC
53 0x0006 = 0x1EEE
[all …]
/freebsd/share/i18n/csmapper/GB/
H A DGB18030%UCS@BMP.src30 SRC_ZONE 0x81-0x84 / 0x30-0x39 / 0x81-0xFE / 0x30-0x39 / 8
32 DST_ILSEQ 0xFFFE
71 # for (i = 0; i < ncharset; ++i) {
74 # charsets[i], charsets[i + off], 0, &norm);
75 # if (ret != 0)
86 # for (i = 0; i < ncharset; ++i)
96 # for (i = 0; i < ncharset; i += 2) {
98 # if (ret == 0) {
101 # if (ret == 0 && tmp == src)
105 # return 0;
[all …]
H A DUCS@BMP%GB18030.src30 SRC_ZONE 0x0080-0xFFFD
32 DST_INVALID 0xFFFFFFFF
36 0x0080 = 0x81308130
37 0x0081 = 0x81308131
38 0x0082 = 0x81308132
39 0x0083 = 0x81308133
40 0x0084 = 0x81308134
41 0x0085 = 0x81308135
42 0x0086 = 0x81308136
43 0x0087 = 0x81308137
[all …]
/freebsd/share/i18n/csmapper/ISO-8859/
H A DUCS%ISO-8859-2.src5 SRC_ZONE 0x0000-0xFFFF
7 DST_INVALID 0x100
44 # Column #1 is the ISO/IEC 8859-2 code (in hex as 0xXX)
45 # Column #2 is the Unicode (in hex as 0xXXXX)
61 0x0000-0x007F = 0x00-
62 0x0080 = 0x80
63 0x0081 = 0x81
64 0x0082 = 0x82
65 0x0083 = 0x83
66 0x0084 = 0x84
[all …]

12