Home | History | Annotate | Download | only in dev

Lines Matching refs:pyro_pbm

94 void pyro_init_iommu(struct pyro_softc *, struct pyro_pbm *);
96 pci_chipset_tag_t pyro_alloc_chipset(struct pyro_pbm *, int,
98 bus_space_tag_t pyro_alloc_mem_tag(struct pyro_pbm *);
99 bus_space_tag_t pyro_alloc_io_tag(struct pyro_pbm *);
100 bus_space_tag_t pyro_alloc_config_tag(struct pyro_pbm *);
101 bus_space_tag_t pyro_alloc_bus_tag(struct pyro_pbm *, const char *, int);
102 bus_dma_tag_t pyro_alloc_dma_tag(struct pyro_pbm *);
185 struct pyro_pbm *pbm;
245 pyro_init_iommu(struct pyro_softc *sc, struct pyro_pbm *pbm)
286 struct pyro_pbm *pp = pc->cookie;
311 struct pyro_pbm *pp = pc->cookie;
336 struct pyro_pbm *pp = pa->pa_pc->cookie;
373 pyro_alloc_mem_tag(struct pyro_pbm *pp)
379 pyro_alloc_io_tag(struct pyro_pbm *pp)
385 pyro_alloc_config_tag(struct pyro_pbm *pp)
391 pyro_alloc_bus_tag(struct pyro_pbm *pbm, const char *name, int type)
413 pyro_alloc_dma_tag(struct pyro_pbm *pbm)
440 pyro_alloc_chipset(struct pyro_pbm *pbm, int node, pci_chipset_tag_t pc)
461 struct pyro_pbm *pbm = t->_cookie;
475 struct pyro_pbm *pbm = t->cookie;
519 struct pyro_pbm *pbm = t->cookie;
557 struct pyro_pbm *pbm = t->cookie;
640 struct pyro_pbm *pbm = (struct pyro_pbm *)pc->cookie;