Searched defs:pbm (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/sys/arch/sparc64/dev/ |
H A D | schizo.c | 177 struct schizo_pbm *pbm; in schizo_init() local 387 schizo_init_iommu(struct schizo_softc *sc, struct schizo_pbm *pbm) in schizo_init_iommu() 538 schizo_set_intr(struct schizo_softc *sc, struct schizo_pbm *pbm, int ipl, in schizo_set_intr() 592 schizo_alloc_bus_tag(struct schizo_pbm *pbm, const char *name, int ss, in schizo_alloc_bus_tag() 618 schizo_alloc_dma_tag(struct schizo_pbm *pbm) in schizo_alloc_dma_tag() 641 schizo_alloc_chipset(struct schizo_pbm *pbm, int node, pci_chipset_tag_t pc) in schizo_alloc_chipset() 669 struct schizo_pbm *pbm = t->cookie; in schizo_bus_map() local 711 struct schizo_pbm *pbm = t->cookie; in schizo_bus_mmap() local 742 struct schizo_pbm *pbm = t->cookie; in schizo_bus_addr() local 773 struct schizo_pbm *pbm = t->cookie; in schizo_intr_establish() local
|
H A D | vpci.c | 163 struct vpci_pbm *pbm; in vpci_attach() local 236 vpci_init_iommu(struct vpci_softc *sc, struct vpci_pbm *pbm) in vpci_init_iommu() 253 vpci_init_msi(struct vpci_softc *sc, struct vpci_pbm *pbm) in vpci_init_msi() 383 struct vpci_pbm *pbm = pc->cookie; in vpci_conf_read() local 395 struct vpci_pbm *pbm = pc->cookie; in vpci_conf_write() local 408 struct vpci_pbm *pbm = pa->pa_pc->cookie; in vpci_intr_map() local 457 vpci_alloc_bus_tag(struct vpci_pbm *pbm, const char *name, int ss, in vpci_alloc_bus_tag() 483 vpci_alloc_dma_tag(struct vpci_pbm *pbm) in vpci_alloc_dma_tag() 506 vpci_alloc_chipset(struct vpci_pbm *pbm, int node, pci_chipset_tag_t pc) in vpci_alloc_chipset() 541 struct vpci_pbm *pbm = t->cookie; in vpci_bus_map() local [all …]
|
H A D | pyro.c | 226 struct pyro_pbm *pbm; in pyro_init() local 292 pyro_init_iommu(struct pyro_softc *sc, struct pyro_pbm *pbm) in pyro_init_iommu() 335 pyro_init_msi(struct pyro_softc *sc, struct pyro_pbm *pbm) in pyro_init_msi() 540 pyro_alloc_bus_tag(struct pyro_pbm *pbm, const char *name, int ss, in pyro_alloc_bus_tag() 566 pyro_alloc_dma_tag(struct pyro_pbm *pbm) in pyro_alloc_dma_tag() 589 pyro_alloc_chipset(struct pyro_pbm *pbm, int node, pci_chipset_tag_t pc) in pyro_alloc_chipset() 617 struct pyro_pbm *pbm = t->cookie; in pyro_bus_map() local 659 struct pyro_pbm *pbm = t->cookie; in pyro_bus_mmap() local 700 struct pyro_pbm *pbm = t->cookie; in pyro_intr_establish_cpu() local 827 struct pyro_pbm *pbm = eq->eq_pbm; in pyro_msi_eq_intr() local
|
H A D | schizovar.h | 70 #define schizo_pbm_read(pbm,r) \ argument 72 #define schizo_pbm_write(pbm,r,v) \ argument 74 #define schizo_cfg_read(pbm,r) \ argument 76 #define schizo_cfg_write(pbm,r,v) \ argument
|