Lines Matching defs:base
53 unsigned long base;
101 * @offsets: register offsets from module base
647 * module base. This allows us to check them against the legacy hwmod
1509 u32 base;
1522 .base = (optbase), \
1706 * Early quirks based on module base and register offsets only that are
1717 if (!q->base)
1720 if (q->base != ddata->module_pa)
1746 if (q->base && q->base != ddata->module_pa)
3085 static int sysc_add_disabled(unsigned long base)
3093 disabled_module->base = base;
3177 * Add disabled devices to the list based on the module base.
3224 if (ddata->module_pa == disabled_module->base) {