Home
last modified time | relevance | path

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

/freebsd/sys/dev/puc/
H A Dpucdata.c1790 bar = puc_get_bar(sc, cfg->rid + i * cfg->d_rid); in puc_config_advantech()
1917 bar = puc_get_bar(sc, cfg->rid); in puc_config_quatech()
2007 bar = puc_get_bar(sc, cfg->rid); in puc_config_syba()
2215 bar = puc_get_bar(sc, cfg->rid); in puc_config_oxford_pcie()
2250 bar = puc_get_bar(sc, cfg->rid); in puc_config_oxford_pcie()
2324 bar = puc_get_bar(sc, 0x14); in puc_config_systembase()
H A Dpuc_bfe.h79 struct puc_bar *puc_get_bar(struct puc_softc *sc, int rid);
H A Dpuc.c77 puc_get_bar(struct puc_softc *sc, int rid) in puc_get_bar() function
96 bar = puc_get_bar(sc, -1); in puc_get_bar()
281 bar = puc_get_bar(sc, res); in puc_bfe_attach()