HomeSort by: relevance | last modified time | path
    Searched defs:pnpresources (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/pnpbios/
pnpbiosvar.h 67 struct pnpresources { struct
73 struct pnpresources *dependent_link;
84 struct pnpresources *resc;
89 int pnpbios_io_map(pnpbios_tag_t, struct pnpresources *, int,
91 void pnpbios_io_unmap(pnpbios_tag_t, struct pnpresources *, int,
93 void *pnpbios_intr_establish(pnpbios_tag_t, struct pnpresources *, int,
96 int pnpbios_getiobase(pnpbios_tag_t, struct pnpresources *, int,
98 int pnpbios_getiosize(pnpbios_tag_t, struct pnpresources *, int, int *);
99 int pnpbios_getirqnum(pnpbios_tag_t, struct pnpresources *, int, int *, int *);
100 int pnpbios_getdmachan(pnpbios_tag_t, struct pnpresources *, int, int *)
    [all...]
  /src/sys/arch/prep/pnpbus/
pnpbusvar.h 71 struct pnpresources { struct
101 struct pnpresources pna_res; /* resources gathered from PNP */
128 int (*ih_fun)(void *), void *ih_arg, struct pnpresources *r);
130 int pnpbus_getirqnum(struct pnpresources *r, int idx, int *irqp, int *istp);
131 int pnpbus_getdmachan(struct pnpresources *r, int idx, int *chanp);
132 int pnpbus_getioport(struct pnpresources *r, int idx, int *basep,
134 int pnpbus_io_map(struct pnpresources *r, int idx, bus_space_tag_t *tagp,
136 void pnpbus_io_unmap(struct pnpresources *r, int idx, bus_space_tag_t tag,
138 int pnpbus_getiomem(struct pnpresources *r, int idx, int *basep,
140 int pnpbus_iomem_map(struct pnpresources *r, int idx, bus_space_tag_t *tagp
    [all...]

Completed in 11 milliseconds