Lines Matching +full:smp +full:- +full:sram
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
69 * These cover the SRAM/TZ regions that are not fully in ipq4018_late_init()
98 * This covers a bunch of the reset block, which includes the PS-HOLD in ipq4018_devmap_init()
107 * This toggles the PS-HOLD register which on most IPQ devices will toggle
193 while (((*UART_DM_ISR & UART_DM_TX_READY) == 0) && --limit) {
194 /* Note - can't use DELAY here yet, too early */
206 while (((*UART_DM_SR & UART_DM_SR_TXRDY) == 0) && --limit) {
207 /* Note - can't use DELAY here yet, too early */
224 #ifdef SMP
232 FDT_PLATFORM_DEF2(ipq4018, ipq4018_ac58u, "ASUS RT-AC58U", 0,
233 "asus,rt-ac58u", 80);