Home
last modified time | relevance | path

Searched refs:bcm_perf_writel (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/mips/bcm63xx/
Dsetup.c39 bcm_perf_writel(reg, PERF_SOFTRESET_REG); in bcm6348_a1_reboot()
44 bcm_perf_writel(reg, PERF_SOFTRESET_REG); in bcm6348_a1_reboot()
72 bcm_perf_writel(reg, PERF_EXTIRQ_CFG_REG); in bcm63xx_machine_reboot()
80 bcm_perf_writel(reg, PERF_SYS_PLL_CTL_REG); in bcm63xx_machine_reboot()
Dirq.c86 bcm_perf_writel(mask, PERF_IRQMASK_REG); in bcm63xx_internal_irq_mask()
96 bcm_perf_writel(mask, PERF_IRQMASK_REG); in bcm63xx_internal_irq_unmask()
110 bcm_perf_writel(reg, PERF_EXTIRQ_CFG_REG); in bcm63xx_external_irq_mask()
120 bcm_perf_writel(reg, PERF_EXTIRQ_CFG_REG); in bcm63xx_external_irq_unmask()
130 bcm_perf_writel(reg, PERF_EXTIRQ_CFG_REG); in bcm63xx_external_irq_clear()
192 bcm_perf_writel(reg, PERF_EXTIRQ_CFG_REG); in bcm63xx_external_irq_set_type()
Dprom.c41 bcm_perf_writel(reg, PERF_CKCTL_REG); in prom_init()
Dclk.c42 bcm_perf_writel(reg, PERF_CKCTL_REG); in bcm_hwclock_set()
/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_io.h73 #define bcm_perf_writel(v, o) bcm_rset_writel(RSET_PERF, (v), (o)) macro