Home
last modified time | relevance | path

Searched +full:scr +full:- +full:addr +full:- +full:loc (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/dma/
Dbrcm,iproc-pax-dma-v1.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Broadcom iProc PAX(PCIE<->AXI) DMA controller version 1
6 include: dma-controller.yaml
8 compatible: brcm,iproc-pax-dma-v1
17 bd-memory:
21 scr-addr-loc:
25 scr-size-loc:
32 pcie-ep:
Dbrcm,iproc-pax-dma-v2.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Broadcom iProc PAX(PCIE<->AXI) DMA controller version 2
6 include: dma-controller.yaml
8 compatible: brcm,iproc-pax-dma-v2
17 bd-memory:
21 scr-addr-loc:
25 scr-size-loc:
32 pcie-ep:
/Zephyr-latest/dts/common/broadcom/
Dviper-common.dtsi4 * SPDX-License-Identifier: Apache-2.0
17 clock-frequency = <25000000>;
18 reg-shift = <2>;
25 clock-frequency = <100000000>;
26 reg-shift = <2>;
31 compatible = "arm,dma-pl330";
34 reg-names = "pl330_regs",
37 dma-channels = <8>;
38 #dma-cells = <1>;
43 #address-cells = <2>;
[all …]
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py5 # SPDX-License-Identifier: Apache-2.0
14 - That the memory address points to a kernel object
16 - The kernel object is of the expected type for the API being invoked
18 - The kernel object is of the expected initialization state
20 - The calling thread has sufficient permissions on the object
33 - A gperf script to generate the hash table mapping kernel object memory
35 object type, initialization state, and any object-specific data.
37 - A header file containing generated macros for validating driver instances
40 - A code fragment included by kernel.h with one enum constant for
43 - The inner cases of a switch/case C statement, included by
[all …]