| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-flash.c | 177 int region; in __cvmx_flash_queury_cfi() local 218 for (region=0; region<flash->num_regions; region++) in __cvmx_flash_queury_cfi() 270 for (region=0; region<flash->num_regions; region++) in __cvmx_flash_queury_cfi() 274 flash->region[region].start_offset, in __cvmx_flash_queury_cfi() 275 flash->region[region].num_blocks, in __cvmx_flash_queury_cfi() 276 flash->region[region].block_size); in __cvmx_flash_queury_cfi() 352 return flash_info[chip_id].region + region; in cvmx_flash_get_region_info() 635 …while (region_base + flash->region[region].num_blocks * flash->region[region].block_size <= addres… in cvmx_flash_write() 662 data += flash->region[region].block_size; in cvmx_flash_write() 663 len -= flash->region[region].block_size; in cvmx_flash_write() [all …]
|
| H A D | cvmx-flash.h | 99 const cvmx_flash_region_t *cvmx_flash_get_region_info(int chip_id, int region); 109 int cvmx_flash_erase_block(int chip_id, int region, int block); 120 int cvmx_flash_write_block(int chip_id, int region, int block, const void *data);
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | scrypt_platform.c | 65 region->base = base; in alloc_region() 66 region->aligned = aligned; in alloc_region() 67 region->size = base ? size : 0; in alloc_region() 73 init_region(escrypt_region_t *region) in init_region() argument 75 region->base = region->aligned = NULL; in init_region() 76 region->size = 0; in init_region() 80 free_region(escrypt_region_t *region) in free_region() argument 82 if (region->base) { in free_region() 84 if (munmap(region->base, region->size)) { in free_region() 88 free(region->base); in free_region() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-core.c | 79 if (region == NULL) { in allocate_memory() 90 if (!*region) { in allocate_memory() 93 (*region)->base = (*region)->memory = NULL; in allocate_memory() 121 (*region)->base = base; in allocate_memory() 122 (*region)->memory = memory; in allocate_memory() 159 free_memory(block_region *region) in free_memory() argument 161 if (region && region->base) { in free_memory() 163 if (munmap(region->base, region->size)) { in free_memory() 167 free(region->base); in free_memory() 170 free(region); in free_memory() [all …]
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_api.c | 77 info->len = afu_info->region[info->index].len; in ifpga_acc_get_region_info() 78 info->addr = afu_info->region[info->index].addr; in ifpga_acc_get_region_info() 88 struct opae_reg_region *region; in ifpga_acc_read() local 99 region = &afu_info->region[region_idx]; in ifpga_acc_read() 100 if (offset + byte > region->len) in ifpga_acc_read() 108 *(u32 *)data = opae_readl(region->addr + offset); in ifpga_acc_read() 114 *(u8 *)data = opae_readb(region->addr + offset); in ifpga_acc_read() 128 struct opae_reg_region *region; in ifpga_acc_write() local 139 region = &afu_info->region[region_idx]; in ifpga_acc_write() 140 if (offset + byte > region->len) in ifpga_acc_write() [all …]
|
| H A D | opae_hw_api.h | 208 #define opae_acc_reg_read64(acc, region, offset, data) \ argument 209 opae_acc_reg_read(acc, region, offset, 8, data) 211 opae_acc_reg_write(acc, region, offset, 8, data) 213 opae_acc_reg_read(acc, region, offset, 4, data) 215 opae_acc_reg_write(acc, region, offset, 4, data) 217 opae_acc_reg_read(acc, region, offset, 2, data) 219 opae_acc_reg_write(acc, region, offset, 2, data) 220 #define opae_acc_reg_read8(acc, region, offset, data) \ argument 221 opae_acc_reg_read(acc, region, offset, 1, data) 223 opae_acc_reg_write(acc, region, offset, 1, data) [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/ |
| H A D | reserved-memory.txt | 9 Parameters for each memory region can be encoded into the device tree 57 of the region as part of its standard mapping of system memory, 59 than under the control of the device driver using the region. 69 region for the default pool of the contiguous memory allocator. 72 region for the default pool of the consistent DMA allocator. 77 nodes by adding a memory-region property to the device node. 81 entry in the memory-region property 103 /* global autoconfigured region for contiguous allocations */ 125 memory-region = <&display_reserved>; 130 memory-region = <&multimedia_reserved>; [all …]
|
| H A D | qcom,rmtfs-mem.txt | 4 purpose of describing the shared memory region used for remote processors to 16 Definition: must specify base address and size of the memory region, 22 Definition: must specify a size of the memory region, as described in 28 Definition: identifier of the client to use this region for buffers. 37 with the rmtfs region for the Hexagon DSP (id #1) located at 0x86700000.
|
| H A D | xen,shared-memory.txt | 4 virtual machine. Typically, a region is configured at VM creation time 16 the base guest physical address and size of the shared memory region 20 memory region used for the mapping in the borrower VM. 23 a string that identifies the shared memory region as specified in
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,kpss-acc.txt | 4 There is one ACC register region per CPU within the KPSS remapped region as 5 well as an alias register region that remaps accesses to the ACC associated 6 with the CPU accessing the region. 21 the register region. An optional second element specifies 22 the base address and size of the alias register region.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pmem/ |
| H A D | pmem-region.txt | 15 Bindings for the region nodes: 19 - compatible = "pmem-region" 35 - volatile; This property indicates that this region is actually 40 If this property is absent then the OS must assume that the region 47 * This node specifies one 4KB region spanning from 51 compatible = "pmem-region"; 60 compatible = "pmem-region";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/nvmem/ |
| H A D | qcom,qfprom.yaml | 20 # If the QFPROM is read-only OS image then only the corrected region 25 - description: The corrected region. 27 - description: The corrected region. 28 - description: The raw region. 29 - description: The config region. 30 - description: The security control region.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 37 - Queue Peek region. 39 - Queue configuration region. 40 - Descriptor memory setup region. 45 - Queue Peek region. 46 - Queue configuration region. 94 -- id : region number in QMSS. 96 region, specified as 99 descriptor in the region. 109 - PDSP internal RAM region. 112 - PDSP command interface region. [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fpga/ |
| H A D | fpga-region.txt | 64 * During Partial Reconfiguration of a specific region, that region's bridge 158 a different FPGA Manager is used for each region. 167 - compatible : should contain "fpga-region" 170 in a region will override any inherited FPGA manager. 210 bridge's region (0xff200000) and the hps bridge's region (0xc0000000) for use by 234 compatible = "fpga-region"; 366 compatible = "fpga-region"; 402 configured. Each region has its own bridge in the FPGA fabric. 422 compatible = "fpga-region"; 434 compatible = "fpga-region"; [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | keystone-k2hk-evm.dts | 199 memory-region = <&dsp_common_memory>; 204 memory-region = <&dsp_common_memory>; 209 memory-region = <&dsp_common_memory>; 214 memory-region = <&dsp_common_memory>; 219 memory-region = <&dsp_common_memory>; 224 memory-region = <&dsp_common_memory>; 229 memory-region = <&dsp_common_memory>; 234 memory-region = <&dsp_common_memory>;
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_resource.c | 52 } region; member 102 res->cpp_id = NFP_CPP_ID(entry.region.cpp_target, in nfp_cpp_resource_find() 103 entry.region.cpp_action, in nfp_cpp_resource_find() 104 entry.region.cpp_token); in nfp_cpp_resource_find() 105 res->addr = ((uint64_t)entry.region.page_offset) << 8; in nfp_cpp_resource_find() 106 res->size = (uint64_t)entry.region.page_size << 8; in nfp_cpp_resource_find()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | ti,k3-dsp-rproc.yaml | 58 memory-region: 68 - description: region used for dynamic DMA allocations like vrings and 70 - description: region reserved for firmware image sections 95 - description: Address and Size of the L2 SRAM internal memory region 96 - description: Address and Size of the L1 PRAM internal memory region 97 - description: Address and Size of the L1 DRAM internal memory region 113 - description: Address and Size of the L2 SRAM internal memory region 114 - description: Address and Size of the L1 DRAM internal memory region 130 - memory-region 163 memory-region = <&c66_0_dma_memory_region>, [all …]
|
| H A D | ti,davinci-rproc.txt | 28 Each entry should have the memory region's start address 29 and the size of the region, the representation matching 33 representing a specific internal memory region or a 42 - memory-region: phandle to the reserved memory node to be associated 78 memory-region = <&dsp_memory_region>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | aspeed-video.txt | 10 - reg: contains the offset and length of the VE memory region 19 - memory-region: 20 phandle to a memory region to allocate from, as defined in 32 memory-region = <&video_engine_memory>;
|
| H A D | s5p-mfc.txt | 19 mapped region. 29 - memory-region : from reserved memory binding: phandles to two reserved 35 - samsung,mfc-r, samsung,mfc-l : support removed, please use memory-region 59 mfc_left: region@51000000 { 65 mfc_right: region@43000000 { 75 memory-region = <&mfc_left>, <&mfc_right>;
|
| H A D | ti,vpe.yaml | 24 - description: The VPE main register region 25 - description: Scaler (SC) register region 26 - description: Color Space Conversion (CSC) register region 27 - description: Video Port Direct Memory Access (VPDMA) register region
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,smem.txt | 12 - memory-region: 15 Definition: handle to memory reservation for main SMEM memory region. 29 The following example shows the SMEM setup for MSM8974, with a main SMEM region 46 memory-region = <&smem_region>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | google,cros-ec-codec.yaml | 28 Physical base address and length of shared memory region from EC. 33 memory-region: 36 Shared memory region to EC. A "shared-dma-pool". 64 memory-region = <&reserved_mem>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | pci-armada8k.txt | 9 - the control register region 10 - the config space region 12 - "ctrl" for the control register region 13 - "config" for the config space region
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpu/ |
| H A D | aspeed-gfx.txt | 19 - memory-region: 20 Phandle to a memory region to allocate from, as defined in 33 memory-region = <&gfx_memory>;
|