Home
last modified time | relevance | path

Searched refs:register_windows (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c90 .register_windows = (const struct bhndb_regwin[]) {
123 .register_windows = (const struct bhndb_regwin[]) {
289 .register_windows = (const struct bhndb_regwin[]) {
371 .register_windows = (const struct bhndb_regwin[]) {
446 .register_windows = (const struct bhndb_regwin[]) {
526 .register_windows = (const struct bhndb_regwin[]) {
609 .register_windows = (const struct bhndb_regwin[]) {
H A Dbhndb.h112 const struct bhndb_regwin *register_windows; /**< register window table */ member
H A Dbhndb_pci.c582 sprom_win = bhndb_regwin_find_type(cfg->register_windows, in bhndb_pci_sprom_regwin()
674 win = bhndb_regwin_find_core(sc->bhndb.bus_res->cfg->register_windows, in bhndb_pci_get_core_regs()
1524 regwin_table = probe->hr->cfg->register_windows; in bhndb_pci_probe_map()
H A Dbhndb_subr.c344 r->dwa_count = bhndb_regwin_count(cfg->register_windows, in bhndb_alloc_resources()
365 for (win = cfg->register_windows; in bhndb_alloc_resources()
H A Dbhndb.c255 for (regw = br->cfg->register_windows; in bhndb_init_region_cfg()