Lines Matching refs:b_res
101 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
103 if (bar->b_res == NULL) { in puc_get_bar()
106 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type, in puc_get_bar()
108 if (bar->b_res == NULL) { in puc_get_bar()
116 start = rman_get_start(bar->b_res); in puc_get_bar()
117 end = rman_get_end(bar->b_res); in puc_get_bar()
121 bar->b_res); in puc_get_bar()
122 bar->b_res = NULL; in puc_get_bar()
287 start = rman_get_start(bar->b_res); in puc_bfe_attach()
301 bsh = rman_get_bushandle(bar->b_res); in puc_bfe_attach()
302 bst = rman_get_bustag(bar->b_res); in puc_bfe_attach()
386 if (bar->b_res != NULL) in puc_bfe_attach()
388 bar->b_rid, bar->b_res); in puc_bfe_attach()
431 if (bar->b_res != NULL) in puc_bfe_detach()
433 bar->b_rid, bar->b_res); in puc_bfe_detach()