Searched refs:bcm_perf_writel (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/mips/bcm63xx/ |
D | setup.c | 39 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()
|
D | irq.c | 86 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()
|
D | prom.c | 41 bcm_perf_writel(reg, PERF_CKCTL_REG); in prom_init()
|
D | clk.c | 42 bcm_perf_writel(reg, PERF_CKCTL_REG); in bcm_hwclock_set()
|
/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_io.h | 73 #define bcm_perf_writel(v, o) bcm_rset_writel(RSET_PERF, (v), (o)) macro
|