Home
last modified time | relevance | path

Searched refs:RSET_WDT (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_cpu.h86 RSET_WDT, enumerator
250 case RSET_WDT: in bcm63xx_regset_address()
298 case RSET_WDT: in bcm63xx_regset_address()
346 case RSET_WDT: in bcm63xx_regset_address()
394 case RSET_WDT: in bcm63xx_regset_address()
Dbcm63xx_io.h76 #define bcm_wdt_readl(o) bcm_rset_readl(RSET_WDT, (o))
77 #define bcm_wdt_writel(v, o) bcm_rset_writel(RSET_WDT, (v), (o))
/linux-2.6.39/arch/mips/bcm63xx/
Dcpu.c39 [RSET_WDT] = BCM_6338_WDT_BASE,
76 [RSET_WDT] = BCM_6345_WDT_BASE,
114 [RSET_WDT] = BCM_6348_WDT_BASE,
156 [RSET_WDT] = BCM_6358_WDT_BASE,
Ddev-wdt.c31 wdt_resources[0].start = bcm63xx_regset_address(RSET_WDT); in bcm63xx_wdt_register()