Home
last modified time | relevance | path

Searched refs:uart_base (Results 1 – 10 of 10) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Dfvp_console.c22 uintptr_t uart_base; in arm_console_runtime_init() local
30 uart_base = PLAT_ARM_RUN_UART_BASE; in arm_console_runtime_init()
33 uart_base = FCONF_GET_PROPERTY(hw_config, uart_serial_config, in arm_console_runtime_init()
34 uart_base); in arm_console_runtime_init()
39 int rc = console_pl011_register(uart_base, uart_clk, in arm_console_runtime_init()
/arm-trusted-firmware-2.8.0/plat/rockchip/common/
A Dparams_setup.c59 uint32_t uart_base; in plat_rockchip_dt_process_fdt_uart() local
83 uart_base = UART0_BASE; in plat_rockchip_dt_process_fdt_uart()
86 uart_base = UART1_BASE; in plat_rockchip_dt_process_fdt_uart()
89 uart_base = UART2_BASE; in plat_rockchip_dt_process_fdt_uart()
93 uart_base = UART3_BASE; in plat_rockchip_dt_process_fdt_uart()
98 uart_base = UART4_BASE; in plat_rockchip_dt_process_fdt_uart()
103 uart_base = UART5_BASE; in plat_rockchip_dt_process_fdt_uart()
110 rk_uart_base = uart_base; in plat_rockchip_dt_process_fdt_uart()
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/
A Dhikey960_bl31_setup.c77 unsigned int id, uart_base; in bl31_early_platform_setup2() local
86 uart_base = PL011_UART5_BASE; in bl31_early_platform_setup2()
88 uart_base = PL011_UART6_BASE; in bl31_early_platform_setup2()
91 console_pl011_register(uart_base, PL011_UART_CLK_IN_HZ, in bl31_early_platform_setup2()
A Dhikey960_pm.c36 static unsigned int uart_base; variable
282 console_pl011_register(uart_base, PL011_UART_CLK_IN_HZ, in hikey960_pwr_domain_suspend_finish()
320 uart_base = PL011_UART5_BASE; in plat_setup_psci_ops()
322 uart_base = PL011_UART6_BASE; in plat_setup_psci_ops()
324 uart_base = PL011_UART6_BASE; in plat_setup_psci_ops()
A Dhikey960_bl1_setup.c74 unsigned int id, uart_base; in bl1_early_platform_setup() local
79 uart_base = PL011_UART5_BASE; in bl1_early_platform_setup()
81 uart_base = PL011_UART6_BASE; in bl1_early_platform_setup()
83 console_pl011_register(uart_base, PL011_UART_CLK_IN_HZ, in bl1_early_platform_setup()
A Dhikey960_bl2_setup.c288 unsigned int id, uart_base; in bl2_el3_early_platform_setup() local
293 uart_base = PL011_UART5_BASE; in bl2_el3_early_platform_setup()
295 uart_base = PL011_UART6_BASE; in bl2_el3_early_platform_setup()
297 console_pl011_register(uart_base, PL011_UART_CLK_IN_HZ, in bl2_el3_early_platform_setup()
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3399/drivers/pmu/
A Dpmu.c1147 uint32_t uart_base = rockchip_get_uart_base(); in suspend_uart() local
1149 if (uart_base == 0) in suspend_uart()
1152 uart_save.uart_lcr = mmio_read_32(uart_base + UART_LCR); in suspend_uart()
1153 uart_save.uart_ier = mmio_read_32(uart_base + UART_IER); in suspend_uart()
1155 mmio_write_32(uart_base + UART_LCR, in suspend_uart()
1164 uint32_t uart_base = rockchip_get_uart_base(); in resume_uart() local
1167 if (uart_base == 0) in resume_uart()
1170 mmio_write_32(uart_base + UARTSRR, in resume_uart()
1173 uart_lcr = mmio_read_32(uart_base + UART_LCR); in resume_uart()
1174 mmio_write_32(uart_base + UART_MCR, DIAGNOSTIC_MODE); in resume_uart()
[all …]
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/include/
A Dfconf_hw_config_getter.h31 uint64_t uart_base; member
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fconf/
A Dfconf_hw_config_getter.c233 uart_serial_config.uart_base = translated_addr; in fconf_populate_uart_config()
236 uart_serial_config.uart_base); in fconf_populate_uart_config()
/arm-trusted-firmware-2.8.0/plat/st/common/
A Dbl2_io_storage.c371 uintptr_t uart_base; in stm32cubeprogrammer_uart() local
373 uart_base = get_uart_address(boot_context->boot_interface_instance); in stm32cubeprogrammer_uart()
374 ret = stm32cubeprog_uart_load(uart_base, DWL_BUFFER_BASE, DWL_BUFFER_SIZE); in stm32cubeprogrammer_uart()

Completed in 18 milliseconds