Home
last modified time | relevance | path

Searched defs:paace (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dfsl_pamu.h97 struct paace { struct
99 uint32_t wbah; /* only valid for Primary PAACE */
100 uint32_t addr_bitfields; /* See P/S PAACE_AF_* */
104 union {
134 /* first secondary paace entry */ argument
135 uint32_t fspi; /* only valid for Primary PAACE */
136 union {
147 } op_encode;
150 uint32_t reserved1[2]; /* not currently implemented */
153 uint32_t reserved2[2]; /* not currently implemented */
[all …]
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_pamu.c147 struct paace *paace; in pamu_config_spaace() local