Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/bhndb/
Dbhndb_pci_hwdata.c93 .register_windows = (const struct bhndb_regwin[]) {
127 .register_windows = (const struct bhndb_regwin[]) {
295 .register_windows = (const struct bhndb_regwin[]) {
377 .register_windows = (const struct bhndb_regwin[]) {
452 .register_windows = (const struct bhndb_regwin[]) {
532 .register_windows = (const struct bhndb_regwin[]) {
615 .register_windows = (const struct bhndb_regwin[]) {
Dbhndb.h116 const struct bhndb_regwin *register_windows; /**< register window table */ member
Dbhndb_pci.c586 sprom_win = bhndb_regwin_find_type(cfg->register_windows, in bhndb_pci_sprom_regwin()
678 win = bhndb_regwin_find_core(sc->bhndb.bus_res->cfg->register_windows, in bhndb_pci_get_core_regs()
1528 regwin_table = probe->hr->cfg->register_windows; in bhndb_pci_probe_map()
Dbhndb_subr.c349 r->dwa_count = bhndb_regwin_count(cfg->register_windows, in bhndb_alloc_resources()
370 for (win = cfg->register_windows; in bhndb_alloc_resources()
Dbhndb.c270 for (regw = br->cfg->register_windows; in bhndb_init_region_cfg()