ltq_w32            50 arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h #define ltq_ebu_w32(x, y)	ltq_w32((x), ltq_ebu_membase + (y))
ltq_w32            53 arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h #define ltq_sys1_w32(x, y)	ltq_w32((x), ltq_sys1_membase + (y))
ltq_w32            17 arch/mips/include/asm/mach-lantiq/lantiq.h 	ltq_w32((ltq_r32(reg) & ~(clear)) | (set), reg)
ltq_w32            22 arch/mips/include/asm/mach-lantiq/lantiq.h #define ltq_ebu_w32(x, y)	ltq_w32((x), ltq_ebu_membase + (y))
ltq_w32            70 arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h #define ltq_cgu_w32(x, y)	ltq_w32((x), ltq_cgu_membase + (y))
ltq_w32            43 arch/mips/lantiq/falcon/prom.c 	ltq_w32((unsigned long)&nmi_handler, (void *)BOOT_NVEC);
ltq_w32            50 arch/mips/lantiq/falcon/prom.c 	ltq_w32((unsigned long)&ejtag_debug_handler, (void *)BOOT_EVEC);
ltq_w32            40 arch/mips/lantiq/falcon/reset.c 	ltq_w32(BOOT_PW1, (void *)BOOT_PW1_REG); /* 'LTQ\0' */
ltq_w32            41 arch/mips/lantiq/falcon/reset.c 	ltq_w32(BOOT_PW2, (void *)BOOT_PW2_REG); /* '\0QTL' */
ltq_w32            42 arch/mips/lantiq/falcon/reset.c 	ltq_w32(0, (void *)BOOT_REG_BASE); /* reset Bootreg RVEC */
ltq_w32            45 arch/mips/lantiq/falcon/reset.c 	ltq_w32(WDT_PW1, (void *)WDT_REG_BASE);
ltq_w32            46 arch/mips/lantiq/falcon/reset.c 	ltq_w32(WDT_PW2 |
ltq_w32            64 arch/mips/lantiq/falcon/sysctrl.c #define sysctl_w32(m, x, y)	ltq_w32((x), sysctl_membase[m] + (y))
ltq_w32            69 arch/mips/lantiq/falcon/sysctrl.c #define status_w32(x, y)	ltq_w32((x), status_membase + (y))
ltq_w32            50 arch/mips/lantiq/irq.c 	ltq_w32((x), ltq_icu_membase[vpe] + m*LTQ_ICU_IM_SIZE + (y))
ltq_w32            55 arch/mips/lantiq/irq.c #define ltq_eiu_w32(x, y)	ltq_w32((x), ltq_eiu_membase + (y))
ltq_w32            47 arch/mips/lantiq/xway/dma.c #define ltq_dma_w32(x, y)		ltq_w32(x, ltq_dma_membase + (y))
ltq_w32            58 arch/mips/lantiq/xway/gptu.c #define gptu_w32(x, y)	ltq_w32((x), gptu_membase + (y))
ltq_w32           143 arch/mips/lantiq/xway/sysctrl.c #define pmu_w32(x, y)	ltq_w32((x), pmu_membase + (y))
ltq_w32            47 arch/mips/pci/ops-lantiq.c 		ltq_w32(swab32(*data), ((u32 *)cfg_base));
ltq_w32            61 arch/mips/pci/ops-lantiq.c 	ltq_w32(temp, ((u32 *)cfg_base));
ltq_w32            56 arch/mips/pci/pci-lantiq.c #define ltq_pci_w32(x, y)	ltq_w32((x), ltq_pci_membase + (y))
ltq_w32            59 arch/mips/pci/pci-lantiq.c #define ltq_pci_cfg_w32(x, y)	ltq_w32((x), ltq_pci_mapped_cfg + (y))
ltq_w32            71 drivers/net/ethernet/lantiq_etop.c #define ltq_etop_w32(x, y)	ltq_w32(x, ltq_etop_membase + (y))
ltq_w32            40 drivers/pinctrl/pinctrl-falcon.c #define pad_w32(p, val, reg)	ltq_w32(val, p + reg)