| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_digest.c | 61 ctx->valid = 0; in win_crypto_init() 63 status = BCryptOpenAlgorithmProvider(&ctx->hAlg, algo, NULL, 0); in win_crypto_init() 66 status = BCryptCreateHash(ctx->hAlg, &ctx->hHash, NULL, 0, NULL, 0, 0); in win_crypto_init() 68 BCryptCloseAlgorithmProvider(ctx->hAlg, 0); in win_crypto_init() 80 ctx->valid = 0; in win_crypto_init() 90 if (!CryptCreateHash(ctx->cryptProv, algId, 0, 0, &ctx->hash)) { in win_crypto_init() 91 CryptReleaseContext(ctx->cryptProv, 0); in win_crypto_init() 113 (ULONG)len, 0); in win_crypto_Update() 117 (DWORD)len, 0); in win_crypto_Update() 133 BCryptFinishHash(ctx->hHash, buf, (ULONG)bufsize, 0); in win_crypto_Final() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | cavium-mdio.txt | 15 - #size-cells: Must be <0>. MDIO addresses have no size component. 23 #size-cells = <0>; 24 reg = <0x11800 0x00001800 0x0 0x40>; 26 ethernet-phy@0 { 28 reg = <0>; 58 reg = <0x0b00 0 0 0 0>; /* DEVFN = 0x0b (1:3) */ 59 assigned-addresses = <0x03000000 0x87e0 0x05000000 0x0 0x800000>; 60 ranges = <0x87e0 0x05000000 0x03000000 0x87e0 0x05000000 0x0 0x800000>; 65 #size-cells = <0>; 66 reg = <0x87e0 0x05003800 0x0 0x30>; [all …]
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_pci.h | 68 #define OFW_PCI_PHYS_HI_NONRELOCATABLE 0x80000000 69 #define OFW_PCI_PHYS_HI_PREFETCHABLE 0x40000000 70 #define OFW_PCI_PHYS_HI_ALIASED 0x20000000 71 #define OFW_PCI_PHYS_HI_SPACEMASK 0x03000000 72 #define OFW_PCI_PHYS_HI_BUSMASK 0x00ff0000 74 #define OFW_PCI_PHYS_HI_DEVICEMASK 0x0000f800 76 #define OFW_PCI_PHYS_HI_FUNCTIONMASK 0x00000700 78 #define OFW_PCI_PHYS_HI_REGISTERMASK 0x000000ff 80 #define OFW_PCI_PHYS_HI_SPACE_CONFIG 0x00000000 81 #define OFW_PCI_PHYS_HI_SPACE_IO 0x01000000 [all …]
|
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | mpc8536ds.dtsi | 36 nor@0,0 { 40 reg = <0x0 0x0 0x8000000>; 44 partition@0 { 45 reg = <0x0 0x03000000>; 50 reg = <0x03000000 0x00e00000>; 56 reg = <0x03e00000 0x00200000>; 62 reg = <0x04000000 0x00400000>; 67 reg = <0x04400000 0x03b00000>; 72 reg = <0x07f00000 0x00080000>; 77 reg = <0x07f80000 0x00080000>; [all …]
|
| H A D | p1022ds.dtsi | 36 nor@0,0 { 40 reg = <0x0 0x0 0x8000000>; 44 partition@0 { 45 reg = <0x0 0x03000000>; 51 reg = <0x03000000 0x00e00000>; 57 reg = <0x03e00000 0x00200000>; 63 reg = <0x04000000 0x00400000>; 69 reg = <0x04400000 0x03b00000>; 74 reg = <0x07f00000 0x00080000>; 80 reg = <0x07f80000 0x00080000>; [all …]
|
| H A D | p1023rdb.dts | 56 size = <0 0x1000000>; 57 alignment = <0 0x1000000>; 60 size = <0 0x400000>; 61 alignment = <0 0x400000>; 64 size = <0 0x2000000>; 65 alignment = <0 0x2000000>; 70 ranges = <0x0 0xf 0xff000000 0x200000>; 74 ranges = <0x0 0xf 0xff200000 0x200000>; 78 ranges = <0x0 0x0 0xff600000 0x200000>; 83 reg = <0x53>; [all …]
|
| H A D | p2020ds.dtsi | 36 nor@0,0 { 40 reg = <0x0 0x0 0x8000000>; 44 ramdisk@0 { 45 reg = <0x0 0x03000000>; 50 reg = <0x03000000 0x00e00000>; 55 reg = <0x03e00000 0x00200000>; 60 reg = <0x04000000 0x00400000>; 65 reg = <0x04400000 0x03b00000>; 69 reg = <0x07f00000 0x00080000>; 74 reg = <0x07f80000 0x00080000>; [all …]
|
| /freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_plcr.h | 49 #define FM_PCD_PLCR_PAR_GO 0x80000000 50 #define FM_PCD_PLCR_PAR_PWSEL_MASK 0x0000FFFF 51 #define FM_PCD_PLCR_PAR_R 0x40000000 57 #define FM_PCD_PLCR_PEMODE_PI 0x80000000 58 #define FM_PCD_PLCR_PEMODE_CBLND 0x40000000 59 #define FM_PCD_PLCR_PEMODE_ALG_MASK 0x30000000 60 #define FM_PCD_PLCR_PEMODE_ALG_RFC2698 0x10000000 61 #define FM_PCD_PLCR_PEMODE_ALG_RFC4115 0x20000000 62 #define FM_PCD_PLCR_PEMODE_DEFC_MASK 0x0C000000 63 #define FM_PCD_PLCR_PEMODE_DEFC_Y 0x04000000 [all …]
|
| /freebsd/sys/dev/usb/controller/ |
| H A D | ohci.h | 47 #define OHCI_PAGE_SIZE 0x1000 48 #define OHCI_PAGE(x) ((x) &~ 0xfff) 49 #define OHCI_PAGE_OFFSET(x) ((x) & 0xfff) 50 #define OHCI_PAGE_MASK(x) ((x) & 0xfff) 52 #if ((USB_PAGE_SIZE < OHCI_ED_ALIGN) || (OHCI_ED_ALIGN == 0) || \ 53 (USB_PAGE_SIZE < OHCI_TD_ALIGN) || (OHCI_TD_ALIGN == 0) || \ 54 (USB_PAGE_SIZE < OHCI_ITD_ALIGN) || (OHCI_ITD_ALIGN == 0) || \ 55 (USB_PAGE_SIZE < OHCI_PAGE_SIZE) || (OHCI_PAGE_SIZE == 0)) 76 #define OHCI_ED_GET_FA(s) ((s) & 0x7f) 77 #define OHCI_ED_ADDRMASK 0x0000007f [all …]
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_init.h | 114 U8 LUN[8]; /* 0Ch */ 125 #define MPI_SCSIIO_MSGFLGS_SENSE_WIDTH (0x01) 126 #define MPI_SCSIIO_MSGFLGS_SENSE_WIDTH_32 (0x00) 127 #define MPI_SCSIIO_MSGFLGS_SENSE_WIDTH_64 (0x01) 129 #define MPI_SCSIIO_MSGFLGS_SENSE_LOCATION (0x02) 130 #define MPI_SCSIIO_MSGFLGS_SENSE_LOC_HOST (0x00) 131 #define MPI_SCSIIO_MSGFLGS_SENSE_LOC_IOC (0x02) 133 #define MPI_SCSIIO_MSGFLGS_CMD_DETERMINES_DATA_DIR (0x04) 137 #define MPI_SCSIIO_LUN_FIRST_LEVEL_ADDRESSING (0x0000FFFF) 138 #define MPI_SCSIIO_LUN_SECOND_LEVEL_ADDRESSING (0xFFFF0000) [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | allwinner,sun9i-a80-de-clks.yaml | 59 reg = <0x03000000 0x30>;
|
| H A D | qcom,sc7280-lpasscc.yaml | 65 reg = <0x03000000 0x40>, <0x03c04000 0x4>;
|
| /freebsd/sys/dev/ath/ath_hal/ar9002/ |
| H A D | ar9002phy.h | 30 #define AR_PHY_TX_PWRCTRL4 0xa264 31 #define AR_PHY_TX_PWRCTRL_PD_AVG_VALID 0x00000001 32 #define AR_PHY_TX_PWRCTRL_PD_AVG_VALID_S 0 33 #define AR_PHY_TX_PWRCTRL_PD_AVG_OUT 0x000001FE 36 #define AR_PHY_TX_PWRCTRL6_0 0xa270 37 #define AR_PHY_TX_PWRCTRL6_1 0xb270 38 #define AR_PHY_TX_PWRCTRL_ERR_EST_MODE 0x03000000 41 #define AR_PHY_TX_PWRCTRL7 0xa274 42 #define AR_PHY_TX_PWRCTRL_INIT_TX_GAIN 0x01F80000 45 #define AR_PHY_TX_PWRCTRL8 0xa278 [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3588-extra.dtsi | 12 reg = <0x0 0xfc400000 0x0 0x400000>; 13 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH 0>; 32 reg = <0x0 0xfd5b8000 0x0 0x10000>; 37 reg = <0x0 0xfd5c0000 0x0 0x100>; 42 reg = <0x0 0xfd5cc000 0x0 0x4000>; 47 reg = <0x0 0xfd5d4000 0x0 0x4000>; 53 reg = <0x4000 0x10>; 54 #clock-cells = <0>; 58 interrupts = <GIC_SPI 394 IRQ_TYPE_LEVEL_HIGH 0>; 64 #phy-cells = <0>; [all …]
|
| H A D | rk3568.dtsi | 13 reg = <0 0xfc000000 0 0x1000>; 20 ports-implemented = <0x1>; 27 reg = <0x0 0xfdc70000 0x0 0x1000>; 32 reg = <0x0 0xfe190080 0x0 0x20>; 37 reg = <0x0 0xfe190100 0x0 0x20>; 42 reg = <0x0 0xfe190200 0x0 0x20>; 47 reg = <0x0 0xfdcb8000 0x0 0x10000>; 52 reg = <0x0 0xfe8c0000 0x0 0x20000>; 53 #phy-cells = <0>; 67 bus-range = <0x0 0xf>; [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | vms | 12 # 00000 b0 00 30 00 44 00 60 00 00 00 00 00 30 32 30 35 ..0.D.`.....0205 15 0 string \xb0\0\x30\0 VMS VAX executable 18 # The AXP files all looked like this, except that the byte at offset 0x22 28 0 belong 0x03000000 29 >8 ubelong 0xec020000 VMS Alpha executable
|
| /freebsd/sys/dev/rtwn/rtl8192c/ |
| H A D | r92c_rx_desc.h | 26 #define R92C_RXDW0_PKTLEN_M 0x00003fff 27 #define R92C_RXDW0_PKTLEN_S 0 28 #define R92C_RXDW0_CRCERR 0x00004000 29 #define R92C_RXDW0_ICVERR 0x00008000 30 #define R92C_RXDW0_INFOSZ_M 0x000f0000 32 #define R92C_RXDW0_CIPHER_M 0x00700000 34 #define R92C_RXDW0_QOS 0x00800000 35 #define R92C_RXDW0_SHIFT_M 0x03000000 37 #define R92C_RXDW0_PHYST 0x04000000 38 #define R92C_RXDW0_SWDEC 0x08000000 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/bus/ |
| H A D | arm,integrator-ap-lm.yaml | 15 determine if a logic module is connected at index 0, 1, 2 or 3. The logic 35 "^bus(@[0-9a-f]*)?$": 37 and are named with bus. The first module is at 0xc0000000, the second 38 at 0xd0000000 and so on until the top of the memory of the system at 39 0xffffffff. All information about the memory used by the module is 55 ranges = <0xc0000000 0xc0000000 0x40000000>; 60 ranges = <0x00000000 0xc0000000 0x10000000>; 61 /* The Logic Modules sees the Core Module 0 RAM @80000000 */ 62 dma-ranges = <0x00000000 0x80000000 0x10000000>; 68 reg = <0x00100000 0x1000>; [all …]
|
| /freebsd/contrib/llvm-project/libunwind/include/mach-o/ |
| H A D | compact_unwind_encoding.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 45 UNWIND_IS_NOT_FUNCTION_START = 0x80000000, 46 UNWIND_HAS_LSDA = 0x40000000, 47 UNWIND_PERSONALITY_MASK = 0x30000000, 60 // 4-bits: 0=old, 1=ebp based, 2=stack-imm, 3=stack-ind, 4=DWARF 71 UNWIND_X86_MODE_MASK = 0x0F000000, 72 UNWIND_X86_MODE_EBP_FRAME = 0x01000000, 73 UNWIND_X86_MODE_STACK_IMMD = 0x02000000, 74 UNWIND_X86_MODE_STACK_IND = 0x03000000, [all...] |
| /freebsd/sys/dev/alc/ |
| H A D | if_alcreg.h | 36 #define VENDORID_ATHEROS 0x1969 41 #define DEVICEID_ATHEROS_AR8131 0x1063 /* L1C */ 42 #define DEVICEID_ATHEROS_AR8132 0x1062 /* L2C */ 43 #define DEVICEID_ATHEROS_AR8151 0x1073 /* L1D V1.0 */ 44 #define DEVICEID_ATHEROS_AR8151_V2 0x1083 /* L1D V2.0 */ 45 #define DEVICEID_ATHEROS_AR8152_B 0x2060 /* L2C V1.1 */ 46 #define DEVICEID_ATHEROS_AR8152_B2 0x2062 /* L2C V2.0 */ 47 #define DEVICEID_ATHEROS_AR8161 0x1091 48 #define DEVICEID_ATHEROS_AR8162 0x1090 49 #define DEVICEID_ATHEROS_AR8171 0x10A1 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | microchip,pcie-host.yaml | 41 0-3 45 pattern: '^fic[0-3]$' 64 reg = <0x0 0x70000000 0x0 0x08000000>, 65 <0x0 0x43000000 0x0 0x00010000>; 72 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 73 interrupt-map = <0 0 0 1 &pcie_intc0 0>, 74 <0 0 0 2 &pcie_intc0 1>, 75 <0 0 0 3 &pcie_intc0 2>, 76 <0 0 0 4 &pcie_intc0 3>; 80 bus-range = <0x00 0x7f>; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm53016-dlink-dwl-8610ap.dts | 13 memory@0 { 16 reg = <0x00000000 0x08000000>, 17 <0x88000000 0x08000000>; 26 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 66 * Flash memory at 0x1e000000-0x1fffffff 72 reg = <0x1e080000 0x00020000>; 112 trx@0 { 114 reg = <0x00000000 0x02800000>; 121 reg = <0x02800000 0x02800000>; 128 reg = <0x05000000 0x03000000>;
|
| /freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
| H A D | qcom,sc8280xp-pas.yaml | 110 reg = <0x03000000 0x100>; 118 <&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>, 133 qcom,smem-states = <&smp2p_adsp_out 0>;
|
| H A D | qcom,sm6350-pas.yaml | 133 reg = <0x03000000 0x100>; 139 <&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>, 153 qcom,smem-states = <&smp2p_adsp_out 0>;
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | numa.txt | 29 /* numa node 0 */ 30 numa-node-id = <0>; 65 0_______20______1 76 0 -> 1 = 20 79 3 -> 0 = 20 80 0 -> 2 = 40 87 distance-matrix = <0 0 10>, 88 <0 1 20>, 89 <0 2 40>, 90 <0 3 20>, [all …]
|