Home
last modified time | relevance | path

Searched +full:0 +full:x8006 (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dnxp,imx95-scmi.yaml20 const: 0x81
28 const: 0x84
36 enum: [0, 1, 2, 3, 4, 5, 6, 7, 0x8000, 0x8001, 0x8002, 0x8003,
37 0x8004, 0x8005, 0x8006, 0x8007]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
38 TYPE_RECORD(LF_POINTER, 0x1002, Pointer)
39 TYPE_RECORD(LF_MODIFIER, 0x1001, Modifier)
40 TYPE_RECORD(LF_PROCEDURE, 0x1008, Procedure)
41 TYPE_RECORD(LF_MFUNCTION, 0x1009, MemberFunction)
42 TYPE_RECORD(LF_LABEL, 0x000e, Label)
43 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
45 TYPE_RECORD(LF_FIELDLIST, 0x1203, FieldList)
47 TYPE_RECORD(LF_ARRAY, 0x1503, Array)
48 TYPE_RECORD(LF_CLASS, 0x1504, Class)
[all …]
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahwreg.h34 /* Message Unit Registers - BAR0(0x10), BAR0(win) */
38 #define MSGU_IBDB_SET 0x20
39 #define MSGU_HOST_INT_STATUS 0x30
40 #define MSGU_HOST_INT_MASK 0x34
41 #define MSGU_IOPIB_INT_STATUS 0x40
42 #define MSGU_IOPIB_INT_MASK 0x44
43 #define MSGU_IBDB_CLEAR 0x70
44 #define MSGU_MSGU_CONTROL 0x74
45 #define MSGU_ODR 0x9C
46 #define MSGU_ODCR 0xA0
[all …]
/freebsd/sys/dev/mii/
H A Dbrgphy.c74 #define BRGPHY_5706S 0x0001
75 #define BRGPHY_5708S 0x0002
76 #define BRGPHY_NOANWAIT 0x0004
77 #define BRGPHY_5709S 0x0008
96 DRIVER_MODULE(brgphy, miibus, brgphy_driver, 0, 0);
175 { 0x57081021, "IBM eServer BladeCenter HS21" },
176 { 0x57081011, "IBM eServer BladeCenter HS21 -[8853PAU]-" },
185 found = 0; in detect_hs21()
189 for (i = 0; i < nitems(hs21_type_lists); i++) { in detect_hs21()
192 strlen(hs21_type_lists[i].prod)) == 0) { in detect_hs21()
[all …]
/freebsd/sys/arm64/rockchip/
H A Drk_typec_phy.c53 #define GRF_USB3OTG_BASE(x) (0x2430 + (0x10 * x))
54 #define GRF_USB3OTG_CON0(x) (GRF_USB3OTG_BASE(x) + 0x0)
55 #define GRF_USB3OTG_CON1(x) (GRF_USB3OTG_BASE(x) + 0x4)
56 #define USB3OTG_CON1_U3_DIS (1 << 0)
58 #define GRF_USB3PHY_BASE(x) (0x0e580 + (0xc * (x)))
59 #define GRF_USB3PHY_CON0(x) (GRF_USB3PHY_BASE(x) + 0x0)
61 #define GRF_USB3PHY_CON1(x) (GRF_USB3PHY_BASE(x) + 0x4)
62 #define GRF_USB3PHY_CON2(x) (GRF_USB3PHY_BASE(x) + 0x8)
63 #define GRF_USB3PHY_STATUS0 0x0e5c0
64 #define GRF_USB3PHY_STATUS1 0x0e5c4
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dmsx11 0 string/b MGS MSX Gigamix MGSDRV3 music file,
12 >6 ubeshort 0x0D0A
16 >>8 string >\0 \b, title: %s
19 >6 uleshort 0x80
20 >>0x2E uleshort 0
21 >>>0x30 string >\0 \b, title: %s
24 0 string/b KSCC KSS music file v1.03
25 >0xE byte 0
26 >>0xF byte&0x02 0 \b, soundchips: AY-3-8910, SCC(+)
27 >>0xF byte&0x02 2 \b, soundchip(s): SN76489
[all …]
/freebsd/sys/net/
H A Dethernet.h37 ((hasfcs) ? ETHER_CRC_LEN : 0) + \
38 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
48 #define ETHER_CRC_POLY_LE 0xedb88320
49 #define ETHER_CRC_POLY_BE 0x04c11db6
73 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */
75 (((addr)[0] == 0x33) && ((addr)[1] == 0x33))
77 (((addr)[0] & (addr)[1] & (addr)[2] & \
78 (addr)[3] & (addr)[4] & (addr)[5]) == 0xf
[all...]
/freebsd/lib/libpmc/pmu-events/arch/arm64/
H A Dcommon-and-microarch.json4 "EventCode": "0x00",
10 "EventCode": "0x01",
16 "EventCode": "0x02",
22 "EventCode": "0x03",
28 "EventCode": "0x04",
34 "EventCode": "0x05",
40 "EventCode": "0x06",
46 "EventCode": "0x07",
52 "EventCode": "0x08",
58 "EventCode": "0x09",
[all …]
/freebsd/sys/dev/alc/
H A Dif_alcreg.h36 #define VENDORID_ATHEROS 0x1969
41 #define DEVICEID_ATHEROS_AR8131 0x1063 /* L1C */
42 #define DEVICEID_ATHEROS_AR8132 0x1062 /* L2C */
43 #define DEVICEID_ATHEROS_AR8151 0x1073 /* L1D V1.0 */
44 #define DEVICEID_ATHEROS_AR8151_V2 0x1083 /* L1D V2.0 */
45 #define DEVICEID_ATHEROS_AR8152_B 0x2060 /* L2C V1.1 */
46 #define DEVICEID_ATHEROS_AR8152_B2 0x2062 /* L2C V2.0 */
47 #define DEVICEID_ATHEROS_AR8161 0x1091
48 #define DEVICEID_ATHEROS_AR8162 0x1090
49 #define DEVICEID_ATHEROS_AR8171 0x10A1
[all …]
/freebsd/sys/dev/bwi/
H A Dbwiphy.c103 #define BWI_PHYTBL_WRSSI 0x1000
104 #define BWI_PHYTBL_NOISE_SCALE 0x1400
105 #define BWI_PHYTBL_NOISE 0x1800
106 #define BWI_PHYTBL_ROTOR 0x2000
107 #define BWI_PHYTBL_DELAY 0x2400
108 #define BWI_PHYTBL_RSSI 0x4000
109 #define BWI_PHYTBL_SIGMA_SQ 0x5000
110 #define BWI_PHYTBL_WRSSI_REV1 0x5400
111 #define BWI_PHYTBL_FREQ 0x5800
187 for (i = 0; i < nitems(bwi_sup_bphy); ++i) { in bwi_phy_attach()
[all …]
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h38 #define LINUX_DMA_MEM_MAX 0x1ffe0 /* 128k - 32, real 128k - 24 */
88 #define AGTIAPI_INIT_TIME 0x00000001
89 #define AGTIAPI_SOFT_RESET 0x00000002
90 #define AGTIAPI_HAD_RESET 0x00000004 // ###
91 #define AGTIAPI_DISC_DONE 0x00000008
92 #define AGTIAPI_INSTALLED 0x00000010
93 #define AGTIAPI_RESET 0x00000020
94 #define AGTIAPI_FLAG_UP 0x00000040
95 #define AGTIAPI_CB_DONE 0x00000080
96 #define AGTIAPI_DISC_COMPLETE 0x00000100
[all …]
/freebsd/sys/dev/isp/
H A Dispmbox.h41 #define MBOX_NO_OP 0x0000
42 #define MBOX_LOAD_RAM 0x0001
43 #define MBOX_EXEC_FIRMWARE 0x0002
44 #define MBOX_LOAD_FLASH_FIRMWARE 0x0003
45 #define MBOX_WRITE_RAM_WORD 0x0004
46 #define MBOX_READ_RAM_WORD 0x0005
47 #define MBOX_MAILBOX_REG_TEST 0x0006
48 #define MBOX_VERIFY_CHECKSUM 0x0007
49 #define MBOX_ABOUT_FIRMWARE 0x0008
50 #define MBOX_LOAD_RISC_RAM_2100 0x0009
[all …]
/freebsd/sys/dev/sk/
H A Dif_sk.c127 #if 0
146 "SysKonnect Gigabit Ethernet (V1.0)"
151 "SysKonnect Gigabit Ethernet (V2.0)"
183 { 0, 0, NULL }
265 static int jumbo_disable = 0;
270 * capability for Tx and I believe it can generate 0 checksum value for
272 * TCP packets. 0 chcecksum value for UDP packet is an invalid one as it
334 { SYS_RES_IRQ, 0, RF_ACTIVE | RF_SHAREABLE },
335 { -1, 0, 0 }
339 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
[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/sys/dev/irdma/
H A Dirdma_utils.c139 {IRDMA_AE_ROCE_BAD_MC_QPID, "RoCEv2 error: Multicast packet QP number isn't 0xffffff"},
195 for (i = 0; i < ARRAY_SIZE(ae_desc_list); i++) { in irdma_get_ae_desc()
222 for (arp_index = 0; (u32)arp_index < rf->arp_table_size; arp_index++) { in irdma_arp_table()
234 arp_index = 0; in irdma_arp_table()
255 memset(rf->arp_table[arp_index].ip_addr, 0, in irdma_arp_table()
280 arpidx = irdma_arp_table(rf, &ip[0], NULL, IRDMA_ARP_RESOLVE); in irdma_add_arp()
281 if (arpidx >= 0) { in irdma_add_arp()
314 iwdev->iw_status = 0; in irdma_netdevice_event()
379 memset(&cqp_request->compl_info, 0, sizeof(cqp_request->compl_info)); in irdma_alloc_and_get_cqp_request()
420 * irdma_put_cqp_request - dec ref count and free if 0
[all …]
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h44 #define ICE_AQC_TOPO_MAX_LEVEL_NUM 0x9
59 /* Get version (direct 0x0001) */
73 /* Send driver version (indirect 0x0002) */
84 /* Queue Shutdown (direct 0x0003) */
87 #define ICE_AQC_DRIVER_UNLOADING BIT(0)
91 /* Get Expanded Error Code (0x0005, direct) */
94 #define ICE_AQC_EXPANDED_ERROR_NOT_PROVIDED 0xFFFFFFFF
99 /* Request resource ownership (direct 0x0008)
100 * Release resource ownership (direct 0x0009)
125 #define ICE_AQ_RES_GLBL_SUCCESS 0
[all...]
/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c143 if (mac->mac_phy.hwpctl == 0 || mac->mac_phy.use_hwpctl == NULL) in bwn_has_hwpctl()
144 return (0); in bwn_has_hwpctl()
169 } while(0) in bwn_phy_g_attach()
180 pg->pg_flags = 0; in bwn_phy_g_attach()
181 if (pab0 == 0 || pab1 == 0 || pab2 == 0 || pab0 == -1 || pab1 == -1 || in bwn_phy_g_attach()
185 return (0); in bwn_phy_g_attach()
188 pg->pg_idletssi = (bg == 0 || bg == -1) ? 62 : bg; in bwn_phy_g_attach()
194 for (i = 0; i < 64; i++) { in bwn_phy_g_attach()
196 int8_t j = 0; in bwn_phy_g_attach()
221 return (0); in bwn_phy_g_attach()
[all …]
/freebsd/tools/test/iconv/ref/
H A DEUC-TW1 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 …]
/freebsd/share/i18n/csmapper/CNS/
H A DCNS11643-1%UCS.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
61 # 0x12224 SPACING HEAVY OVERSCORE not in Unicode
62 # 0x12226 SPACING HEAVY UNDERSCORE not in Unicode
68 # 0x1243E through 0x12440, HANGZHOU NUMERAL TEN, TWENTY, and THIRTY
69 # 0x12721 through 0x12939, KangXi radical set
76 # 0x1256D. This character occurs within the CNS 11643-1986 block of tone marks
86 # Column #1 is the CNS 11643-1986 code (in hex as 0xXXXXX)
87 # Column #2 is the Unicode (in hex as 0xXXXX)
136 0x2121 = 0x3000
[all …]
H A DUCS@SIP%CNS11643-6.src5 SRC_ZONE 0x0003 - 0xFA17
7 DST_INVALID 0xFFFF
13 # Unicode version: 5.0.0
47 0x0003 = 0x212F
48 0x0004 = 0x212D
49 0x0005 = 0x212E
50 0x0007 = 0x2142
51 0x0008 = 0x2143
52 0x0012 = 0x222B
53 0x0018 = 0x2340
[all …]
H A DCNS11643-6%UCS@SIP.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
13 # Unicode version: 5.0.0
47 0x2121 = 0xF802
48 0x2122 = 0x0062
49 0x2124 = 0x0088
50 0x2125 = 0x00D0
51 0x2126 = 0x00CF
52 0x2127 = 0x011E
53 0x2128 = 0x011F
[all …]
H A DUCS%CNS11643-1.src5 SRC_ZONE 0x00A2 - 0xFFE5
7 DST_INVALID 0xFFFF
61 # 0x12224 SPACING HEAVY OVERSCORE not in Unicode
62 # 0x12226 SPACING HEAVY UNDERSCORE not in Unicode
68 # 0x1243E through 0x12440, HANGZHOU NUMERAL TEN, TWENTY, and THIRTY
69 # 0x12721 through 0x12939, KangXi radical set
76 # 0x1256D. This character occurs within the CNS 11643-1986 block of tone marks
86 # Column #1 is the CNS 11643-1986 code (in hex as 0xXXXXX)
87 # Column #2 is the Unicode (in hex as 0xXXXX)
136 0x00A2 = 0x2266 # fallback -> 0xFFE0
[all …]
/freebsd/share/i18n/csmapper/KS/
H A DKSC5601HANJA%UCS.src5 SRC_ZONE 0x21-0x7D / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
50 # egrep '^0x' < KSC5601.TXT | \
51 # egrep -v '^0x([8-9]...|A0..|..[4-9].|..A0)' | perl tab.pl
55 # $n=0;
60 # printf ("0x%04X 0x%04X %s\n",$k-0x8080, $u,join(' ',@rest));
65 # in hex as 0xXXXX
66 # Column #2 : the Unicode (in hex as 0xXXXX)
74 # To get EUC Korean(EUC-KR) code points, add 0x8080.
76 # first subtract 0x2020. Then
[all …]
H A DUCS%KSC5601HANJA.src5 SRC_ZONE 0x00A1 - 0xFFE6
7 DST_INVALID 0xFFFF
50 # egrep '^0x' < KSC5601.TXT | \
51 # egrep -v '^0x([8-9]...|A0..|..[4-9].|..A0)' | perl tab.pl
55 # $n=0;
60 # printf ("0x%04X 0x%04X %s\n",$k-0x8080, $u,join(' ',@rest));
65 # in hex as 0xXXXX
66 # Column #2 : the Unicode (in hex as 0xXXXX)
74 # To get EUC Korean(EUC-KR) code points, add 0x8080.
76 # first subtract 0x2020. Then
[all …]
/freebsd/share/i18n/csmapper/CP/
H A DUCS%CP942EXT.src5 SRC_ZONE 0x005C-0xFFE5
7 DST_INVALID 0xFFFF
17 0x005C = 0x2140
18 0x00A2 = 0x2171
19 0x00A3 = 0x2172
20 0x00A7 = 0x2178
21 0x00A8 = 0x212F
22 0x00AC = 0x224C
23 0x00B0 = 0x216B
24 0x00B1 = 0x215E
[all …]

12345