Searched +full:pre +full:- +full:fetchable (Results 1 – 4 of 4) sorted by relevance
6 - compatible: should be one of:7 "v3,v360epc-pci"8 "arm,integrator-ap-pci", "v3,v360epc-pci"9 - reg: should contain two register areas:12 - interrupts: should contain a reference to the V3 error interrupt14 - bus-range: see pci.txt15 - ranges: this follows the standard PCI bindings in the IEEE Std16 1275-1994 (see pci.txt) with the following restriction:17 - The non-prefetchable and prefetchable memory windows must19 - The prefetchable memory window must be immediately adjacent[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Linus Walleij <linus.walleij@linaro.org>21 The plain variant has 128MiB of non-prefetchable memory space, whereas the27 and should point to respective interrupt in that controller in its interrupt-map.29 The code which is the only documentation of how the Faraday PCI (the non-dual34 interrupt-map-mask = <0xf800 0 0 7>;35 interrupt-map =54 - $ref: /schemas/pci/pci-bus.yaml#[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>17 (C) Copyright AudioScience Inc. 1998-201061 /* Host-to-DSP Control Register (HDCR) bitfields */70 * BAR1 maps to non-prefetchable 8 Mbyte memory block114 /* a non-NULL handle means there is an HPI allocated buffer */117 /* non-zero size means a buffer exists, may be external */224 switch (phm->function) { in subsys_message()229 phr->error = HPI_ERROR_INVALID_FUNC; in subsys_message()238 struct hpi_hw_obj *phw = pao->priv; in control_message()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only2 /* Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com5 #include <linux/bpf-cgroup.h>34 #include <linux/bpf-netns.h>42 #define IS_FD_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PERF_EVENT_ARRAY || \43 (map)->map_type == BPF_MAP_TYPE_CGROUP_ARRAY || \44 (map)->map_type == BPF_MAP_TYPE_ARRAY_OF_MAPS)45 #define IS_FD_PROG_ARRAY(map) ((map)->map_type == BPF_MAP_TYPE_PROG_ARRAY)46 #define IS_FD_HASH(map) ((map)->map_type == BPF_MAP_TYPE_HASH_OF_MAPS)76 * are 0 - i.e. new user-space does not rely on any kernel feature extensions[all …]