Home
last modified time | relevance | path

Searched +full:0 +full:xc400 (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.h32 #define DWC3_IP_ID 0x5533
33 #define DWC3_1_IP_ID 0x3331
34 #define DWC3_2_IP_ID 0x3332
36 #define DWC3_VERSION_MASK 0xFFFF0000
37 #define DWC3_REVISION_MASK 0xFFFF
41 #define DWC3_GSBUSCFG0 0xc100
42 #define DWC3_GSBUSCFG1 0xc104
43 #define DWC3_GTXTHRCFG 0xc108
44 #define DWC3_GRXTHRCFG 0xc10C
47 #define DWC3_GCTL 0xc110
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Ddavinci-mcasp-audio.yaml35 description: 0 - I2S or 1 - DIT operation mode
37 - 0
52 0 - Inactive, 1 - TX, 2 - RX
58 minimum: 0
83 0 disables the FIFO use
90 0 disables the FIFO use
97 0 - 3-state, 2 - logic low, 3 - logic high
99 - 0
154 const: 0
175 - 0
[all …]
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c39 AQ_LINK_STAT = 0xe800,
42 AQ_XAUI_RX_CFG = 0xc400,
43 AQ_XAUI_KX_CFG = 0xc440,
44 AQ_XAUI_TX_CFG = 0xe400,
47 AQ_100M_CTRL = 0x0010,
48 AQ_10G_CTRL = 0x0020,
49 AQ_1G_CTRL = 0xc400,
50 AQ_ANEG_STAT = 0xc800,
53 AQ_FW_VERSION = 0x0020,
54 AQ_THERMAL_THR = 0xc421,
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcm4908/
H A Dbcm4908.dtsi26 #size-cells = <0>;
28 cpu0: cpu@0 {
31 reg = <0x0>;
33 cpu-release-addr = <0x0 0xfff8>;
40 reg = <0x1>;
42 cpu-release-addr = <0x0 0xfff8>;
49 reg = <0x2>;
51 cpu-release-addr = <0x0 0xfff8>;
58 reg = <0x3>;
60 cpu-release-addr = <0x0 0xfff8>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/bcmbca/
H A Dbcm4908.dtsi26 #size-cells = <0>;
28 cpu0: cpu@0 {
31 reg = <0x0>;
33 cpu-release-addr = <0x0 0xfff8>;
40 reg = <0x1>;
42 cpu-release-addr = <0x0 0xfff8>;
49 reg = <0x2>;
51 cpu-release-addr = <0x
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
107 // immediate value, or 0 if it is not.
110 if (Imm >= 0 && Imm <= 64) in getIntInlineImmEncoding()
116 return 0; in getIntInlineImmEncoding()
121 if (IntImm != 0) in getLit16Encoding()
124 if (Val == 0x3800) // 0.5 in getLit16Encoding()
127 if (Val == 0xB800) // -0.5 in getLit16Encoding()
130 if (Val == 0x3C00) // 1.0 in getLit16Encoding()
133 if (Val == 0xBC00) // -1.0 in getLit16Encoding()
136 if (Val == 0x4000) // 2.0 in getLit16Encoding()
[all …]
H A DAMDGPUInstPrinter.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
53 O << formatHex(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmOperand()
69 O << formatHex(static_cast<uint64_t>(Imm & 0xffff)); in printU16ImmOperand()
76 O << formatDec(MI->getOperand(OpNo).getImm() & 0xf); in printU4ImmDecOperand()
81 O << formatDec(MI->getOperand(OpNo).getImm() & 0xff); in printU8ImmDecOperand()
86 O << formatDec(MI->getOperand(OpNo).getImm() & 0xffff); in printU16ImmDecOperand()
92 O << formatHex(MI->getOperand(OpNo).getImm() & 0xffffffff); in printU32ImmOperand()
106 if (Imm != 0) { in printOffset()
123 if (Imm != 0) { in printFlatOffset()
211 // For th = 0 do not print this field in printTH()
[all …]
/freebsd/sys/dev/superio/
H A Dsuperio.c110 bus_write_1(res, 0, reg); in sio_read()
129 bus_write_1(res, 0, reg); in sio_write()
170 printf("ignored attempt to write special register 0x%x\n", reg); in sio_ldn_write()
189 sc->current_ldn = 0xff; in sio_conf_exit()
196 bus_write_1(res, 0, 0x87); in ite_conf_enter()
197 bus_write_1(res, 0, 0x01); in ite_conf_enter()
198 bus_write_1(res, 0, 0x55); in ite_conf_enter()
199 bus_write_1(res, 0, port == 0x2e ? 0x55 : 0xaa); in ite_conf_enter()
205 sio_write(res, 0x02, 0x02); in ite_conf_exit()
217 bus_write_1(res, 0, 0x87); in nvt_conf_enter()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
66 return VersionMajor >= 11 ? 10 : 0; in getVmcntBitShiftLo()
76 return VersionMajor >= 11 ? 0 : 4; in getExpcntBitShift()
97 return (VersionMajor == 9 || VersionMajor == 10) ? 2 : 0; in getVmcntBitWidthHi()
102 return VersionMajor >= 12 ? 6 : 0; in getLoadcntBitWidth()
107 return VersionMajor >= 12 ? 6 : 0; in getSamplecntBitWidth()
112 return VersionMajor >= 12 ? 3 : 0; in getBvhcntBitWidth()
117 return VersionMajor >= 12 ? 6 : 0; in getDscntBitWidth()
121 unsigned getDscntBitShift(unsigned VersionMajor) { return 0; } in getDscntBitShift()
125 return VersionMajor >= 10 ? 6 : 0; in getStorecntBitWidth()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-main.dtsi12 reg = <0x0 0x70000000 0x0 0x200000>;
15 ranges = <0x0 0x0 0x70000000 0x200000>;
17 atf-sram@0 {
18 reg = <0x
[all...]
H A Dk3-j721e-main.dtsi15 #clock-cells = <0>;
17 clock-frequency = <0>;
21 #clock-cells = <0>;
23 clock-frequency = <0>;
30 reg = <0x0 0x70000000 0x0 0x800000>;
33 ranges = <0x0 0x
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
76 UCVersionW64Expr = createConstantSymbolExpr("UC_VERSION_W64_BIT", 0x2000); in AMDGPUDisassembler()
77 UCVersionW32Expr = createConstantSymbolExpr("UC_VERSION_W32_BIT", 0x4000); in AMDGPUDisassembler()
78 UCVersionMDPExpr = createConstantSymbolExpr("UC_VERSION_MDP_BIT", 0x8000); in AMDGPUDisassembler()
114 if (DAsm->tryAddingSymbolicOperand(Inst, Offset, Addr, true, 2, 2, 0)) in decodeSOPPBrTarget()
126 Offset = Imm & 0xFFFFF; in decodeSMEMOffset()
198 DECODE_SrcOp(Decode##RegClass##RegisterClass, 7, OpWidth, Imm, false, 0)
200 // Decoder for registers. Imm(10-bit): Imm{7-0} is number of register,
201 // Imm{9} is acc(agpr or vgpr) Imm{8} should be 0 (see VOP3Pe_SMFMAC).
208 false, 0, AMDGPU::OperandSemantics::INT, Decoder); in decodeAV10()
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Dreg.h8 #define R_AX_SYS_WL_EFUSE_CTRL 0x000A
11 #define R_AX_SYS_ISO_CTRL 0x0000
17 #define R_AX_SYS_FUNC_EN 0x0002
19 #define B_AX_FEN_BBRSTB BIT(0)
21 #define R_AX_SYS_PW_CTRL 0x0004
36 #define R_AX_SYS_CLK_CTRL 0x0008
39 #define R_AX_SYS_SWR_CTRL1 0x0010
42 #define R_AX_SYS_ADIE_PAD_PWR_CTRL 0x0018
46 #define R_AX_RSV_CTRL 0x001C
50 #define R_AX_AFE_LDO_CTRL 0x002
[all...]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_type.h82 #define IXGBE_INTEL_VENDOR_ID 0x8086
85 #define IXGBE_DEV_ID_82598 0x10B6
86 #define IXGBE_DEV_ID_82598_BX 0x1508
87 #define IXGBE_DEV_ID_82598AF_DUAL_PORT 0x10C6
88 #define IXGBE_DEV_ID_82598AF_SINGLE_PORT 0x10C7
89 #define IXGBE_DEV_ID_82598AT 0x10C8
90 #define IXGBE_DEV_ID_82598AT2 0x150B
91 #define IXGBE_DEV_ID_82598EB_SFP_LOM 0x10DB
92 #define IXGBE_DEV_ID_82598EB_CX4 0x10DD
93 #define IXGBE_DEV_ID_82598_CX4_DUAL_PORT 0x10EC
[all …]
/freebsd/share/i18n/csmapper/CP/
H A DCP949EXT%UCS.src5 SRC_ZONE 0x81-0xFE / 0x40-0xFE / 8
7 DST_ILSEQ 0xFFFE
27 # Column #2 is the Unicode (in hex as 0xXXXX)
32 0x8141 = 0xAC02
33 0x8142 = 0xAC03
34 0x8143 = 0xAC05
35 0x8144 = 0xAC06
36 0x8145 = 0xAC0B
37 0x8146 = 0xAC0C
38 0x8147 = 0xAC0D
[all …]
H A DUCS%CP949EXT.src5 SRC_ZONE 0x0000 - 0xFFEE
7 DST_INVALID 0xFFFF
27 # Column #2 is the Unicode (in hex as 0xXXXX)
33 0x00A0 = 0x20
34 0x00A2 = 0x63
35 0x00A3 = 0x626C
36 0x00A5 = 0x6E6579
37 0x00A6 = 0x7C
38 0x00A9 = 0x296328
39 0x00AB = 0x3C3C
[all …]
/freebsd/share/i18n/csmapper/KS/
H A DJOHAB%UCS.src5 SRC_ZONE 0x84-0xD8 / 0x31-0xFE / 8
7 DST_ILSEQ 0xFFFE
23 # 1st byte : 0x84-0xd3
24 # 2nd byte : 0x41-0x7e, 0x81-0xfe
27 # 1st byte : 0xd8-0xde, 0xe0-0xf9
28 # 2nd byte : 0x31-0x7e, 0x91-0xfe
29 # 0xd831-0xd87e and 0xd891-0xd8fe are user-defined area
32 # : 0x21-0x7e
34 # in place of BACK SLASH, U005C at 0x5C
38 # or WON SIGN(U20A9) at 0x5C in 1byte range.
[all …]
H A DUCS%JOHAB.src5 SRC_ZONE 0x00A1-0xFA0B
7 DST_INVALID 0xFFFF
23 # 1st byte : 0x84-0xd3
24 # 2nd byte : 0x41-0x7e, 0x81-0xfe
27 # 1st byte : 0xd8-0xde, 0xe0-0xf9
28 # 2nd byte : 0x31-0x7e, 0x91-0xfe
29 # 0xd831-0xd87e and 0xd891-0xd8fe are user-defined area
32 # : 0x21-0x7e
34 # in place of BACK SLASH, U005C at 0x5C
38 # or WON SIGN(U20A9) at 0x5C in 1byte range.
[all …]
/freebsd/tools/test/iconv/ref/
H A DCP9491 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 DJOHAB1 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 DCP949-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 DJOHAB-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 …]
/freebsd/tools/tools/locale/etc/charmaps/
H A DeucKR.TXT15 # Column #2 is the Unicode (in hex as 0xXXXX)
20 0x00 0x0000 #NULL
21 0x01 0x0001 #START OF HEADING
22 0x02 0x0002 #START OF TEXT
23 0x03 0x0003 #END OF TEXT
24 0x04 0x0004 #END OF TRANSMISSION
25 0x05 0x0005 #ENQUIRY
26 0x06 0x0006 #ACKNOWLEDGE
27 0x07 0x0007 #BELL
28 0x08 0x0008 #BACKSPACE
[all …]

12