Home
last modified time | relevance | path

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

/freebsd/sys/dev/puc/
H A Dpuc.c86 while (i < PUC_PCI_BARS && sc->sc_bar[i].b_rid != rid) in puc_get_bar()
89 return (&sc->sc_bar[i]); in puc_get_bar()
227 sc->sc_bar[idx].b_rid = -1; in puc_bfe_attach()
385 bar = &sc->sc_bar[idx]; in puc_bfe_attach()
430 bar = &sc->sc_bar[idx]; in puc_bfe_detach()
H A Dpuc_bfe.h53 struct puc_bar sc_bar[PUC_PCI_BARS]; member
H A Dpucdata.c2225 if (sc->sc_bar[idx++].b_rid != -1) { in puc_config_oxford_pcie()