Home
last modified time | relevance | path

Searched refs:RDC_PDAPn (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/imx/imx8m/imx8mn/
H A Dimx8mn_bl31_setup.c56 RDC_PDAPn(RDC_PDAP_UART1, D0R | D0W | D1R | D1W | D2R | D2W | D3R | D3W),
57 RDC_PDAPn(RDC_PDAP_UART2, D0R | D0W),
58 RDC_PDAPn(RDC_PDAP_UART3, D0R | D0W | D1R | D1W | D2R | D2W | D3R | D3W),
59 RDC_PDAPn(RDC_PDAP_UART4, D1R | D1W),
/rk3399_ARM-atf/plat/imx/imx8m/imx8mp/
H A Dimx8mp_bl31_setup.c57 RDC_PDAPn(RDC_PDAP_UART1, D0R | D0W | D1R | D1W | D2R | D2W | D3R | D3W),
58 RDC_PDAPn(RDC_PDAP_UART2, D0R | D0W),
59 RDC_PDAPn(RDC_PDAP_UART3, D0R | D0W | D1R | D1W | D2R | D2W | D3R | D3W),
60 RDC_PDAPn(RDC_PDAP_UART4, D0R | D0W | D1R | D1W | D2R | D2W | D3R | D3W),
61 RDC_PDAPn(RDC_PDAP_WDOG1, D0R | D0W),
/rk3399_ARM-atf/plat/imx/imx8m/imx8mm/
H A Dimx8mm_bl31_setup.c70 RDC_PDAPn(RDC_PDAP_UART1, D0R | D0W | D1R | D1W | D2R | D2W | D3R | D3W),
71 RDC_PDAPn(RDC_PDAP_UART2, D0R | D0W),
72 RDC_PDAPn(RDC_PDAP_UART3, D0R | D0W | D1R | D1W | D2R | D2W | D3R | D3W),
73 RDC_PDAPn(RDC_PDAP_UART4, D1R | D1W),
/rk3399_ARM-atf/plat/imx/imx8m/include/
H A Dimx_rdc.h60 #define RDC_PDAPn(i, pdap) \ macro