Lines Matching +full:0 +full:- +full:rtic
1 /* SPDX-License-Identifier: GPL-2.0+ */
16 #include <asm/arch/imx-regs.h>
17 #include <generated/asm-offsets.h>
21 * AIPS setup - Only setup MPROTx registers.
25 * - MPR: Set all MPROTx to be non-bufferable, trusted for R/W, not forced to
26 * user-mode.
28 .macro init_aips mpr=0x77777777
39 * MAX (Multi-Layer AHB Crossbar Switch) setup
42 * - MPR: priority is IAHB > DAHB > USBOTG > RTIC > eSDHC2/SDMA
43 * - SGPCR: always park on last master
44 * - MGPCR: restore default values
46 .macro init_max mpr=0x00043210, sgpcr=0x00000010, mgpcr=0x00000000
72 * - CTL:
73 * MRRP[0] = LCDC on priority list (1 << 0) = 0x00000001
74 * MRRP[1] = MAX1 not on priority list (0 << 1) = 0x00000000
75 * MRRP[2] = MAX0 not on priority list (0 << 2) = 0x00000000
76 * MRRP[3] = USBH not on priority list (0 << 3) = 0x00000000
77 * MRRP[4] = SDMA not on priority list (0 << 4) = 0x00000000
78 * MRRP[5] = eSDHC1/ATA/FEC not on priority list (0 << 5) = 0x00000000
79 * MRRP[6] = LCDC/SLCDC/MAX2 not on priority list (0 << 6) = 0x00000000
80 * MRRP[7] = CSI not on priority list (0 << 7) = 0x00000000
81 * ------------
82 * 0x00000001
84 .macro init_m3if ctl=0x00000001