HomeSort by: relevance | last modified time | path
    Searched refs:psycho_pbm (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/dev/
psychovar.h 37 struct psycho_pbm { struct
90 * with the `other' psycho_pbm allocated at the first's attach.
92 struct psycho_pbm *__sc_psycho_this;
93 struct psycho_pbm *__sc_psycho_other;
134 bus_dma_tag_t psycho_alloc_dma_tag(struct psycho_pbm *);
135 bus_space_tag_t psycho_alloc_bus_tag(struct psycho_pbm *, int);
psycho.c 108 static pci_chipset_tag_t psycho_alloc_chipset(struct psycho_pbm *, int,
110 static struct extent *psycho_alloc_extent(struct psycho_pbm *, int, int,
144 static struct psycho_ranges *get_psychorange(struct psycho_pbm *, int);
301 struct psycho_pbm *pp;
465 * Allocate our psycho_pbm
751 psycho_alloc_chipset(struct psycho_pbm *pp, int node, pci_chipset_tag_t pc)
772 psycho_alloc_extent(struct psycho_pbm *pp, int node, int ss, const char *name)
1080 psycho_alloc_bus_tag(struct psycho_pbm *pp, int type)
1096 psycho_alloc_dma_tag(struct psycho_pbm *pp)
1131 get_psychorange(struct psycho_pbm *pp, int ss
    [all...]
  /src/sys/arch/sparc64/sparc64/
rbus_machdep.c 84 struct psycho_pbm *pp = pc->cookie;
102 struct psycho_pbm *pp = pc->cookie;

Completed in 13 milliseconds