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

/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c173 struct resource *m_res; /**< resource containing the register window, or NULL if no window mapped */ member in struct:bhndb_pci_probe
1306 p->m_res = NULL;
1464 KASSERT(probe->m_res != NULL, ("missing regwin resource"));
1517 *res = probe->m_res;
1557 probe->m_res = regwin_res;

Completed in 59 milliseconds