Searched refs:socdev_va (Results 1 – 9 of 9) sorted by relevance
74 stat = (uint32_t *) (socdev_va + 0x1C2807C); in uart_snps_early_putc()75 tx = (uint32_t *) (socdev_va + 0x1C28000); in uart_snps_early_putc()78 stat = (uint32_t *) (socdev_va + 0x2807C); in uart_snps_early_putc()79 tx = (uint32_t *) (socdev_va + 0x28000); in uart_snps_early_putc()
114 tsh = (uint32_t *)(socdev_va + UART_REG_OFFSET + UART_TSH); in uart_mvebu_early_putc()115 stat = (uint32_t *)(socdev_va + UART_REG_OFFSET + UART_STAT); in uart_mvebu_early_putc()
295 volatile uint32_t *fr = (uint32_t *)(socdev_va + UART_FR * 4); in uart_pl011_early_putc()296 volatile uint32_t *dr = (uint32_t *)(socdev_va + UART_DR * 4); in uart_pl011_early_putc()
131 stat = (T *)(socdev_va + (REG_LSR << UART_NS8250_EARLY_REG_SHIFT)); in uart_ns8250_early_putc()132 tx = (T *)(socdev_va + (REG_DATA << UART_NS8250_EARLY_REG_SHIFT)); in uart_ns8250_early_putc()
63 extern uintptr_t socdev_va;
57 extern uintptr_t socdev_va;
140 uintptr_t socdev_va = SOCDEV_VA; variable
798 adrp x9, socdev_va799 str x17, [x9, :lo12:socdev_va]
151 uintptr_t socdev_va __read_mostly;