Searched full:ccsr (Results 1 – 25 of 30) sorted by relevance
12
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | ecm.txt | 8 The LAW node represents the region of CCSR space where local access 10 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some 24 physical address offset and length of the CCSR space 37 The E500 LAW node represents the region of CCSR space where ECM config 39 of CCSR space. 53 physical address offset and length of the CCSR space
|
H A D | mcm.txt | 8 The LAW node represents the region of CCSR space where local access 10 of CCSR space that includes CCSRBAR, ALTCBAR, ALTCAR, BPTR, and some 24 physical address offset and length of the CCSR space 37 The MPX LAW node represents the region of CCSR space where MCM config 39 of CCSR space. 53 physical address offset and length of the CCSR space
|
H A D | interlaken-lac.txt | 43 those LAC CCSR registers not protected in partitioned 61 Definition: Points to the non-protected LAC CCSR mapped register space
|
H A D | msi-pic.txt | 83 Normally, PCI devices have access to all of CCSR via an ATMU mapping. The
|
H A D | pamu.txt | 32 A standard property. It represents the CCSR registers of
|
H A D | mpic.txt | 27 CCSR address space.
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | platform_mpc85xx.c | 147 phandle_t cpus, child, ccsr; in mpc85xx_attach() local 162 * Locate CCSR region. Irritatingly, there is no way to find it in mpc85xx_attach() 167 ccsr = -1; in mpc85xx_attach() 168 for (name = soc_name_guesses; *name != NULL && ccsr == -1; name++) in mpc85xx_attach() 169 ccsr = OF_finddevice(*name); in mpc85xx_attach() 170 if (ccsr == -1) { in mpc85xx_attach() 181 ccsr = child; in mpc85xx_attach() 187 if (ccsr == -1) in mpc85xx_attach() 188 panic("Could not locate CCSR window!"); in mpc85xx_attach() 190 OF_getprop(ccsr, "#size-cells", &scells, sizeof(scells)); in mpc85xx_attach() [all …]
|
H A D | pci_mpc85xx.c | 760 /* Direct-map the CCSR for MSIs. */ in fsl_pcib_decode_win() 835 * on the CCSR. Since rman doesn't permit overlapping or sub-ranges between
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
H A D | bman.txt | 16 binding covers the CCSR space programming model 29 Definition: Registers region within the CCSR address space 112 The example below shows a (P4080) BMan CCSR-space node
|
H A D | qman.txt | 18 CCSR space programming model 31 Definition: Registers region within the CCSR address space 145 The example below shows a (P4080) QMan CCSR-space node
|
H A D | fsl,bman.yaml | 16 This binding covers the CCSR space programming model 31 Registers region within the CCSR address space
|
H A D | fsl,qman.yaml | 18 CCSR space programming model 32 Registers region within the CCSR address space
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | b4420si-pre.dtsi | 46 ccsr = &soc;
|
H A D | t102xsi-pre.dtsi | 45 ccsr = &soc;
|
H A D | b4860si-pre.dtsi | 46 ccsr = &soc;
|
H A D | t208xsi-pre.dtsi | 45 ccsr = &soc;
|
H A D | p5020si-pre.dtsi | 46 ccsr = &soc;
|
H A D | t104xsi-pre.dtsi | 45 ccsr = &soc;
|
H A D | p2041si-pre.dtsi | 46 ccsr = &soc;
|
H A D | p3041si-pre.dtsi | 46 ccsr = &soc;
|
H A D | p5040si-pre.dtsi | 46 ccsr = &soc;
|
H A D | p4080si-pre.dtsi | 46 ccsr = &soc;
|
H A D | t4240si-pre.dtsi | 46 ccsr = &soc;
|
/freebsd/sys/contrib/ncsw/user/env/ |
H A D | xx.c | 628 /* Check CCSR */ in XX_VirtToPhys() 681 /* Check CCSR */ in XX_PhysToVirt()
|
/freebsd/sys/contrib/ncsw/inc/cores/ |
H A D | e500v2_ext.h | 295 @Description Obtain SoC CCSR base address 299 @Return Physical CCSR base address.
|
12