Home
last modified time | relevance | path

Searched refs:ltq_w32 (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/arch/mips/lantiq/falcon/
A Dreset.c40 ltq_w32(BOOT_PW1, (void *)BOOT_PW1_REG); /* 'LTQ\0' */ in machine_restart()
41 ltq_w32(BOOT_PW2, (void *)BOOT_PW2_REG); /* '\0QTL' */ in machine_restart()
42 ltq_w32(0, (void *)BOOT_REG_BASE); /* reset Bootreg RVEC */ in machine_restart()
45 ltq_w32(WDT_PW1, (void *)WDT_REG_BASE); in machine_restart()
46 ltq_w32(WDT_PW2 | in machine_restart()
A Dprom.c43 ltq_w32((unsigned long)&nmi_handler, (void *)BOOT_NVEC); in ltq_soc_nmi_setup()
50 ltq_w32((unsigned long)&ejtag_debug_handler, (void *)BOOT_EVEC); in ltq_soc_ejtag_setup()
A Dsysctrl.c64 #define sysctl_w32(m, x, y) ltq_w32((x), sysctl_membase[m] + (y))
69 #define status_w32(x, y) ltq_w32((x), status_membase + (y))
/linux-6.3-rc2/arch/mips/include/asm/mach-lantiq/
A Dlantiq.h15 #define ltq_w32(val, reg) __raw_writel(val, reg) macro
17 ltq_w32((ltq_r32(reg) & ~(clear)) | (set), reg)
22 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y))
/linux-6.3-rc2/arch/mips/include/asm/mach-lantiq/falcon/
A Dlantiq_soc.h50 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y))
53 #define ltq_sys1_w32(x, y) ltq_w32((x), ltq_sys1_membase + (y))
/linux-6.3-rc2/arch/mips/pci/
A Dops-lantiq.c47 ltq_w32(swab32(*data), ((u32 *)cfg_base)); in ltq_pci_config_access()
61 ltq_w32(temp, ((u32 *)cfg_base)); in ltq_pci_config_access()
A Dpci-lantiq.c56 #define ltq_pci_w32(x, y) ltq_w32((x), ltq_pci_membase + (y))
59 #define ltq_pci_cfg_w32(x, y) ltq_w32((x), ltq_pci_mapped_cfg + (y))
/linux-6.3-rc2/arch/mips/include/asm/mach-lantiq/xway/
A Dlantiq_soc.h70 #define ltq_cgu_w32(x, y) ltq_w32((x), ltq_cgu_membase + (y))
/linux-6.3-rc2/arch/mips/lantiq/
A Dirq.c51 ltq_w32((x), ltq_icu_membase[vpe] + m*LTQ_ICU_IM_SIZE + (y))
56 #define ltq_eiu_w32(x, y) ltq_w32((x), ltq_eiu_membase + (y))
/linux-6.3-rc2/arch/mips/lantiq/xway/
A Dgptu.c58 #define gptu_w32(x, y) ltq_w32((x), gptu_membase + (y))
A Ddma.c53 #define ltq_dma_w32(x, y) ltq_w32(x, ltq_dma_membase + (y))
A Dsysctrl.c147 #define pmu_w32(x, y) ltq_w32((x), pmu_membase + (y))
/linux-6.3-rc2/drivers/pinctrl/
A Dpinctrl-falcon.c41 #define pad_w32(p, val, reg) ltq_w32(val, p + reg)
/linux-6.3-rc2/drivers/net/ethernet/
A Dlantiq_etop.c72 #define ltq_etop_w32(x, y) ltq_w32(x, ltq_etop_membase + (y))

Completed in 18 milliseconds