Home
last modified time | relevance | path

Searched refs:DCSR (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddcsr.txt2 Debug Control and Status Register (DCSR) Binding
16 defined DCSR Memory Map. Child nodes will describe the individual
25 The DCSR space exists in the memory-mapped bus.
44 range of the DCSR space.
57 This node represents the region of DCSR space allocated to the EPU
91 offset and length of the DCSR space registers of the device
107 This node represents the region of DCSR space allocated to the NPC
120 offset and length of the DCSR space registers of the device
122 The Nexus Port controller occupies two regions in the DCSR space
144 This node represents the region of DCSR space allocated to the NXC
[all …]
/linux/drivers/dma/
H A Dmmp_pdma.c25 #define DCSR 0x0000 macro
314 reg = (phy->idx << 2) + DCSR; in enable_chan()
326 reg = (phy->idx << 2) + DCSR; in disable_chan()
344 u32 reg = (phy->idx << 2) + DCSR; in clear_chan_irq()