Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/imx/imx8qm/
Dimx8qm_bl31_setup.c41 #define UART_PAD_CTRL (PADRING_IFMUX_EN_MASK | PADRING_GP_EN_MASK | \ macro
327 sc_pad_set(ipc_handle, IMX_PAD_UART_RX, UART_PAD_CTRL); in bl31_early_platform_setup2()
328 sc_pad_set(ipc_handle, IMX_PAD_UART_TX, UART_PAD_CTRL); in bl31_early_platform_setup2()
329 sc_pad_set(ipc_handle, IMX_PAD_UART_RTS_B, UART_PAD_CTRL); in bl31_early_platform_setup2()
330 sc_pad_set(ipc_handle, IMX_PAD_UART_CTS_B, UART_PAD_CTRL); in bl31_early_platform_setup2()
/external/arm-trusted-firmware/plat/imx/imx8qx/
Dimx8qx_bl31_setup.c43 #define UART_PAD_CTRL (PADRING_IFMUX_EN_MASK | PADRING_GP_EN_MASK | \ macro
66 #define UART_PAD_CTRL (PADRING_IFMUX_EN_MASK | PADRING_GP_EN_MASK | \ macro
303 sc_pad_set(ipc_handle, IMX_PAD_UART_RX, UART_PAD_CTRL); in bl31_early_platform_setup2()
304 sc_pad_set(ipc_handle, IMX_PAD_UART_TX, UART_PAD_CTRL); in bl31_early_platform_setup2()