Home
last modified time | relevance | path

Searched +full:0 +full:x1103 (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwlf,wm8904.yaml27 const: 0
59 If any entry has the value 0xFFFF, the related register won't be set.
60 default: [0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF]
68 default: [0, 0]
137 #size-cells = <0>;
141 reg = <0x1a>;
154 * KNEE_IP = 0, KNEE_OP = 0, HI_COMP = 1, LO_COMP = 1
156 * KNEE_IP = -42, KNEE_OP = -3, HI_COMP = 0, LO_COMP = 1
160 wlf,drc-cfg-regs = /bits/ 16 <0x01af 0x3248 0x0000 0x0000>,
161 /bits/ 16 <0x04af 0x324b 0x0010 0x0408>,
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dzzz_fw_ports_fwget.sh28 printf "USAGE: %s /path/to/linux-firmware.git\n" $0 >&2
52 # ==> 0x1101 -> ATH11K_HW_QCA6390_HW20 -> QCA6390/hw2.0
53 # ==> 0x1104 -> ATH11K_HW_QCN9074_HW10 -> QCN9074/hw1.0
54 # ==> 0x1103 -> ATH11K_HW_WCN6855_HW20 -> WCN6855/hw2.0
55 # ==> 0x1103 -> ATH11K_HW_WCN6855_HW21 -> WCN6855/hw2.1
56 # Firmware dir WCN6855/hw2.1 (for 0x1103) does not exist; skipping
64 …v/null | awk '/PCI_VDEVICE\(QCOM,/ { gsub("^.*, ", ""); gsub("\\) },$", ""); print tolower($0); }')
75 printf "%s", $0;
82 …/null | egrep -E '\.(hw_rev|dir) = ' | awk '{ if (/hw_rev/) { printf "%s", $0; } else { print; } }…
129 print tolower($0);
[all …]
H A Dpci.c26 #define ATH11K_PCI_BAR_NUM 0
29 #define TCSR_SOC_HW_VERSION 0x0224
31 #define TCSR_SOC_HW_VERSION_MINOR_MASK GENMASK(7, 0)
33 #define QCA6390_DEVICE_ID 0x1101
34 #define QCN9074_DEVICE_ID 0x1104
35 #define WCN6855_DEVICE_ID 0x1103
41 {0}
182 { .name = "MHI", .num_vectors = 3, .base_vector = 0 },
183 { .name = "CE", .num_vectors = 1, .base_vector = 0 },
184 { .name = "WAKE", .num_vectors = 1, .base_vector = 0 },
[all …]
/freebsd/usr.sbin/fwget/pci/
H A Dpci_network_qca39 0x003c) addpkg "wifi-firmware-ath10k-kmod-qca988x_hw20"; return 1 ;;
40 0x003e) addpkg "wifi-firmware-ath10k-kmod-qca6174_hw21"
43 0x0040) addpkg "wifi-firmware-ath10k-kmod-qca99x0_hw20"; return 1 ;;
44 0x0041) addpkg "wifi-firmware-ath10k-kmod-qca6174_hw21"; return 1 ;;
45 0x0042) addpkg "wifi-firmware-ath10k-kmod-qca6174_hw30"
48 0x0046) addpkg "wifi-firmware-ath10k-kmod-qca9984_hw10"; return 1 ;;
49 0x0050) addpkg "wifi-firmware-ath10k-kmod-qca9887_hw10"; return 1 ;;
50 0x0056) addpkg "wifi-firmware-ath10k-kmod-qca9888_hw20"; return 1 ;;
67 0x1101) addpkg "wifi-firmware-ath11k-kmod-qca6390_hw20"; return 1 ;;
68 0x110
[all...]
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx23-pinfunc.h13 #define MX23_PAD_GPMI_D00__GPMI_D00 0x0000
14 #define MX23_PAD_GPMI_D01__GPMI_D01 0x0010
15 #define MX23_PAD_GPMI_D02__GPMI_D02 0x0020
16 #define MX23_PAD_GPMI_D03__GPMI_D03 0x0030
17 #define MX23_PAD_GPMI_D04__GPMI_D04 0x0040
18 #define MX23_PAD_GPMI_D05__GPMI_D05 0x0050
19 #define MX23_PAD_GPMI_D06__GPMI_D06 0x0060
20 #define MX23_PAD_GPMI_D07__GPMI_D07 0x0070
21 #define MX23_PAD_GPMI_D08__GPMI_D08 0x0080
22 #define MX23_PAD_GPMI_D09__GPMI_D09 0x0090
[all …]
H A Dimx28-pinfunc.h13 #define MX28_PAD_GPMI_D00__GPMI_D0 0x0000
14 #define MX28_PAD_GPMI_D01__GPMI_D1 0x0010
15 #define MX28_PAD_GPMI_D02__GPMI_D2 0x0020
16 #define MX28_PAD_GPMI_D03__GPMI_D3 0x0030
17 #define MX28_PAD_GPMI_D04__GPMI_D4 0x0040
18 #define MX28_PAD_GPMI_D05__GPMI_D5 0x0050
19 #define MX28_PAD_GPMI_D06__GPMI_D6 0x0060
20 #define MX28_PAD_GPMI_D07__GPMI_D7 0x0070
21 #define MX28_PAD_GPMI_CE0N__GPMI_CE0N 0x0100
22 #define MX28_PAD_GPMI_CE1N__GPMI_CE1N 0x0110
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewSymbols.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
27 CV_SYMBOL(S_COMPILE , 0x0001)
28 CV_SYMBOL(S_REGISTER_16t , 0x0002)
29 CV_SYMBOL(S_CONSTANT_16t , 0x0003)
30 CV_SYMBOL(S_UDT_16t , 0x0004)
31 CV_SYMBOL(S_SSEARCH , 0x0005)
32 CV_SYMBOL(S_SKIP , 0x0007)
33 CV_SYMBOL(S_CVRESERVE , 0x0008)
34 CV_SYMBOL(S_OBJNAME_ST , 0x0009)
35 CV_SYMBOL(S_ENDARG , 0x000
[all...]
/freebsd/sys/dev/ata/
H A Data-pci.h76 #define ATA_ACARD_ID 0x1191
77 #define ATA_ATP850 0x00021191
78 #define ATA_ATP850A 0x00041191
79 #define ATA_ATP850R 0x00051191
80 #define ATA_ATP860A 0x00061191
81 #define ATA_ATP860R 0x00071191
82 #define ATA_ATP865A 0x00081191
83 #define ATA_ATP865R 0x00091191
85 #define ATA_ACER_LABS_ID 0x10b9
86 #define ATA_ALI_1533 0x153310b9
[all …]
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmireg.h29 #define HDMI_DESIGN_ID 0x0000
30 #define HDMI_REVISION_ID 0x0001
31 #define HDMI_PRODUCT_ID0 0x0002
32 #define HDMI_PRODUCT_ID1 0x0003
35 #define HDMI_IH_FC_STAT0 0x0100
36 #define HDMI_IH_FC_STAT1 0x0101
37 #define HDMI_IH_FC_STAT2 0x0102
38 #define HDMI_IH_AS_STAT0 0x0103
39 #define HDMI_IH_PHY_STAT0 0x0104
40 #define HDMI_IH_PHY_STAT0_HPD (1 << 0)
[all …]
/freebsd/lib/libsdp/
H A Dsdp.h43 #define SDP_DATA_NIL 0x00
46 #define SDP_DATA_UINT8 0x08
47 #define SDP_DATA_UINT16 0x09
48 #define SDP_DATA_UINT32 0x0A
49 #define SDP_DATA_UINT64 0x0B
50 #define SDP_DATA_UINT128 0x0C
53 #define SDP_DATA_INT8 0x10
54 #define SDP_DATA_INT16 0x11
55 #define SDP_DATA_INT32 0x12
56 #define SDP_DATA_INT64 0x13
[all …]
/freebsd/sys/dev/amdtemp/
H A Damdtemp.c84 #define AMDTEMP_FLAG_CS_SWAP 0x01 /* ThermSenseCoreSel is inverted. */
85 #define AMDTEMP_FLAG_CT_10BIT 0x02 /* CurTmp is 10-bit wide. */
86 #define AMDTEMP_FLAG_ALT_OFFSET 0x04 /* CurTmp starts at -28C. */
101 #define VENDORID_AMD 0x1022
102 #define DEVICEID_AMD_MISC0F 0x1103
103 #define DEVICEID_AMD_MISC10 0x1203
104 #define DEVICEID_AMD_MISC11 0x1303
105 #define DEVICEID_AMD_MISC14 0x1703
106 #define DEVICEID_AMD_MISC15 0x1603
107 #define DEVICEID_AMD_MISC15_M10H 0x1403
[all …]
/freebsd/sys/dev/puc/
H A Dpucdata.c72 { 0x0009, 0x7168, 0xffff, 0,
75 PUC_PORT_2S, 0x10, 0, 8,
78 { 0x103c, 0x1048, 0x103c, 0x1049,
81 PUC_PORT_3S, 0x10, 0, -1,
85 { 0x103c, 0x1048, 0x103c, 0x104a,
88 PUC_PORT_2S, 0x10, 0, -1,
92 { 0x103c, 0x1048, 0x103c, 0x104b,
95 PUC_PORT_4S, 0x10, 0, -1,
99 { 0x103c, 0x1048, 0x103c, 0x1223,
102 PUC_PORT_3S, 0x10, 0, -1,
[all …]
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c39 static int attach_generic = 0;
49 if (pci_get_vendor(dev) != 0x1103 && !attach_generic) in hpt_match()
52 for (i=0; him->get_supported_device_id(i, &pci_id); i++) { in hpt_match()
103 hba->pciaddr.tree = 0; in hpt_attach()
133 return 0; in hpt_attach()
144 M_DEVBUF, M_WAITOK, BUS_SPACE_MAXADDR_24BIT, BUS_SPACE_MAXADDR, PAGE_SIZE, 0); in __get_free_pages()
162 ldm_get_mem_info((PVBUS)vbus_ext->vbus, 0); in hpt_alloc_mem()
167 for (i=0; i<f->count; i++) { in hpt_alloc_mem()
178 HPT_ASSERT((f->size & (f->alignment-1))==0); in hpt_alloc_mem()
180 for (order=0, size=PAGE_SIZE; size<f->size; order++, size<<=1) in hpt_alloc_mem()
[all …]
/freebsd/sys/dev/hptiop/
H A Dhptiop.c195 return 0; in hptiop_open()
203 return 0; in hptiop_close()
239 outbound_tail = 0; in hptiop_mv_outbound_read()
244 return 0; in hptiop_mv_outbound_read()
253 head = 0; in hptiop_mv_inbound_write()
285 u_int32_t req=0; in hptiop_wait_ready_itl()
288 for (i = 0; i < millisec; i++) { in hptiop_wait_ready_itl()
298 return 0; in hptiop_wait_ready_itl()
309 return 0; in hptiop_wait_ready_mv()
318 return 0; in hptiop_wait_ready_mvfrey()
[all …]
/freebsd/sys/dev/usb/
H A Dusbdevs50 * #define USB_VENDOR_VNDR 0x????
51 * #define USB_PRODUCT_VNDR_PRDCT 0x????
57 vendor UNKNOWN1 0x0053 Unknown vendor
58 vendor UNKNOWN2 0x0105 Unknown vendor
59 vendor EGALAX2 0x0123 eGalax, Inc.
60 vendor CHIPSBANK 0x0204 Chipsbank Microelectronics Co.
61 vendor HUMAX 0x02ad HUMAX
62 vendor QUAN 0x01e1 Quan
63 vendor LTS 0x0386 LTS
64 vendor BWCT 0x03da Bernd Walter Computer Technology
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize_table.c9 {0xa0, 1, 0}, /* NO-BREAK SPACE */
10 {0xa8, 2, 1}, /* DIAERESIS */
11 {0xaa, 1, 3}, /* FEMININE ORDINAL INDICATOR */
12 {0xaf, 2, 4}, /* MACRON */
13 {0xb2, 1, 6}, /* SUPERSCRIPT TWO */
14 {0xb3, 1, 7}, /* SUPERSCRIPT THREE */
15 {0xb4, 2, 8}, /* ACUTE ACCENT */
16 {0xb5, 1, 10}, /* MICRO SIGN */
17 {0xb8, 2, 11}, /* CEDILLA */
18 {0xb9, 1, 13}, /* SUPERSCRIPT ONE */
[all …]
/freebsd/tools/test/iconv/ref/
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/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/tools/tools/locale/etc/charmaps/
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/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 …]
H A DUCS%ISO-8859-3.src5 SRC_ZONE 0x0000-0xFFFF
7 DST_INVALID 0x100
44 # Column #1 is the ISO/IEC 8859-3 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 …]
/freebsd/share/i18n/csmapper/AST/
H A DUCS%ARMSCII-8.src5 SRC_ZONE 0x0000-0xFFFF
7 DST_INVALID 0x100
23 0x0000 - 0x0026 = 0x00 -
24 0x0027 = 0x27
25 0x0028 = 0xA5
26 0x0029 = 0xA4
27 0x002A = 0x2A
28 0x002B = 0x2B
29 0x002C = 0xAB
30 0x002D = 0xAC
[all …]

12