Home
last modified time | relevance | path

Searched +full:0 +full:x4321 (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_match.c47 0x19, 0x11, 0x11, // uuid16 0x1111 in ATF_TC_BODY()
48 0x00, // nil in ATF_TC_BODY()
49 0x19, 0x12, 0x34, // uuid16 0x1234 in ATF_TC_BODY()
50 0x1a, 0x00, 0x00, 0x34, // uuid32 0x00003456 in ATF_TC_BODY()
51 0x56, in ATF_TC_BODY()
52 0x1c, 0x00, 0x00, 0x43, // uuid128 00004321-0000-1000-8000-00805f9b34fb in ATF_TC_BODY()
53 0x21, 0x00, 0x00, 0x10, in ATF_TC_BODY()
54 0x00, 0x80, 0x00, 0x00, in ATF_TC_BODY()
55 0x80, 0x5f, 0x9b, 0x34, in ATF_TC_BODY()
56 0xfb, in ATF_TC_BODY()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfaraday,ftpci100.txt9 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday
10 Technology) and product ID 0x4321.
23 - bus-range: set to <0x00 0xff>
45 - #address-cells: set to <0>
64 interrupt-map-mask = <0xf800 0 0 7>;
66 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
67 <0x4800 0 0 2 &pci_intc 1>,
68 <0x4800 0 0 3 &pci_intc 2>,
69 <0x4800 0 0 4 &pci_intc 3>,
70 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
[all …]
H A Dfaraday,ftpci100.yaml18 The host controller appear on the PCI bus with vendor ID 0x159b (Faraday
19 Technology) and product ID 0x4321.
34 interrupt-map-mask = <0xf800 0 0 7>;
36 <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
37 <0x4800 0 0 2 &pci_intc 1>,
38 <0x4800 0 0 3 &pci_intc 2>,
39 <0x4800 0 0 4 &pci_intc 3>,
40 <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
41 <0x5000 0 0 2 &pci_intc 2>,
42 <0x5000 0 0 3 &pci_intc 3>,
[all …]
/freebsd/sys/dev/bwi/
H A Dif_bwi_pci.c80 #define BS_BAR 0x10
81 #define PCIR_RETRY_TIMEOUT 0x41
88 { PCI_VENDOR_BROADCOM, 0x4301,"Broadcom BCM4301 802.11b Wireless Lan" },
89 { PCI_VENDOR_BROADCOM, 0x4307,"Broadcom BCM4307 802.11b Wireless Lan" },
90 { PCI_VENDOR_BROADCOM, 0x4311,"Broadcom BCM4311 802.11b/g Wireless Lan" },
91 { PCI_VENDOR_BROADCOM, 0x4312,"Broadcom BCM4312 802.11a/b/g Wireless Lan" },
92 { PCI_VENDOR_BROADCOM, 0x4313,"Broadcom BCM4312 802.11a Wireless Lan" },
93 { PCI_VENDOR_BROADCOM, 0x4320,"Broadcom BCM4306 802.11b/g Wireless Lan"},
94 { PCI_VENDOR_BROADCOM, 0x4321,"Broadcom BCM4306 802.11a Wireless Lan"},
95 { PCI_VENDOR_BROADCOM, 0x4325,"Broadcom BCM4306 802.11b/g Wireless Lan"},
[all …]
H A Dif_bwireg.h45 #define BWI_FLAGS 0xf18
46 #define BWI_FLAGS_INTR_MASK __BITS(5, 0)
48 #define BWI_IMSTATE 0xf90
52 #define BWI_INTRVEC 0xf94
54 #define BWI_STATE_LO 0xf98
55 #define BWI_STATE_LO_RESET __BIT(0)
60 #define BWI_STATE_LO_FLAG_PHYCLKEN __BIT(0)
65 #define BWI_STATE_HI 0xf9c
66 #define BWI_STATE_HI_SERROR __BIT(0)
68 #define BWI_STATE_HI_FLAG_MAGIC1 0x1
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd_ids.h47 * [11:8 ][7:0 ]
53 * ARM's JEP-106 ID of `0x7F 0x7F 0x7F 0x7F 0x3B`, the four 0x7F continuations
54 * are encoded as '4' in the 4-bit continuation code field (i.e. 0x43B).
56 #define BHND_MFGID_ARM 0x043b /**< arm JEP-106 vendor id */
57 #define BHND_MFGID_BCM 0x04bf /**< broadcom JEP-106 vendor id */
58 #define BHND_MFGID_MIPS 0x04a7 /**< mips JEP-106 vendor id */
59 #define BHND_MFGID_INVALID 0x0000 /**< invalid JEP-106 vendor id */
66 #define OCP_VENDOR_BCM 0x4243 /**< Broadcom OCP vendor id */
69 #define PCI_VENDOR_ASUSTEK 0x1043
70 #define PCI_VENDOR_EPIGRAM 0xfeda
[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/contrib/netbsd-tests/bin/sh/
H A Dt_arith.sh44 if ! ${TEST_SH} -c ': $(( 0x10000 ))' 2>/dev/null
49 test $( ${TEST_SH} -c 'echo $(( 0x1FFFF ))' ) = 131071 || return
60 # Tests do not use 0x8000... because that value can have weird
64 if ! ${TEST_SH} -c ': $(( 0xC0000000 ))' 2>/dev/null
71 -c 'case $(( 0xC0000000 )); in (-*) exit 0;; esac; exit 1'
76 if ${TEST_SH} -c '[ $(( 0xC0000000 )) != 3221225472 ]' 2>/dev/null
82 if ! ${TEST_SH} -c ': $(( 0xC000000000000000 ))' 2>/dev/null
88 -c 'case $(( 0xC000000000000000 )); in (-*) exit 0;; esac; exit 1'
94 -c '[ $((0xC000000000000000)) != 13835058055282163712 ]'
101 '[ $((0x123456781234567812345678)) = 5634002657842756053938493048 ]'
[all …]
/freebsd/share/i18n/csmapper/KS/
H A DKSC5601HANGUL%UCS.src5 SRC_ZONE 0x24-0x48 / 0x21-0x7E / 8
7 DST_INVALID 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%KSC5601HANGUL.src5 SRC_ZONE 0x3131 - 0xD79D
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/CNS/
H A DCNS11643-3%UCS@BMP.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_INVALID 0xFFFE
13 # Unicode version: 5.0.0
47 0x2121 = 0x4E28
48 0x2122 = 0x4E36
49 0x2123 = 0x4E3F
50 0x2124 = 0x4E85
51 0x2125 = 0x4E05
52 0x2126 = 0x4E04
53 0x2127 = 0x5182
[all …]
H A DUCS@BMP%CNS11643-3.src5 SRC_ZONE 0x3421 - 0x9FA5
7 DST_INVALID 0xFFFF
13 # Unicode version: 5.0.0
47 0x3421 = 0x343B
48 0x3424 = 0x396D
49 0x3428 = 0x2741
50 0x3429 = 0x286C
51 0x342B = 0x2323
52 0x342E = 0x4034
53 0x3431 = 0x2175
[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 …]
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 DCNS11643-7%UCS@SIP.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
13 # Unicode version: 5.0.0
47 0x2121 = 0x0055
48 0x2122 = 0x0182
49 0x2123 = 0x0189
50 0x2124 = 0x0187
51 0x2125 = 0x03BE
52 0x2126 = 0x03BD
53 0x2127 = 0x03CA
[all …]
H A DUCS@SIP%CNS11643-7.src5 SRC_ZONE 0x0055 - 0xFA1D
7 DST_INVALID 0xFFFF
13 # Unicode version: 5.0.0
47 0x0055 = 0x2121
48 0x0109 = 0x3673
49 0x010A = 0x4627
50 0x010B = 0x4D3A
51 0x011D = 0x2C3C
52 0x0182 = 0x2122
53 0x0186 = 0x2679
[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@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 …]
/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/share/i18n/csmapper/JIS/
H A DUCS%JISX0212@MS.src5 SRC_ZONE 0x0000 - 0xFFFF
7 DST_INVALID 0xFFFF
11 0x0000 - 0xFFFF = INVALID
15 0x00A1 = 0x2242
16 0x00A4 = 0x2270
17 0x00A9 = 0x226D
18 0x00AA = 0x226C
19 0x00AE = 0x226E
20 0x00AF = 0x2234
21 0x00B8 = 0x2231
[all …]
H A DJISX0212@MS%UCS.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
14 0x222F = 0x02D8
15 0x2230 = 0x02C7
16 0x2231 = 0x00B8
17 0x2232 = 0x02D9
18 0x2233 = 0x02DD
19 0x2234 = 0x00AF
20 0x2235 = 0x02DB
21 0x2236 = 0x02DA
[all …]
H A DJISX0212%UCS.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
57 # Column #1 is the JIS X 0212 code (in hex as 0xXXXX)
58 # Column #2 is the Unicode (in hex as 0xXXXX)
73 # To change hex to EUC form, add 0x8080
74 # To change hex to kuten form, first subtract 0x2020. Then
76 # the kuten form. For example, 0x2121 -> 0x0101 -> 0101;
77 # 0x6D63 -> 0x4D43 -> 7767
88 # into a single character at 0x2922:
94 # the lowercase forms of these two elements at 0x2942 and 0x2943.
[all …]
H A DUCS%JISX0212.src5 SRC_ZONE 0x0000 - 0x9FFF
7 DST_INVALID 0xFFFF
57 # Column #1 is the JIS X 0212 code (in hex as 0xXXXX)
58 # Column #2 is the Unicode (in hex as 0xXXXX)
73 # To change hex to EUC form, add 0x8080
74 # To change hex to kuten form, first subtract 0x2020. Then
76 # the kuten form. For example, 0x2121 -> 0x0101 -> 0101;
77 # 0x6D63 -> 0x4D43 -> 7767
88 # into a single character at 0x2922:
94 # the lowercase forms of these two elements at 0x2942 and 0x2943.
[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 …]
H A DCP942EXT%UCS.src5 SRC_ZONE 0x21-0x97 / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
17 0x2121 = 0x3000
18 0x2122 = 0x3001
19 0x2123 = 0x3002
20 0x2124 = 0xFF0C
21 0x2125 = 0xFF0E
22 0x2126 = 0x30FB
23 0x2127 = 0xFF1A
24 0x2128 = 0xFF1B
[all …]

123