Lines Matching refs:remap
189 /* Checks whether the given window has remap capability */
203 u64 *remap)
226 if (remap) {
233 *remap = ((u64)remap_hi << 32) | remap_low;
235 *remap = 0;
330 phys_addr_t remap, u8 target,
362 if (remap == MVEBU_MBUS_NO_REMAP)
365 remap_addr = remap;
375 phys_addr_t remap, u8 target,
380 if (remap == MVEBU_MBUS_NO_REMAP) {
387 size, remap,
393 /* Skip window if need remap but is not supported */
394 if ((remap != MVEBU_MBUS_NO_REMAP) &&
400 remap, target, attr);
514 seq_printf(seq, " (remap %016llx)\n",
550 * base, remap low, remap high)
905 phys_addr_t remap)
915 return mvebu_mbus_alloc_window(s, base, size, remap, target, attribute);