Lines Matching defs:pyro_pbm
60 struct pyro_pbm { struct
61 struct pyro_softc *pp_sc;
63 struct pyro_range *pp_range;
64 pci_chipset_tag_t pp_pc;
65 int pp_nrange;
67 bus_space_tag_t pp_memt;
68 bus_space_tag_t pp_iot;
69 bus_space_tag_t pp_cfgt;
70 bus_space_handle_t pp_cfgh;
71 bus_dma_tag_t pp_dmat;
72 int pp_bus_a;
73 struct iommu_state pp_is;
97 struct pyro_pbm *sc_pbm; argument