Searched refs:puc_get_bar (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/puc/
H A Dpuc_bfe.h79 struct puc_bar *puc_get_bar(struct puc_softc *sc, int rid);
H A Dpucdata.c1287 bar = puc_get_bar(sc, cfg->rid);
1384 bar = puc_get_bar(sc, cfg->rid);
1592 bar = puc_get_bar(sc, cfg->rid);
1609 * puc_get_bar(), so we return a value of 16. This has cosmetic
1627 bar = puc_get_bar(sc, cfg->rid);
H A Dpuc.c74 puc_get_bar(struct puc_softc *sc, int rid) function
93 bar = puc_get_bar(sc, -1);
278 bar = puc_get_bar(sc, res);

Completed in 156 milliseconds