Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c173 …struct resource *m_res; /**< resource containing the register window, or NULL if no window mapp… member
1305 p->m_res = NULL; in bhndb_pci_probe_alloc()
1463 KASSERT(probe->m_res != NULL, ("missing regwin resource")); in bhndb_pci_probe_has_mapping()
1516 *res = probe->m_res; in bhndb_pci_probe_map()
1556 probe->m_res = regwin_res; in bhndb_pci_probe_map()