Lines Matching refs:region
70 * have no interleaving at all. The as2 region is interleaved
71 * between two channels. The mot region is magic and may overlap
76 static struct region {
92 void (*mk_region)(char *name, struct region *rp, void *asym);
317 static void mk_region(char *name, struct region *rp, u64 base, u64 limit)
325 static void mk_region_mask(char *name, struct region *rp, u64 base, u64 mask)
336 pr_info(FW_BUG "MOT region base/mask alignment error\n");
345 static bool in_region(struct region *rp, u64 addr)
424 static void apl_mk_region(char *name, struct region *rp, void *asym)
434 static void dnv_mk_region(char *name, struct region *rp, void *asym)
507 /* PMI channel idx (always 0) for asymmetric region */
510 /* PMI channel bitmap (always 1) for symmetric region */
631 /* Determine if address is in the MOT region. */