Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp2/aarch64/
H A Dstm32mp2_helper.S12 #define GPIO_TX_SHIFT (DEBUG_UART_TX_GPIO_PORT << 1)
128 #if DEBUG_UART_TX_GPIO_PORT >= GPIO_ALT_LOWER_LIMIT
131 ((DEBUG_UART_TX_GPIO_PORT - GPIO_ALT_LOWER_LIMIT) << 2))
133 ((DEBUG_UART_TX_GPIO_PORT - GPIO_ALT_LOWER_LIMIT) << 2))
137 bic w2, w2, #(GPIO_ALTERNATE_MASK << (DEBUG_UART_TX_GPIO_PORT << 2))
138 orr w2, w2, #(DEBUG_UART_TX_GPIO_ALTERNATE << (DEBUG_UART_TX_GPIO_PORT << 2))
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_helper.S14 #define GPIO_TX_SHIFT (DEBUG_UART_TX_GPIO_PORT << 1)
242 #if DEBUG_UART_TX_GPIO_PORT >= GPIO_ALT_LOWER_LIMIT
245 ((DEBUG_UART_TX_GPIO_PORT - GPIO_ALT_LOWER_LIMIT) << 2))
247 ((DEBUG_UART_TX_GPIO_PORT - GPIO_ALT_LOWER_LIMIT) << 2))
251 bic r2, r2, #(GPIO_ALTERNATE_MASK << (DEBUG_UART_TX_GPIO_PORT << 2))
252 orr r2, r2, #(DEBUG_UART_TX_GPIO_ALTERNATE << (DEBUG_UART_TX_GPIO_PORT << 2))
H A Dstm32mp1_def.h265 #define DEBUG_UART_TX_GPIO_PORT 6 macro
276 #define DEBUG_UART_TX_GPIO_PORT 11 macro
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_def.h262 #define DEBUG_UART_TX_GPIO_PORT 3 macro
277 #define DEBUG_UART_TX_GPIO_PORT 4 macro