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

/freebsd-11.0-release/sys/dev/pcn/
H A Dif_pcn.c518 sc->pcn_res = bus_alloc_resource_any(dev, PCN_RES, &rid, RF_ACTIVE);
519 if (sc->pcn_res == NULL) {
523 sc->pcn_btag = rman_get_bustag(sc->pcn_res);
524 sc->pcn_bhandle = rman_get_bushandle(sc->pcn_res);
528 bus_release_resource(dev, PCN_RES, PCN_RID, sc->pcn_res);
576 sc->pcn_res = bus_alloc_resource_any(dev, PCN_RES, &rid, RF_ACTIVE);
578 if (sc->pcn_res == NULL) {
584 sc->pcn_btag = rman_get_bustag(sc->pcn_res);
585 sc->pcn_bhandle = rman_get_bushandle(sc->pcn_res);
722 if (sc->pcn_res)
[all...]
H A Dif_pcnreg.h455 struct resource *pcn_res; member in struct:pcn_softc

Completed in 44 milliseconds