Searched refs:ec_res (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.h | 232 struct resource *ec_res; member
|
H A D | al_eth.c | 326 adapter->ec_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &bar_ec, in al_attach() 328 if (adapter->ec_res == NULL) { in al_attach() 334 adapter->ec_base = al_bus_dma_to_va(rman_get_bustag(adapter->ec_res), in al_attach() 335 rman_get_bushandle(adapter->ec_res)); in al_attach() 442 bus_release_resource(dev, SYS_RES_MEMORY, bar_ec, adapter->ec_res); in al_attach() 465 bus_release_resource(dev, SYS_RES_MEMORY, 0, adapter->ec_res); in al_detach()
|