Home
last modified time | relevance | path

Searched refs:area (Results 1 – 25 of 179) sorted by relevance

12345678

/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cppcore.c155 if (!area) in nfp_cpp_area_alloc_with_name()
159 area->name = ((char *)area) + sizeof(*area) + cpp->op->area_priv_size; in nfp_cpp_area_alloc_with_name()
171 free(area); in nfp_cpp_area_alloc_with_name()
181 return area; in nfp_cpp_area_alloc_with_name()
213 if (!area) in nfp_cpp_area_alloc_acquire()
234 area->cpp->op->area_cleanup(area); in nfp_cpp_area_free()
235 free(area); in nfp_cpp_area_free()
262 int err = area->cpp->op->area_acquire(area); in nfp_cpp_area_acquire()
281 area->cpp->op->area_release(area); in nfp_cpp_area_release()
301 iomem = area->cpp->op->area_iomem(area); in nfp_cpp_area_iomem()
[all …]
H A Dnfp_cpp.h71 int (*area_init)(struct nfp_cpp_area *area,
79 void (*area_cleanup)(struct nfp_cpp_area *area);
85 int (*area_acquire)(struct nfp_cpp_area *area);
90 void (*area_release)(struct nfp_cpp_area *area);
96 void *(*area_iomem)(struct nfp_cpp_area *area);
98 void *(*area_mapped)(struct nfp_cpp_area *area);
103 int (*area_read)(struct nfp_cpp_area *area,
111 int (*area_write)(struct nfp_cpp_area *area,
328 void nfp_cpp_area_free(struct nfp_cpp_area *area);
337 int nfp_cpp_area_acquire(struct nfp_cpp_area *area);
[all …]
H A Dnfp_cpp_pcie_ops.c408 nfp6000_area_init(struct nfp_cpp_area *area, uint32_t dest, in nfp6000_area_init() argument
412 struct nfp6000_area_priv *priv = nfp_cpp_area_priv(area); in nfp6000_area_init()
453 nfp6000_area_acquire(struct nfp_cpp_area *area) in nfp6000_area_acquire() argument
455 struct nfp6000_area_priv *priv = nfp_cpp_area_priv(area); in nfp6000_area_acquire()
481 nfp6000_area_mapped(struct nfp_cpp_area *area) in nfp6000_area_mapped() argument
492 nfp6000_area_release(struct nfp_cpp_area *area) in nfp6000_area_release() argument
494 struct nfp6000_area_priv *priv = nfp_cpp_area_priv(area); in nfp6000_area_release()
501 nfp6000_area_iomem(struct nfp_cpp_area *area) in nfp6000_area_iomem() argument
503 struct nfp6000_area_priv *priv = nfp_cpp_area_priv(area); in nfp6000_area_iomem()
520 priv = nfp_cpp_area_priv(area); in nfp6000_area_read()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c171 area->hash = hash; in geohashDecode()
184 area->latitude.min = in geohashDecode()
186 area->latitude.max = in geohashDecode()
188 area->longitude.min = in geohashDecode()
190 area->longitude.max = in geohashDecode()
199 return geohashDecode(r[0], r[1], hash, area); in geohashDecodeType()
203 return geohashDecodeType(hash, area); in geohashDecodeWGS84()
208 xy[0] = (area->longitude.min + area->longitude.max) / 2; in geohashDecodeAreaToLongLat()
209 xy[1] = (area->latitude.min + area->latitude.max) / 2; in geohashDecodeAreaToLongLat()
214 GeoHashArea area = {{0}}; in geohashDecodeToLongLatType() local
[all …]
H A Dgeohash_helper.c121 GeoHashArea area; in geohashGetAreasByRadius() local
137 geohashDecode(long_range,lat_range,hash,&area); in geohashGetAreasByRadius()
167 geohashDecode(long_range,lat_range,hash,&area); in geohashGetAreasByRadius()
172 if (area.latitude.min < min_lat) { in geohashGetAreasByRadius()
177 if (area.latitude.max > max_lat) { in geohashGetAreasByRadius()
182 if (area.longitude.min < min_lon) { in geohashGetAreasByRadius()
187 if (area.longitude.max > max_lon) { in geohashGetAreasByRadius()
195 radius.area = area; in geohashGetAreasByRadius()
H A Dgeohash.h106 const GeoHashBits hash, GeoHashArea *area);
107 int geohashDecodeType(const GeoHashBits hash, GeoHashArea *area);
108 int geohashDecodeWGS84(const GeoHashBits hash, GeoHashArea *area);
109 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy);
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dcdns-usb3.txt6 - HOST registers area
7 - DEVICE registers area
8 - OTG/DRD registers area
9 - reg-names - register memory area names:
39 reg = <0xf3000000 0x10000>, /* memory area for HOST registers */
40 <0xf3010000 0x10000>, /* memory area for DEVICE registers */
41 <0xf3020000 0x10000>; /* memory area for OTG/DRD registers */
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dmpc8xxx-wdt.txt8 - reg: base physical address and length of the area hosting the
10 On the 83xx, "Watchdog Timer Registers" area: <0x200 0x100>
11 On the 86xx, "Watchdog Timer Registers" area: <0xe4000 0x100>
12 On the 8xx, "General System Interface Unit" area: <0x0 0x10>
/f-stack/freebsd/contrib/device-tree/Bindings/ata/
H A Dahci-fsl-qoriq.txt4 - reg: Physical base address and size of the controller's register area.
12 - reg-names: register area names when there are more than 1 register area.
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dst,stm32-romem.yaml10 This represents STM32 Factory-programmed read only non-volatile area: locked
34 This property explicits a factory programmed area that both secure
36 related area can only be reached by the secure world.
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dtango-ir.txt6 - reg: address/size of NEC+RC5 area, address/size of RC6 area
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Djuno,scpi.txt10 Each sub-node represents the reserved area for SCPI.
13 - reg : The base offset and size of the reserved area with the SRAM
H A Darm,scmi.txt22 - shmem : List of phandle pointing to the shared memory(SHM) area as per
90 A small area of SRAM is reserved for SCMI communication between application
95 Each sub-node represents the reserved area for SCMI.
98 - reg : The base offset and size of the reserved area with the SRAM
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_trace.h45 enum trace_area_e area; member
99 const char *trace_area_to_string(enum trace_area_e area);
H A Deal_common_trace.c275 trace_area_to_string(trace->lcore_meta[count].area), in trace_lcore_mem_dump()
335 trace->lcore_meta[count].area = TRACE_AREA_HUGEPAGE; in __rte_trace_mem_per_thread_alloc()
349 trace->lcore_meta[count].area = TRACE_AREA_HEAP; in __rte_trace_mem_per_thread_alloc()
375 if (meta->area == TRACE_AREA_HUGEPAGE) in trace_mem_per_thread_free_unlocked()
377 else if (meta->area == TRACE_AREA_HEAP) in trace_mem_per_thread_free_unlocked()
/f-stack/freebsd/contrib/device-tree/Bindings/gpu/
H A Dbrcm,bcm-v3d.txt10 register areas are always required. The "gca" register area
12 "bridge" register area is required if an external reset
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nand.txt121 Higher ECC schemes require more OOB/Spare area to store ECC syndrome,
123 area to accommodate ECC for entire page. In general following expression
127 OOBSIZE number of bytes in OOB/spare area
128 PAGESIZE number of bytes in main-area of device page
146 which can be accommodated in the OOB/Spare area of this device
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt17 2.) The CBMEM area. This is a downward-growing memory region used by
21 0xc0389481 that resides in the topmost 8 bytes of the area.
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-el15203000.txt9 Vending area LED encoded with symbol 'V' (hex code 0x56).
63 /* vending area */
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/fsl/
H A Dimx8m-ddrc.yaml18 switching is implemented by TF-A code which runs from a SRAM area.
36 Base address and size of DDRC CTL area.
/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c3035 struct nfp_cpp_area *area; in nfp_cpp_bridge_serve_write() local
3077 if (!area) { in nfp_cpp_bridge_serve_write()
3086 nfp_cpp_area_free(area); in nfp_cpp_bridge_serve_write()
3103 nfp_cpp_area_free(area); in nfp_cpp_bridge_serve_write()
3110 nfp_cpp_area_free(area); in nfp_cpp_bridge_serve_write()
3118 nfp_cpp_area_free(area); in nfp_cpp_bridge_serve_write()
3137 struct nfp_cpp_area *area; in nfp_cpp_bridge_serve_read() local
3178 if (!area) { in nfp_cpp_bridge_serve_read()
3186 nfp_cpp_area_free(area); in nfp_cpp_bridge_serve_read()
3199 nfp_cpp_area_free(area); in nfp_cpp_bridge_serve_read()
[all …]
/f-stack/freebsd/contrib/device-tree/src/xtensa/
H A Dxtfpga-flash-4m.dtsi12 label = "boot loader area";
H A Dxtfpga-flash-128m.dtsi16 label = "boot loader area";
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Drenesas,rpc-if.yaml37 - description: direct mapping read mode area
38 - description: write buffer area
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Daspeed,sdhci.yaml19 The two slots are supported by a common configuration area. As the SDHCIs for
20 the slots are dependent on the common configuration area, they are described

12345678