Lines Matching defs:addr_base
36 * @addr_base: base address of the memory bank
43 u32 fsl_lbc_addr(phys_addr_t addr_base)
46 u32 addr = addr_base & 0xffff8000;
51 return addr | ((addr_base & 0x300000000ull) >> 19);
57 * @addr_base: base address of the memory bank
60 * registers with the supplied addr_base argument. When bases match this
64 int fsl_lbc_find(phys_addr_t addr_base)
77 if (br & BR_V && (br & or & BR_BA) == fsl_lbc_addr(addr_base))
87 * @addr_base: base address of the memory bank controlled by the UPM
94 int fsl_upm_find(phys_addr_t addr_base, struct fsl_upm *upm)
100 bank = fsl_lbc_find(addr_base);