Searched refs:asic_reg_addr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/powertv/
H A Dreset.c40 writel(0x1, asic_reg_addr(watchdog));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-powertv/
H A Dasic_regs.h109 * asic_reg_addr Returns the iomapped virtual address of the given
112 #define asic_reg_addr(x) (_asic_register_map.x.virt) macro
114 (unsigned long) asic_reg_addr(x))))
121 #define asic_read(x) readl(asic_reg_addr(x))
122 #define asic_write(v, x) writel(v, asic_reg_addr(x))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcsrc-powertv.c170 tim_c = (struct tim_c *) asic_reg_addr(tim_ch);

Completed in 84 milliseconds