Lines Matching defs:bank
37 * @addr_base: base address of the memory bank
57 * fsl_lbc_find - find Localbus bank
58 * @addr_base: base address of the memory bank
62 * function returns bank number (starting with 0), otherwise it returns
74 for (i = 0; i < ARRAY_SIZE(lbc->bank); i++) {
75 u32 br = in_be32(&lbc->bank[i].br);
76 u32 or = in_be32(&lbc->bank[i].or);
88 * @addr_base: base address of the memory bank controlled by the UPM
97 int bank;
101 bank = fsl_lbc_find(addr_base);
102 if (bank < 0)
103 return bank;
109 br = in_be32(&lbc->bank[bank].br);