Searched refs:PSC_PD (Results 1 - 8 of 8) sorted by path

/u-boot/arch/arm/mach-k3/r5/am62ax/
H A Ddev-data.c19 [0] = PSC_PD(0, &soc_psc_list[1], NULL),
20 [1] = PSC_PD(3, &soc_psc_list[1], &soc_pd_list[0]),
21 [2] = PSC_PD(4, &soc_psc_list[1], &soc_pd_list[1]),
22 [3] = PSC_PD(13, &soc_psc_list[1], &soc_pd_list[0]),
/u-boot/arch/arm/mach-k3/r5/am62px/
H A Ddev-data.c18 [0] = PSC_PD(0, &soc_psc_list[0], NULL),
19 [1] = PSC_PD(3, &soc_psc_list[0], &soc_pd_list[0]),
20 [2] = PSC_PD(4, &soc_psc_list[0], &soc_pd_list[1]),
21 [3] = PSC_PD(13, &soc_psc_list[0], &soc_pd_list[0]),
/u-boot/arch/arm/mach-k3/r5/am62x/
H A Ddev-data.c19 [0] = PSC_PD(0, &soc_psc_list[1], NULL),
20 [1] = PSC_PD(2, &soc_psc_list[1], &soc_pd_list[0]),
21 [2] = PSC_PD(3, &soc_psc_list[1], &soc_pd_list[0]),
22 [3] = PSC_PD(4, &soc_psc_list[1], &soc_pd_list[2]),
23 [4] = PSC_PD(5, &soc_psc_list[1], &soc_pd_list[2]),
/u-boot/arch/arm/mach-k3/r5/j7200/
H A Ddev-data.c19 [0] = PSC_PD(0, &soc_psc_list[0], NULL),
20 [1] = PSC_PD(2, &soc_psc_list[0], &soc_pd_list[5]),
21 [2] = PSC_PD(14, &soc_psc_list[0], NULL),
22 [3] = PSC_PD(15, &soc_psc_list[0], &soc_pd_list[2]),
23 [4] = PSC_PD(16, &soc_psc_list[0], &soc_pd_list[2]),
24 [5] = PSC_PD(0, &soc_psc_list[1], NULL),
/u-boot/arch/arm/mach-k3/r5/j721e/
H A Ddev-data.c19 [0] = PSC_PD(0, &soc_psc_list[0], NULL),
20 [1] = PSC_PD(14, &soc_psc_list[0], NULL),
21 [2] = PSC_PD(15, &soc_psc_list[0], &soc_pd_list[1]),
22 [3] = PSC_PD(16, &soc_psc_list[0], &soc_pd_list[1]),
23 [4] = PSC_PD(0, &soc_psc_list[1], NULL),
/u-boot/arch/arm/mach-k3/r5/j721s2/
H A Ddev-data.c19 [0] = PSC_PD(0, &soc_psc_list[0], NULL),
20 [1] = PSC_PD(0, &soc_psc_list[1], NULL),
21 [2] = PSC_PD(1, &soc_psc_list[1], &soc_pd_list[1]),
22 [3] = PSC_PD(14, &soc_psc_list[1], NULL),
23 [4] = PSC_PD(15, &soc_psc_list[1], &soc_pd_list[3]),
24 [5] = PSC_PD(16, &soc_psc_list[1], &soc_pd_list[3]),
/u-boot/arch/arm/mach-k3/r5/j784s4/
H A Ddev-data.c20 [0] = PSC_PD(0, &soc_psc_list[0], NULL),
21 [1] = PSC_PD(3, &soc_psc_list[1], NULL),
22 [2] = PSC_PD(0, &soc_psc_list[2], NULL),
23 [3] = PSC_PD(1, &soc_psc_list[2], &soc_pd_list[2]),
24 [4] = PSC_PD(14, &soc_psc_list[2], NULL),
25 [5] = PSC_PD(15, &soc_psc_list[2], &soc_pd_list[4]),
26 [6] = PSC_PD(16, &soc_psc_list[2], &soc_pd_list[4]),
27 [7] = PSC_PD(38, &soc_psc_list[2], NULL),
/u-boot/include/
H A Dk3-dev.h74 #define PSC_PD(_id, _psc, _depend) { .id = _id, .psc = _psc, .depend = _depend } macro

Completed in 298 milliseconds