Home
last modified time | relevance | path

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

/arch/mips/lantiq/falcon/
Dprom.c58 i->partnum = (ltq_r32(FALCON_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()
59 i->rev = (ltq_r32(FALCON_CHIPID) & REV_MASK) >> REV_SHIFT; in ltq_soc_detect()
60 i->srev = ((ltq_r32(FALCON_CHIPCONF) & SREV_MASK) >> SREV_SHIFT); in ltq_soc_detect()
68 type = (ltq_r32(FALCON_CHIPTYPE) & TYPE_MASK) >> TYPE_SHIFT; in ltq_soc_detect()
Dsysctrl.c67 #define sysctl_r32(m, x) ltq_r32(sysctl_membase[m] + (x))
72 #define status_r32(x) ltq_r32(status_membase + (x))
/arch/mips/include/asm/mach-lantiq/
Dlantiq.h16 #define ltq_r32(reg) __raw_readl(reg) macro
19 ltq_w32((ltq_r32(reg) & ~(clear)) | (set), reg)
25 #define ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x))
/arch/mips/include/asm/mach-lantiq/falcon/
Dlantiq_soc.h53 #define ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x))
56 #define ltq_sys1_r32(x) ltq_r32(ltq_sys1_membase + (x))
/arch/mips/pci/
Dops-lantiq.c51 *data = ltq_r32(((u32 *)(cfg_base))); in ltq_pci_config_access()
59 temp = ltq_r32(((u32 *)(cfg_base))); in ltq_pci_config_access()
Dpci-lantiq.c60 #define ltq_pci_r32(x) ltq_r32(ltq_pci_membase + (x))
63 #define ltq_pci_cfg_r32(x) ltq_r32(ltq_pci_mapped_cfg + (x))
/arch/mips/lantiq/
Dearly_printk.c27 do { } while ((ltq_r32(LTQ_ASC_FSTAT) & TXMASK) >> TXOFFSET); in prom_putchar()
Dirq.c52 #define ltq_icu_r32(m, x) ltq_r32(ltq_icu_membase[m] + (x))
55 #define ltq_eiu_r32(x) ltq_r32(ltq_eiu_membase + (x))
/arch/mips/lantiq/xway/
Dprom.c45 i->partnum = (ltq_r32(LTQ_MPS_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()
46 i->rev = (ltq_r32(LTQ_MPS_CHIPID) & REV_MASK) >> REV_SHIFT; in ltq_soc_detect()
Dgptu.c61 #define gptu_r32(x) ltq_r32(gptu_membase + (x))
Ddma.c57 #define ltq_dma_r32(x) ltq_r32(ltq_dma_membase + (x))
Dsysctrl.c146 #define pmu_r32(x) ltq_r32(pmu_membase + (x))
153 #define xbar_r32(x) ltq_r32(ltq_xbar_membase + (x))
Dreset.c110 return ltq_r32(ltq_rcu_membase + reg_off); in ltq_rcu_r32()
/arch/mips/include/asm/mach-lantiq/xway/
Dlantiq_soc.h73 #define ltq_cgu_r32(x) ltq_r32(ltq_cgu_membase + (x))