Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c93 .win_type = BHNDB_REGWIN_T_DYN,
126 .win_type = BHNDB_REGWIN_T_DYN,
137 .win_type = BHNDB_REGWIN_T_CORE,
292 .win_type = BHNDB_REGWIN_T_DYN,
303 .win_type = BHNDB_REGWIN_T_SPROM,
317 .win_type = BHNDB_REGWIN_T_CORE,
332 .win_type = BHNDB_REGWIN_T_CORE,
374 .win_type = BHNDB_REGWIN_T_DYN,
385 .win_type = BHNDB_REGWIN_T_SPROM,
393 .win_type = BHNDB_REGWIN_T_CORE,
[all …]
H A Dbhndb_subr.c366 win->win_type != BHNDB_REGWIN_T_INVALID; win++) in bhndb_alloc_resources()
371 if (win->win_type != BHNDB_REGWIN_T_DYN) in bhndb_alloc_resources()
430 win->win_type, in bhndb_alloc_resources()
1444 for (rw = table; rw->win_type != BHNDB_REGWIN_T_INVALID; rw++) { in bhndb_regwin_count()
1445 if (type == BHNDB_REGWIN_T_INVALID || rw->win_type == type) in bhndb_regwin_count()
1468 for (rw = table; rw->win_type != BHNDB_REGWIN_T_INVALID; rw++) in bhndb_regwin_find_type()
1470 if (rw->win_type == type && rw->win_size >= min_size) in bhndb_regwin_find_type()
1499 for (rw = table; rw->win_type != BHNDB_REGWIN_T_INVALID; rw++) in bhndb_regwin_find_core()
1504 if (rw->win_type != BHNDB_REGWIN_T_CORE) in bhndb_regwin_find_core()
1589 if (regw->win_type != BHNDB_REGWIN_T_CORE) in bhndb_regwin_match_core()
H A Dbhndb.h72 bhndb_regwin_type_t win_type; /**< window type */ member
H A Dbhndb_pci.c902 if (rw->win_type != BHNDB_REGWIN_T_DYN) in bhndb_pci_compat_setregwin()
932 switch (rw->win_type) { in bhndb_pci_fast_setregwin()
1464 KASSERT(probe->m_win->win_type == BHNDB_REGWIN_T_DYN, in bhndb_pci_probe_has_mapping()
1465 ("unexpected window type %d", probe->m_win->win_type)); in bhndb_pci_probe_has_mapping()
H A Dbhndb.c256 regw->win_type != BHNDB_REGWIN_T_INVALID; regw++) in bhndb_init_region_cfg()
262 if (regw->win_type != BHNDB_REGWIN_T_CORE) in bhndb_init_region_cfg()
1192 KASSERT(win != NULL && BHNDB_REGWIN_T_IS_STATIC(win->win_type), in bhndb_activate_static_region()
1665 KASSERT(win->win_type == BHNDB_REGWIN_T_DYN, in bhndb_io_resource_get_window()