Lines Matching refs:region
68 * have no interleaving at all. The as2 region is interleaved
69 * between two channels. The mot region is magic and may overlap
74 static struct region {
90 void (*mk_region)(char *name, struct region *rp, void *asym);
339 static void mk_region(char *name, struct region *rp, u64 base, u64 limit)
347 static void mk_region_mask(char *name, struct region *rp, u64 base, u64 mask)
358 pr_info(FW_BUG "MOT region base/mask alignment error\n");
367 static bool in_region(struct region *rp, u64 addr)
446 static void apl_mk_region(char *name, struct region *rp, void *asym)
456 static void dnv_mk_region(char *name, struct region *rp, void *asym)
529 /* PMI channel idx (always 0) for asymmetric region */
532 /* PMI channel bitmap (always 1) for symmetric region */
653 /* Determine if address is in the MOT region. */