Lines Matching defs:addr_base
37 * @addr_base: base address of the memory bank
44 u32 fsl_lbc_addr(phys_addr_t addr_base)
47 u32 addr = addr_base & 0xffff8000;
52 return addr | ((addr_base & 0x300000000ull) >> 19);
58 * @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)
78 if (br & BR_V && (br & or & BR_BA) == fsl_lbc_addr(addr_base))
88 * @addr_base: base address of the memory bank controlled by the UPM
95 int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm)
101 bank = fsl_lbc_find(addr_base);