/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | dra72x.dtsi | 27 target-module@5b000 { /* 0x4845b000, ap 59 46.0 */ 29 reg = <0x5b000 0x4>, 30 <0x5b010 0x4>; 36 clocks = <&cam_clkctrl DRA7_CAM_VIP2_CLKCTRL 0>; 40 ranges = <0x0 0x5b000 0x1000>; 42 cal: cal@0 { 44 reg = <0x0000 0x400>, 45 <0x0800 0x40>, 46 <0x0900 0x40>; 51 ti,camerrx-control = <&scm_conf 0xE94>; [all …]
|
H A D | dra74x.dtsi | 49 reg = <0x41500000 0x100>; 55 reg = <0x41501000 0x4>, 56 <0x41501010 0x4>, 57 <0x41501014 0x4>; 65 clocks = <&dsp2_clkctrl DRA7_DSP2_MMU0_DSP2_CLKCTRL 0>; 69 ranges = <0x0 0x41501000 0x1000>; 73 mmu0_dsp2: mmu@0 { 75 reg = <0x0 0x100>; 77 #iommu-cells = <0>; 78 ti,syscon-mmuconfig = <&dsp2_system 0x0>; [all …]
|
/freebsd/stand/i386/common/ |
H A D | drv.c | 34 v86.addr = 0x13; in drvsize() 35 v86.eax = 0x4800; in drvsize() 41 printf("error %u\n", v86.eax >> 8 & 0xff); in drvsize() 42 return (0); in drvsize() 52 static unsigned c = 0x2d5c7c2f; in drvread() 62 v86.addr = 0x13; in drvread() 63 v86.eax = 0x4200; in drvread() 70 BOOTPROG, v86.eax >> 8 & 0xff, lba); in drvread() 73 return (0); in drvread() 87 v86.addr = 0x13; in drvwrite() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/ |
H A D | stingray-fs4.dtsi | 37 ranges = <0x0 0x0 0x67000000 0x00800000>; 39 crypto_mbox: crypto_mbox@0 { 41 reg = <0x00000000 0x200000>; 42 msi-parent = <&gic_its 0x4100>; 49 reg = <0x00400000 0x200000>; 51 msi-parent = <&gic_its 0x4300>; 55 raid0: raid@0 { 57 mboxes = <&raid_mbox 0 0x1 0xff00>, 58 <&raid_mbox 1 0x1 0xff00>, 59 <&raid_mbox 2 0x1 0xff00>, [all …]
|
/freebsd/sys/dev/nfe/ |
H A D | if_nfereg.h | 45 #define NFE_IRQ_STATUS 0x000 46 #define NFE_IRQ_MASK 0x004 47 #define NFE_SETUP_R6 0x008 48 #define NFE_IMTIMER 0x00c 49 #define NFE_MSI_MAP0 0x020 50 #define NFE_MSI_MAP1 0x024 51 #define NFE_MSI_IRQ_MASK 0x030 52 #define NFE_MAC_RESET 0x03c 53 #define NFE_MISC1 0x080 54 #define NFE_TX_CTL 0x084 [all …]
|
/freebsd/sys/arm64/freescale/imx/ |
H A D | imx8mp_ccm.c | 350 FIXED(IMX8MP_CLK_DUMMY, "dummy", 0), 359 MUX(IMX8MP_AUDIO_PLL1_REF_SEL, "audio_pll1_ref_sel", pll_ref_p, 0, 0x00, 0, 2), 360 MUX(IMX8MP_AUDIO_PLL2_REF_SEL, "audio_pll2_ref_sel", pll_ref_p, 0, 0x14, 0, 2), 361 MUX(IMX8MP_VIDEO_PLL1_REF_SEL, "video_pll1_ref_sel", pll_ref_p, 0, 0x28, 0, 2), 362 MUX(IMX8MP_DRAM_PLL_REF_SEL, "dram_pll_ref_sel", pll_ref_p, 0, 0x50, 0, 2), 363 MUX(IMX8MP_GPU_PLL_REF_SEL, "gpu_pll_ref_sel", pll_ref_p, 0, 0x64, 0, 2), 364 MUX(IMX8MP_VPU_PLL_REF_SEL, "vpu_pll_ref_sel", pll_ref_p, 0, 0x74, 0, 2), 365 MUX(IMX8MP_ARM_PLL_REF_SEL, "arm_pll_ref_sel", pll_ref_p, 0, 0x84, 0, 2), 366 MUX(IMX8MP_SYS_PLL1_REF_SEL, "sys_pll1_ref_sel", pll_ref_p, 0, 0x94, 0, 2), 367 MUX(IMX8MP_SYS_PLL2_REF_SEL, "sys_pll2_ref_sel", pll_ref_p, 0, 0x104, 0, 2), [all …]
|
/freebsd/sys/dev/rl/ |
H A D | if_rlreg.h | 36 #define RL_IDR0 0x0000 /* ID register 0 (station addr) */ 37 #define RL_IDR1 0x0001 /* Must use 32-bit accesses (?) */ 38 #define RL_IDR2 0x0002 39 #define RL_IDR3 0x0003 40 #define RL_IDR4 0x0004 41 #define RL_IDR5 0x0005 43 #define RL_MAR0 0x0008 /* Multicast hash table */ 44 #define RL_MAR1 0x0009 45 #define RL_MAR2 0x000A 46 #define RL_MAR3 0x000B [all …]
|
/freebsd/stand/i386/libi386/ |
H A D | biosdisk.c | 52 #define BIOS_NUMDRIVES 0x475 56 #define DT_ATAPI 0x10 /* disk type for ATAPI floppies */ 57 #define WDMAJOR 0 /* major numbers for devices we frontend for */ 67 #define CMD_RESET 0x0000 68 #define CMD_READ_CHS 0x0200 69 #define CMD_WRITE_CHS 0x0300 70 #define CMD_READ_PARAM 0x0800 71 #define CMD_DRIVE_TYPE 0x1500 72 #define CMD_CHECK_EDD 0x4100 73 #define CMD_READ_LBA 0x4200 [all …]
|
/freebsd/sys/dev/sk/ |
H A D | if_skreg.h | 54 #define SK_GENESIS 0x0A 55 #define SK_YUKON 0xB0 56 #define SK_YUKON_LITE 0xB1 57 #define SK_YUKON_LP 0xB2 58 #define SK_YUKON_FAMILY(x) ((x) & 0xB0) 61 #define SK_YUKON_LITE_REV_A0 0x0 /* invented, see test in skc_attach. */ 62 #define SK_YUKON_LITE_REV_A1 0x3 63 #define SK_YUKON_LITE_REV_A3 0x7 68 #define VENDORID_SK 0x1148 73 #define VENDORID_MARVELL 0x11AB [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am64-main.dtsi | 13 #clock-cells = <0>; 15 clock-frequency = <0>; 22 reg = <0x00 0x70000000 0x00 0x200000>; 25 ranges = <0x0 0x00 0x70000000 0x20000 [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 3 // 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/bge/ |
H A D | if_bgereg.h | 54 * device register space at offset 0x8000 to read any 32K chunk 60 * accessed directly. NIC memory addresses are offset by 0x01000000. 64 #define BGE_PAGE_ZERO 0x00000000 65 #define BGE_PAGE_ZERO_END 0x000000FF 66 #define BGE_SEND_RING_RCB 0x00000100 67 #define BGE_SEND_RING_RCB_END 0x000001FF 68 #define BGE_RX_RETURN_RING_RCB 0x00000200 69 #define BGE_RX_RETURN_RING_RCB_END 0x000002FF 70 #define BGE_STATS_BLOCK 0x00000300 71 #define BGE_STATS_BLOCK_END 0x00000AFF [all …]
|
/freebsd/share/i18n/csmapper/CNS/ |
H A D | UCS@BMP%CNS11643-3.src | 5 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 D | CNS11643-3%UCS@BMP.src | 5 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 …]
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 50 * #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/tools/test/iconv/ref/ |
H A D | TCVN5712-1 | 1 0x0000 = 0x0000 2 0x0001 = 0x0000 3 0x0002 = 0x1EE4 4 0x0003 = 0x0003 5 0x0004 = 0x1EEA 6 0x0005 = 0x1EEC 7 0x0006 = 0x1EEE 8 0x0007 = 0x0007 9 0x0008 = 0x0008 10 0x0009 = 0x0009 [all …]
|
H A D | CP1258 | 1 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 …]
|
H A D | DEC-HANYU-rev | 1 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 …]
|
H A D | EUC-TW-rev | 1 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 …]
|
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 …]
|
/freebsd/share/i18n/csmapper/TCVN/ |
H A D | TCVN5712-1%UCS.src | 5 SRC_ZONE 0x0000-0xF3FF 7 DST_ILSEQ 0xFFFE 46 0x0000 = 0x0000 47 0x0001 = 0x0000 48 0x0001 = 0x00DA 49 0x0002 = 0x1EE4 50 0x0003 = 0x0003 51 0x0004 = 0x1EEA 52 0x0005 = 0x1EEC 53 0x0006 = 0x1EEE [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/sys/contrib/dev/rtw89/ |
H A D | rtw8851b_table.c | 10 {0x704, 0x601E0500}, 11 {0x4000, 0x00000000}, 12 {0x4004, 0xCA014000}, 13 {0x4008, 0xC751D4F0}, 14 {0x400C, 0x4451147 [all...] |