/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_gtt_values.h | 32 0, 33 0, 34 0x1c02, /* win 2: addr=0x1c02000, size=4096 bytes */ 35 0x1c80, /* win 3: addr=0x1c80000, size=4096 bytes */ 36 0x1d00, /* win 4: addr=0x1d00000, size=4096 bytes */ 37 0x1d01, /* win 5: addr=0x1d01000, size=4096 bytes */ 38 0x1d80, /* win 6: addr=0x1d80000, size=4096 bytes */ 39 0x1d81, /* win 7: addr=0x1d81000, size=4096 bytes */ 40 0x1d82, /* win 8: addr=0x1d82000, size=4096 bytes */ 41 0x1e00, /* win 9: addr=0x1e00000, size=4096 bytes */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | qcom,pcie-sc7280.yaml | 95 reg = <0 0x01c08000 0 0x3000>, 96 <0 0x40000000 0 0xf1d>, 97 <0 0x40000f20 0 0xa8>, 98 <0 0x40001000 0 0x1000>, 99 <0 0x40100000 0 0x100000>; 101 ranges = <0x01000000 0x0 0x00000000 0x0 0x40200000 0x0 0x100000>, 102 <0x02000000 0x0 0x40300000 0x0 0x40300000 0x0 0x1fd00000>; 104 bus-range = <0x00 0xff>; 156 interrupt-map-mask = <0 0 0 0x7>; 157 interrupt-map = <0 0 0 1 &intc 0 0 0 434 IRQ_TYPE_LEVEL_HIGH>, [all …]
|
/freebsd/sys/libkern/ |
H A D | crc16.c | 32 /* 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/contrib/dev/rtw88/ |
H A D | rtw8822c.h | 11 u8 res0[0x30]; /* 0x120 */ 12 u8 vid[2]; /* 0x150 */ 15 u8 mac_addr[ETH_ALEN]; /* 0x157 */ 16 u8 res2[0x3d]; 20 u8 res0[0x4a]; /* 0x120 */ 21 u8 mac_addr[ETH_ALEN]; /* 0x16a */ 25 u8 mac_addr[ETH_ALEN]; /* 0x120 */ 33 u8 ltr_cap; /* 0x133 */ 38 u8 res0:2; /* 0x144 */ 62 u8 res0[0x0e]; [all …]
|
H A D | rtw8821c_table.c | 10 0x010, 0x00000043, 11 0x025, 0x0000001D, 12 0x026, 0x000000CE, 13 0x04F, 0x00000001, 14 0x029, 0x000000F [all...] |
H A D | rtw8822b_table.c | 10 0x029, 0x000000F9, 11 0x420, 0x00000080, 12 0x421, 0x0000001F, 13 0x428, 0x0000000A, 14 0x429, 0x00000010, 15 0x430, 0x00000000, 16 0x431, 0x00000000, 17 0x432, 0x00000000, 18 0x433, 0x00000001, 19 0x434, 0x00000004, [all …]
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.h | 41 #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/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeCaseFold.cpp | 5 // http://www.unicode.org/Public/15.1.0/ucd/CaseFolding.txt 9 // "http://www.unicode.org/Public/15.1.0/ucd/CaseFolding.txt" \ 17 if (C < 0x0041) in foldCharSimple() 20 if (C <= 0x005a) in foldCharSimple() 23 if (C == 0x00b5) in foldCharSimple() 24 return 0x03bc; in foldCharSimple() 25 if (C < 0x00c0) in foldCharSimple() 28 if (C <= 0x00d6) in foldCharSimple() 30 if (C < 0x00d8) in foldCharSimple() 33 if (C <= 0x00d in foldCharSimple() [all...] |
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-fh.h | 22 #define FH_MEM_LOWER_BOUND (0x1000) 23 #define FH_MEM_UPPER_BOUND (0x2000) 24 #define FH_MEM_LOWER_BOUND_GEN2 (0xa06000) 25 #define FH_MEM_UPPER_BOUND_GEN2 (0xa08000) 42 * 31-0: Keep-warm buffer physical base address [35:4], must be 4K aligned 44 #define FH_KW_MEM_ADDR_REG (FH_MEM_LOWER_BOUND + 0x97C) 52 * (see struct iwl_tfd_frame). These 16 pointer registers are offset by 0x04 54 * aligned (address bits 0-7 must be 0). 59 * 27-0 [all...] |
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | dra7.dtsi | 61 reg = <0x0 0x48211000 0x0 0x1000>, 62 <0x0 0x48212000 0x0 0x2000>, 63 <0x0 0x48214000 0x0 0x2000>, 64 <0x0 0x48216000 0x0 0x2000>; 73 reg = <0x0 0x48281000 0x0 0x1000>; 79 #size-cells = <0>; 81 cpu0: cpu@0 { 84 reg = <0>; 109 opp-supported-hw = <0xFF 0x01>; 119 opp-supported-hw = <0xFF 0x02>; [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | uncore-other.json | 4 "Counter": "0,1,2,3", 6 "EventCode": "0x50", 9 "UMask": "0x10", 14 "Counter": "0,1,2,3", 16 "EventCode": "0x50", 19 "UMask": "0x20", 24 "Counter": "0,1,2,3", 26 "EventCode": "0x50", 29 "UMask": "0x01", 34 "Counter": "0,1,2,3", [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc8180x.dtsi | 29 #clock-cells = <0>; 35 #clock-cells = <0>; 43 #size-cells = <0>; 45 CPU0: cpu@0 { 48 reg = <0x0 0x0>; 52 qcom,freq-domain = <&cpufreq_hw 0>; 59 clocks = <&cpufreq_hw 0>; 77 reg = <0x0 0x100>; 81 qcom,freq-domain = <&cpufreq_hw 0>; 88 clocks = <&cpufreq_hw 0>; [all …]
|
H A D | sm8350.dtsi | 38 #clock-cells = <0>; 46 #clock-cells = <0>; 52 #size-cells = <0>; 54 CPU0: cpu@0 { 57 reg = <0x0 0x0>; 58 clocks = <&cpufreq_hw 0>; 61 qcom,freq-domain = <&cpufreq_hw 0>; 81 reg = <0x0 0x100>; 82 clocks = <&cpufreq_hw 0>; 85 qcom,freq-domain = <&cpufreq_hw 0>; [all …]
|
H A D | sm8450.dtsi | 39 #clock-cells = <0>; 45 #clock-cells = <0>; 52 #size-cells = <0>; 54 CPU0: cpu@0 { 57 reg = <0x0 0x0>; 62 qcom,freq-domain = <&cpufreq_hw 0>; 64 clocks = <&cpufreq_hw 0>; 81 reg = <0x0 0x100>; 86 qcom,freq-domain = <&cpufreq_hw 0>; 88 clocks = <&cpufreq_hw 0>; [all …]
|
H A D | sm8250.dtsi | 80 #clock-cells = <0>; 88 #clock-cells = <0>; 94 #size-cells = <0>; 96 CPU0: cpu@0 { 99 reg = <0x0 0x0>; 100 clocks = <&cpufreq_hw 0>; 107 qcom,freq-domain = <&cpufreq_hw 0>; 109 interconnects = <&gem_noc MASTER_AMPSS_M0 0 &mc_virt SLAVE_EBI_CH0 0>, 115 cache-size = <0x20000>; 121 cache-size = <0x400000>; [all …]
|
H A D | sc7280.dtsi | 81 #clock-cells = <0>; 87 #clock-cells = <0>; 98 reg = <0x0 0x004cd000 0x0 0x1000>; 102 reg = <0x0 0x80000000 0x0 0x600000>; 107 reg = <0x0 0x80600000 0x0 0x200000>; 112 reg = <0x0 0x80800000 0x0 0x60000>; 117 reg = <0x0 0x80860000 0x0 0x20000>; 123 reg = <0x0 0x80884000 0x0 0x10000>; 128 reg = <0x0 0x808ff000 0x0 0x1000>; 133 reg = <0x0 0x80900000 0x0 0x200000>; [all …]
|
/freebsd/share/i18n/csmapper/CNS/ |
H A D | CNS11643-5%UCS@SIP.src | 5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8 7 DST_ILSEQ 0xFFFE 13 # Unicode version: 5.0.0 47 0x2121 = 0x00D1 48 0x2122 = 0x00CB 49 0x2123 = 0x00C9 50 0x2124 = 0x010C 51 0x2125 = 0x0000 52 0x2126 = 0x0087 53 0x2127 = 0x010D [all …]
|
H A D | UCS@SIP%CNS11643-5.src | 5 SRC_ZONE 0x0000 - 0xFA1A 7 DST_INVALID 0xFFFF 13 # Unicode version: 5.0.0 47 0x0000 = 0x2125 48 0x0009 = 0x2133 49 0x0014 = 0x214D 50 0x0022 = 0x232F 51 0x0041 = 0x3072 52 0x0043 = 0x3323 53 0x006B = 0x2521 [all …]
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 94 #define IWM_CSR_HW_IF_CONFIG_REG (0x000) /* hardware interface config */ 95 #define IWM_CSR_INT_COALESCING (0x004) /* accum ints, 32-usec units */ 96 #define IWM_CSR_INT (0x008) /* host interrupt status/ack */ 97 #define IWM_CSR_INT_MASK (0x00c) /* host interrupt enable */ 98 #define IWM_CSR_FH_INT_STATUS (0x010) /* busmaster int status/ack*/ 99 #define IWM_CSR_GPIO_IN (0x018) /* read external chip pins */ 100 #define IWM_CSR_RESET (0x020) /* busmaster enable, NMI, etc*/ 101 #define IWM_CSR_GP_CNTRL (0x024) 104 #define IWM_CSR_INT_PERIODIC_REG (0x005) 111 * 3-2: Revision step: 0 = A, 1 = B, 2 = C, 3 = D [all …]
|
/freebsd/tools/test/iconv/ref/ |
H A D | UTF-16BE-rev | 1 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 D | UTF-16LE-rev | 1 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 D | BIG5HKSCS-rev | 1 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 D | GB18030%UCS@BMP.src | 30 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 D | UCS@BMP%GB18030.src | 30 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 D | GB18030.TXT | 5 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 …]
|