Lines Matching +full:0 +full:x10000004
14 #define EARLY_UART_BASE 0x300c00
15 #define CHIPID_BASE 0x300004
17 #define EARLY_UART_BASE 0x1E000c00
18 #define CHIPID_BASE 0x1E000004
20 #define EARLY_UART_BASE 0x10000c00
21 #define CHIPID_BASE 0x10000004
24 #define MT7628_CHIP_NAME1 0x20203832
26 #define UART_REG_TX 0x04
27 #define UART_REG_LCR 0x0c
28 #define UART_REG_LSR 0x14
29 #define UART_REG_LSR_RT2880 0x1c
58 for (i = 0; i < 3; i++) { in find_uart_base()
59 u32 reg = uart_r32(UART_REG_LCR + (0x100 * i)); in find_uart_base()
65 (0x100 * i)); in find_uart_base()
79 while ((uart_r32(UART_REG_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
82 while ((uart_r32(UART_REG_LSR_RT2880) & UART_LSR_THRE) == 0) in prom_putchar()
85 while ((uart_r32(UART_REG_LSR_RT2880) & UART_LSR_THRE) == 0) in prom_putchar()