Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pccard/
HDpccard.c629 pf->ccr_res = bus_alloc_resource(dev, SYS_RES_MEMORY, in pccard_function_enable()
631 if (!pf->ccr_res) in pccard_function_enable()
634 rman_get_start(pf->ccr_res), rman_get_end(pf->ccr_res), in pccard_function_enable()
640 pf->pf_ccrt = rman_get_bustag(pf->ccr_res); in pccard_function_enable()
641 pf->pf_ccrh = rman_get_bushandle(pf->ccr_res); in pccard_function_enable()
746 pf->ccr_res); in pccard_function_disable()
747 pf->ccr_res = NULL; in pccard_function_disable()
HDpccardvar.h135 struct resource *ccr_res; member