Home
last modified time | relevance | path

Searched +full:0 +full:x3300 (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/sys/dev/tdfx/
H A Dtdfx_linux.h40 #define LINUX_IOCTL_TDFX_QUERY_BOARDS 0x3302
41 #define LINUX_IOCTL_TDFX_QUERY_FETCH 0x3303
42 #define LINUX_IOCTL_TDFX_QUERY_UPDATE 0x3304
44 #define LINUX_IOCTL_TDFX_MIN 0x3300
45 #define LINUX_IOCTL_TDFX_MAX 0x330f
H A Dtdfx_io.h48 #define DHIOCRESET _IO('D', 0) /* reset the voodoo device */
49 #define GETVOODOO 0x3302
50 #define SETVOODOO 0x3303
51 #define MOREVOODOO 0x3300
62 #define _IOC_NRSHIFT 0
70 #define _IOC_NONE 0U
81 #define _IOV(type,nr) _IOCV(_IOC_NONE,(type),(nr),0)
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Drealtek,otto-gpio.yaml24 pattern: "^gpio@[0-9a-f]+$"
86 reg = <0x3500 0x1c>;
98 reg = <0x3300 0x1c>, <0x3338 0x8>;
/freebsd/sys/dev/e1000/
H A De1000_82541.h42 #define IGP01E1000_PHY_AGC_A 0x1172
43 #define IGP01E1000_PHY_AGC_B 0x1272
44 #define IGP01E1000_PHY_AGC_C 0x1472
45 #define IGP01E1000_PHY_AGC_D 0x1872
47 #define IGP01E1000_PHY_AGC_PARAM_A 0x1171
48 #define IGP01E1000_PHY_AGC_PARAM_B 0x1271
49 #define IGP01E1000_PHY_AGC_PARAM_C 0x1471
50 #define IGP01E1000_PHY_AGC_PARAM_D 0x1871
52 #define IGP01E1000_PHY_EDAC_MU_INDEX 0xC000
53 #define IGP01E1000_PHY_EDAC_SIGN_EXT_9_BITS 0x8000
[all …]
H A De1000_82541.c79 sizeof(e1000_igp_cable_length_table[0]))
187 * if size != 0, it can be added to a constant and become in e1000_init_nvm_params_82541()
303 E1000_WRITE_REG(hw, E1000_IMC, 0xFFFFFFFF); in e1000_reset_hw_82541()
305 E1000_WRITE_REG(hw, E1000_RCTL, 0); in e1000_reset_hw_82541()
360 E1000_WRITE_REG(hw, E1000_IMC, 0xFFFFFFFF); in e1000_reset_hw_82541()
405 for (i = 0; i < mac->mta_reg_count; i++) { in e1000_init_hw_82541()
406 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82541()
419 txdctl = E1000_READ_REG(hw, E1000_TXDCTL(0)); in e1000_init_hw_82541()
422 E1000_WRITE_REG(hw, E1000_TXDCTL(0), txdctl); in e1000_init_hw_82541()
608 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link); in e1000_check_for_link_82541()
[all …]
/freebsd/sys/libkern/
H A Dcrc16.c32 /* CRC table for the CRC-16. The poly is 0x8005 (x16 + x15 + x2 + 1). */
34 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241,
35 0xC601, 0x06C0, 0x0780, 0xC741, 0x0500, 0xC5C1, 0xC481, 0x0440,
36 0xCC01, 0x0CC0, 0x0D80, 0xCD41, 0x0F00, 0xCFC1, 0xCE81, 0x0E40,
37 0x0A00, 0xCAC1, 0xCB81, 0x0B40, 0xC901, 0x09C0, 0x0880, 0xC841,
38 0xD801, 0x18C0, 0x1980, 0xD941, 0x1B00, 0xDBC1, 0xDA81, 0x1A40,
39 0x1E00, 0xDEC1, 0xDF81, 0x1F40, 0xDD01, 0x1DC0, 0x1C80, 0xDC41,
40 0x1400, 0xD4C1, 0xD581, 0x1540, 0xD701, 0x17C0, 0x1680, 0xD641,
41 0xD201, 0x12C0, 0x1380, 0xD341, 0x1100, 0xD1C1, 0xD081, 0x1040,
42 0xF001, 0x30C0, 0x3180, 0xF141, 0x3300, 0xF3C1, 0xF281, 0x3240,
[all …]
/freebsd/sys/dev/ata/chipsets/
H A Data-ite.c66 {{ ATA_IT8213F, 0x00, 0x00, 0x00, ATA_UDMA6, "IT8213F" }, in ata_ite_probe()
67 { ATA_IT8212F, 0x00, 0x00, 0x00, ATA_UDMA6, "IT8212F" }, in ata_ite_probe()
68 { ATA_IT8211F, 0x00, 0x00, 0x00, ATA_UDMA6, "IT8211F" }, in ata_ite_probe()
69 { 0, 0, 0, 0, 0, 0}}; in ata_ite_probe()
98 pci_write_config(dev, 0x50, pci_read_config(dev, 0x50, 1) & ~0x83, 1); in ata_ite_chipinit()
101 pci_write_config(dev, 0x54, 0x31, 1); in ata_ite_chipinit()
102 pci_write_config(dev, 0x56, 0x31, 1); in ata_ite_chipinit()
109 return (0); in ata_ite_chipinit()
134 { 0x44, 0x42, 0x31, 0x21, 0x11, 0xa2, 0x91 }; in ata_ite_821x_setmode()
136 { 0xaa, 0xa3, 0xa1, 0x33, 0x31, 0x88, 0x32, 0x31 }; in ata_ite_821x_setmode()
[all …]
H A Data-intel.c107 {{ ATA_I82371FB, 0, 0, 2, ATA_WDMA2, "PIIX" }, in ata_intel_probe()
108 { ATA_I82371SB, 0, 0, 2, ATA_WDMA2, "PIIX3" }, in ata_intel_probe()
109 { ATA_I82371AB, 0, 0, 2, ATA_UDMA2, "PIIX4" }, in ata_intel_probe()
110 { ATA_I82443MX, 0, 0, 2, ATA_UDMA2, "PIIX4" }, in ata_intel_probe()
111 { ATA_I82451NX, 0, 0, 2, ATA_UDMA2, "PIIX4" }, in ata_intel_probe()
112 { ATA_I82801AB, 0, 0, 2, ATA_UDMA2, "ICH0" }, in ata_intel_probe()
113 { ATA_I82801AA, 0, 0, 2, ATA_UDMA4, "ICH" }, in ata_intel_probe()
114 { ATA_I82372FB, 0, 0, 2, ATA_UDMA4, "ICH" }, in ata_intel_probe()
115 { ATA_I82801BA, 0, 0, 2, ATA_UDMA5, "ICH2" }, in ata_intel_probe()
116 { ATA_I82801BA_1, 0, 0, 2, ATA_UDMA5, "ICH2" }, in ata_intel_probe()
[all …]
/freebsd/sys/dev/smc/
H A Dif_smcreg.h31 /* All Banks, Offset 0xe: Bank Select Register */
32 #define BSR 0xe
33 #define BSR_BANK_MASK 0x0007 /* Which bank is currently selected */
34 #define BSR_IDENTIFY 0x3300 /* Static value for identification */
35 #define BSR_IDENTIFY_MASK 0xff00
37 /* Bank 0, Offset 0x0: Transmit Control Register */
38 #define TCR 0x0
39 #define TCR_TXENA 0x0001 /* Enable/disable transmitter */
40 #define TCR_LOOP 0x0002 /* Put the PHY into loopback mode */
41 #define TCR_FORCOL 0x0004 /* Force a collision */
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Dbidi_table.c9 {0x5be, 1},
10 {0x5c0, 1},
11 {0x5c3, 1},
12 {0x5d0, 0x1b},
13 {0x5f0, 0x5},
14 {0x61b, 1},
15 {0x61f, 1},
16 {0x621, 0x1a},
17 {0x640, 0xb},
18 {0x66d, 0x3},
[all …]
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/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h41 #define BNXT_RE_ROCE_V2_UDP_SPORT 0x8CD1
42 #define BNXT_RE_QP_RANDOM_QKEY 0x81818181
97 #define CMDQ_REGISTER_MR_LOG2_PBL_PG_SIZE_PG_256MB 0x1cUL
488 return 0; in bnxt_re_init_pow2_flag()
508 return 0; in bnxt_re_init_rsvd_wqe_flag()
516 return _is_chip_gen_p5_p7(cctx) ? 0 : BNXT_QPLIB_RESERVED_QP_WRS; in bnxt_re_get_diff()
518 return 0; in bnxt_re_get_diff()
559 return (*(u16 *)a ^ *(u16 *)b) | (a32[0] ^ b32[0]) | in compare_ether_header()
572 /* CRC table for the CRC-16. The poly is 0x8005 (x16 + x15 + x2 + 1). */ in crc16()
574 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, in crc16()
[all …]
/freebsd/share/i18n/csmapper/BIG5/
H A DHKSCS%UCS@SIP.src5 SRC_ZONE 0x87-0xFE / 0x40-0xFE / 8
7 DST_INVALID 0xFFFE
13 # Unicode version: 5.1.0
21 0x8745 = 0x7267
22 0x8748 = 0x7CB1
23 0x874A = 0x7CC5
24 0x8750 = 0x42BF
25 0x8751 = 0x3617
26 0x8752 = 0x7352
27 0x8753 = 0x6E8B
[all …]
H A DUCS@SIP%HKSCS.src5 SRC_ZONE 0x0021 - 0xF9D4
7 DST_INVALID 0xFFFF
13 # Unicode version: 5.1.0
21 0x0021 = 0x9C71
22 0x003E = 0x9375
23 0x0046 = 0x9376
24 0x004E = 0x9548
25 0x0068 = 0x8EC6
26 0x0086 = 0x8BC5
27 0x0087 = 0x8BFA
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h54 #define REG_EQCR_PI_CINH 0x0000
55 #define REG_EQCR_CI_CINH 0x0004
56 #define REG_EQCR_ITR 0x0008
57 #define REG_DQRR_PI_CINH 0x0040
58 #define REG_DQRR_CI_CINH 0x0044
59 #define REG_DQRR_ITR 0x0048
60 #define REG_DQRR_DCAP 0x0050
61 #define REG_DQRR_SDQCR 0x0054
62 #define REG_DQRR_VDQCR 0x0058
63 #define REG_DQRR_PDQCR 0x005c
[all …]
/freebsd/contrib/bc/src/
H A Ddata.c173 { NULL, 0, 0 },
286 "divide by 0",
346 "POSIX requires 0 or 1 comparison operators per condition",
417 { 0x1100, 0x115F }, { 0x231A, 0x231B }, { 0x2329, 0x232A },
418 { 0x23E9, 0x23EC }, { 0x23F0, 0x23F0 }, { 0x23F3, 0x23F3 },
419 { 0x25FD, 0x25FE }, { 0x2614, 0x2615 }, { 0x2648, 0x2653 },
420 { 0x267F, 0x267F }, { 0x2693, 0x2693 }, { 0x26A1, 0x26A1 },
421 { 0x26AA, 0x26AB }, { 0x26BD, 0x26BE }, { 0x26C4, 0x26C5 },
422 { 0x26CE, 0x26CE }, { 0x26D4, 0x26D4 }, { 0x26EA, 0x26EA },
423 { 0x26F2, 0x26F3 }, { 0x26F5, 0x26F5 }, { 0x26FA, 0x26FA },
[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/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c132 N_RF_CTL_OVER_CMD_RXRF_PU = 0,
140 N_INTC_OVERRIDE_OFF = 0,
148 N_RSSI_W1 = 0,
158 N_RAIL_I = 0,
202 for (i = 0; i < 200; i++) { in bwn_nphy_force_rf_sequence()
227 { 0x0E7, 0x0EC }, { 0x342, 0x343 }, { 0x346, 0x347 } in bwn_nphy_rf_ctl_override_rev7()
244 for (i = 0; i < 2; i++) { in bwn_nphy_rf_ctl_override_rev7()
252 val_addr = (i == 0) ? e->val_addr_core0 : e->val_addr_core1; in bwn_nphy_rf_ctl_override_rev7()
284 bwn_nphy_rf_ctl_override_rev7(mac, 0x20, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many()
285 bwn_nphy_rf_ctl_override_rev7(mac, 0x10, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many()
[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 …]
/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/usr.sbin/cxgbetool/
H A Dreg_defs_t7.c3 /* Directory name: t7_sw_reg.txt, Changeset: 5946:0b60ff298e7d */
6 { "SGE_PF_KDOORBELL", 0x1e000, 0 },
10 { "PIDX", 0, 13 },
11 { "SGE_PF_GTS", 0x1e004, 0 },
15 { "CIDXInc", 0, 12 },
16 { "SGE_PF_KTIMESTAMP_LO", 0x1e008, 0 },
17 { "SGE_PF_KTIMESTAMP_HI", 0x1e00c, 0 },
18 { "SGE_PF_KDOORBELL", 0x1e400, 0 },
22 { "PIDX", 0, 13 },
23 { "SGE_PF_GTS", 0x1e404, 0 },
[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/contrib/sqlite3/
H A Dshell.c57 # define SQLITE_OS_WINRT 0
141 # define S_ISLNK(mode) (0)
391 static int simBinaryStdout = 0;
392 static int simBinaryOther = 0;
411 FILE *fp = 0; in sqlite3_fopen()
417 b1 = sqlite3_malloc( (sz1+1)*sizeof(b1[0]) ); in sqlite3_fopen()
418 b2 = sqlite3_malloc( (sz2+1)*sizeof(b1[0]) ); in sqlite3_fopen()
420 sz1 = MultiByteToWideChar(CP_UTF8, 0, zFilename, sz1, b1, sz1); in sqlite3_fopen()
421 b1[sz1] = 0; in sqlite3_fopen()
422 sz2 = MultiByteToWideChar(CP_UTF8, 0, zMode, sz2, b2, sz2); in sqlite3_fopen()
[all …]

12