Searched refs:regw (Results 1 – 3 of 3) sorted by relevance
250 const struct bhndb_regwin *regw; in bhndb_init_region_cfg() local257 for (regw = br->cfg->register_windows; in bhndb_init_region_cfg()258 regw->win_type != BHNDB_REGWIN_T_INVALID; regw++) in bhndb_init_region_cfg()264 if (regw->win_type != BHNDB_REGWIN_T_CORE) in bhndb_init_region_cfg()268 if (!bhndb_regwin_match_core(regw, core)) in bhndb_init_region_cfg()273 regw->d.core.port_type, in bhndb_init_region_cfg()274 regw->d.core.port, in bhndb_init_region_cfg()275 regw->d.core.region, in bhndb_init_region_cfg()290 if (regw->d.core.offset > size) { in bhndb_init_region_cfg()293 regw->d.core.offset, addr, size); in bhndb_init_region_cfg()[all …]
131 const struct bhndb_regwin *regw,
1586 bhndb_regwin_match_core(const struct bhndb_regwin *regw, in bhndb_regwin_match_core() argument1590 if (regw->win_type != BHNDB_REGWIN_T_CORE) in bhndb_regwin_match_core()1594 if (bhnd_core_class(core) != regw->d.core.class) in bhndb_regwin_match_core()1598 if (core->unit != regw->d.core.unit) in bhndb_regwin_match_core()