Lines Matching +full:reg +full:- +full:names

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 * This module contains the addresses of the on-chip peripherals
10 * BCM1480 specification level: 1X55_1X80-UM100-D4 (11/24/03)
46 * User Manual, Document 1X55_1X80-UM100-R, 22/12/03.
56 * All BCM1480-specific symbols have _BCM1480_ in their names,
57 * and all BCM1250-specific and "base" functions that are common in
58 * both chips have no special names (this is for compatibility with
77 #define A_BCM1480_MC_REGISTER(ctlid, reg) (A_BCM1480_MC_BASE(ctlid)+(reg)) argument
159 * PCI-X Interface Registers (Section 7)
210 #define A_BCM1480_DUART_CHANREG(chan, reg) \ argument
212 BCM1480_DUART_CHANREG_SPACING * (((chan) & 1) + 1) + (reg))
213 #define A_BCM1480_DUART_CTRLREG(chan, reg) \ argument
215 BCM1480_DUART_CHANREG_SPACING * 3 + (reg))
292 #define R_BCM1480_GPIO_INT_ADD_TYPE (-8)
351 * System Interrupt Mapper Registers (Sections 4.3-4.5)
362 #define A_BCM1480_IMR_REGISTER(cpu, reg) (A_BCM1480_IMR_MAPPER(cpu)+(reg)) argument
364 /* Most IMR registers are 128 bits, implemented as non-contiguous
365 64-bit registers high (_H) and low (_L) */
403 #define A_BCM1480_IMR_ALIAS_MAILBOX_REGISTER(cpu, reg) (A_BCM1480_IMR_ALIAS_MAILBOX(cpu)+(reg)) argument
417 #define A_BCM1480_MAILBOX_REGISTER(num, reg, cpu) \ argument
421 (R_BCM1480_IMR_MAILBOX_0_CPU + reg))
540 #define A_BCM1480_HR_REGISTER(idx, reg) (A_BCM1480_HR_BASE(idx) + (reg)) argument
573 /* checked to here - ehs */
582 #define A_BCM1480_PMI_OFFSET_0 (A_BCM1480_PMI_LCL_0 - A_BCM1480_PM_BASE)
583 #define A_BCM1480_PMO_OFFSET_0 (A_BCM1480_PMO_LCL_0 - A_BCM1480_PM_BASE)
589 #define A_BCM1480_PMI_LCL_REGISTER(idx, reg) (A_BCM1480_PMI_LCL_BASE(idx) + (reg)) argument
591 #define A_BCM1480_PMO_LCL_REGISTER(idx, reg) (A_BCM1480_PMO_LCL_BASE(idx) + (reg)) argument
637 #define A_BCM1480_PMI_INT_OFFSET_0 (A_BCM1480_PMI_INT_0 - A_BCM1480_PM_BASE)
640 #define A_BCM1480_PMO_INT_OFFSET_0 (A_BCM1480_PMO_INT_0 - A_BCM1480_PM_BASE)
702 * High-Speed Port Registers (Section 13)
711 #define A_BCM1480_HSP_REGISTER(idx, reg) (A_BCM1480_HSP_BASE(idx) + (reg)) argument