Searched refs:addr_base (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/powerpc/sysdev/
H A Dfsl_lbc.c58 * @addr_base: base address of the memory bank
61 * registers with the supplied addr_base argument. When bases match this
65 int fsl_lbc_find(phys_addr_t addr_base) argument
76 if (br & BR_V && (br & or & BR_BA) == addr_base)
86 * @addr_base: base address of the memory bank controlled by the UPM
93 int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm) argument
98 bank = fsl_lbc_find(addr_base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dfsl_lbc.h238 extern int fsl_lbc_find(phys_addr_t addr_base);
239 extern int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40.c675 u32 addr_base; local
684 addr_base = (d40c->phy_chan->num % 2) * 4;
688 writel(var, d40c->base->virtbase + D40_DREG_PRMSE + addr_base);
694 writel(var, d40c->base->virtbase + D40_DREG_PRMOE + addr_base);

Completed in 174 milliseconds