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

/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c428 cr->cr_res = bhnd_alloc_resource(sc->dev,
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.h503 bhnd_alloc_resource(device_t dev, int type, int *rid, rman_res_t start, function
528 return bhnd_alloc_resource(dev, type, rid, 0, ~0, 1, flags);
537 * @param r A pointer to the resource returned by bhnd_alloc_resource or
557 * @param r A pointer to the resource returned by bhnd_alloc_resource or
572 * Free a resource allocated by bhnd_alloc_resource().
577 * @param r A pointer to the resource returned by bhnd_alloc_resource or

Completed in 67 milliseconds