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

  /src/sys/arch/ia64/include/
pci_machdep.h 34 typedef struct pci_chipset_tag *pci_chipset_tag_t; typedef in typeref:struct:pci_chipset_tag *
39 int pci_bus_maxdevs(pci_chipset_tag_t, int);
40 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
41 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t, int *, int *, int *);
42 pcireg_t pci_conf_read(pci_chipset_tag_t, pcitag_t, int);
43 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
  /src/sys/arch/cobalt/include/
pci_machdep.h 54 typedef struct cobalt_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:cobalt_pci_chipset *
68 int pci_bus_maxdevs(pci_chipset_tag_t, int);
69 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
70 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t,
72 pcireg_t pci_conf_read(pci_chipset_tag_t, pcitag_t, int);
73 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int,
77 const char *pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t, char *, size_t);
78 const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
79 void *pci_intr_establish(pci_chipset_tag_t, pci_intr_handle_t,
81 void pci_intr_disestablish(pci_chipset_tag_t, void *)
    [all...]
  /src/sys/arch/atari/include/
pci_machdep.h 52 typedef void *pci_chipset_tag_t; typedef in typeref:typename:void *
70 int pci_bus_maxdevs(pci_chipset_tag_t, int);
71 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
72 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t, int *, int *,
74 pcireg_t pci_conf_read(pci_chipset_tag_t, pcitag_t, int);
75 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
78 const char *pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t, char *, size_t);
79 const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
80 void *pci_intr_establish(pci_chipset_tag_t, pci_intr_handle_t,
82 void pci_intr_disestablish(pci_chipset_tag_t, void *)
    [all...]
  /src/sys/arch/sandpoint/include/
pci_machdep.h 55 typedef void *pci_chipset_tag_t; typedef in typeref:typename:void *
72 int pci_bus_maxdevs(pci_chipset_tag_t, int);
73 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
74 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t,
76 pcireg_t pci_conf_read(pci_chipset_tag_t, pcitag_t, int);
77 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int,
81 const char *pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t,
83 const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
84 void *pci_intr_establish(pci_chipset_tag_t, pci_intr_handle_t,
86 void *pci_intr_establish_xname(pci_chipset_tag_t, pci_intr_handle_t
    [all...]
  /src/sys/arch/sgimips/include/
pci_machdep.h 48 typedef struct sgimips_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:sgimips_pci_chipset *
57 int (*pc_bus_maxdevs)(pci_chipset_tag_t, int);
58 pcireg_t (*pc_conf_read)(pci_chipset_tag_t, pcitag_t, int);
59 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int,
61 int (*pc_conf_hook)(pci_chipset_tag_t, int, int, int,
65 const char * (*pc_intr_string)(pci_chipset_tag_t pc,
83 int pci_bus_maxdevs(pci_chipset_tag_t, int);
84 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
85 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t,
87 pcireg_t pci_conf_read(pci_chipset_tag_t, pcitag_t, int)
    [all...]
  /src/sys/arch/sparc/include/
pci_machdep.h 39 typedef struct sparc_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:sparc_pci_chipset *
84 int pci_bus_maxdevs(pci_chipset_tag_t, int);
85 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
86 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t,
88 pcireg_t pci_conf_read(pci_chipset_tag_t, pcitag_t, int);
89 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
92 const char *pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t,
94 const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
95 void *pci_intr_establish(pci_chipset_tag_t, pci_intr_handle_t,
97 void pci_intr_disestablish(pci_chipset_tag_t, void *)
    [all...]
  /src/sys/arch/landisk/include/
pci_machdep.h 44 typedef void *pci_chipset_tag_t; typedef in typeref:typename:void *
61 const char *landisk_pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t,
63 const struct evcnt *landisk_pci_intr_evcnt(pci_chipset_tag_t,pci_intr_handle_t);
64 void *landisk_pci_intr_establish(pci_chipset_tag_t, pci_intr_handle_t, int,
66 void landisk_pci_intr_disestablish(pci_chipset_tag_t, void *);
  /src/sys/arch/dreamcast/include/
pci_machdep.h 42 typedef struct dreamcast_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:dreamcast_pci_chipset *
  /src/sys/arch/hpcmips/include/
pci_machdep.h 36 typedef struct hpcmips_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:hpcmips_pci_chipset *
54 int (*pc_bus_maxdevs)(pci_chipset_tag_t, int);
55 int (*pc_bus_devorder)(pci_chipset_tag_t, int, uint8_t *, int);
56 pcitag_t (*pc_make_tag)(pci_chipset_tag_t, int, int, int);
57 void (*pc_decompose_tag)(pci_chipset_tag_t, pcitag_t, int *, int *,
59 pcireg_t (*pc_conf_read)(pci_chipset_tag_t, pcitag_t, int);
60 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
62 const char *(*pc_intr_string)(pci_chipset_tag_t, pci_intr_handle_t,
64 const struct evcnt *(*pc_intr_evcnt)(pci_chipset_tag_t,
66 void *(*pc_intr_establish)(pci_chipset_tag_t, pci_intr_handle_t, int
    [all...]
  /src/sys/arch/x86/include/
pci_machdep_common.h 88 typedef struct pci_chipset_tag *pci_chipset_tag_t; typedef in typeref:struct:pci_chipset_tag *
92 pci_chipset_tag_t pc_super;
110 int pci_bus_maxdevs(pci_chipset_tag_t, int);
111 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
112 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t,
114 pcireg_t pci_conf_read(pci_chipset_tag_t, pcitag_t, int);
115 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int,
119 const char *pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t,
121 const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
122 void *pci_intr_establish(pci_chipset_tag_t, pci_intr_handle_t
    [all...]
  /src/sys/arch/sparc64/include/
pci_machdep.h 59 typedef struct sparc_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:sparc_pci_chipset *
67 pcireg_t (*spc_conf_read)(pci_chipset_tag_t, pcitag_t, int);
68 void (*spc_conf_write)(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
71 void *(*spc_intr_establish)(pci_chipset_tag_t, pci_intr_handle_t, int, int (*)(void *), void *);
87 int pci_bus_maxdevs(pci_chipset_tag_t, int);
88 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
89 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t, int *, int *,
91 const char *pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t,
93 const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
96 void pci_intr_disestablish(pci_chipset_tag_t, void *)
    [all...]
  /src/sys/arch/amiga/include/
pci_machdep.h 49 typedef struct amiga_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:amiga_pci_chipset *
63 int (*pc_bus_maxdevs)(pci_chipset_tag_t, int);
64 pcitag_t (*pc_make_tag)(pci_chipset_tag_t, int, int, int);
65 void (*pc_decompose_tag)(pci_chipset_tag_t, pcitag_t, int *,
67 pcireg_t(*pc_conf_read)(pci_chipset_tag_t, pcitag_t,
69 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int,
71 int (*pc_conf_hook)(pci_chipset_tag_t, int, int, int,
76 const char *(*pc_intr_string)(pci_chipset_tag_t,
78 void *(*pc_intr_establish)(pci_chipset_tag_t,
80 void (*pc_intr_disestablish)(pci_chipset_tag_t, void *)
    [all...]
  /src/sys/arch/arc/include/
pci_machdep.h 47 typedef struct arc_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:arc_pci_chipset *
58 int (*pc_bus_maxdevs)(pci_chipset_tag_t, int);
59 pcitag_t (*pc_make_tag)(pci_chipset_tag_t, int, int, int);
60 void (*pc_decompose_tag)(pci_chipset_tag_t, pcitag_t,
62 pcireg_t (*pc_conf_read)(pci_chipset_tag_t, pcitag_t, int);
63 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int,
67 const char *(*pc_intr_string)(pci_chipset_tag_t,
71 void *(*pc_intr_establish)(pci_chipset_tag_t,
73 void (*pc_intr_disestablish)(pci_chipset_tag_t, void *);
74 void (*pc_conf_interrupt)(pci_chipset_tag_t, int, int, int
    [all...]
  /src/sys/arch/hppa/include/
pci_machdep.h 35 typedef struct hppa_pci_chipset_tag *pci_chipset_tag_t; typedef in typeref:struct:hppa_pci_chipset_tag *
92 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ihp,
  /src/sys/arch/mips/include/
pci_machdep.h 41 typedef struct mips_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:mips_pci_chipset *
116 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ihp,
  /src/sys/arch/alpha/include/
pci_machdep.h 44 typedef struct alpha_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:alpha_pci_chipset *
74 const char *(*pc_intr_string)(pci_chipset_tag_t,
76 const struct evcnt *(*pc_intr_evcnt)(pci_chipset_tag_t,
78 void *(*pc_intr_establish)(pci_chipset_tag_t,
80 void (*pc_intr_disestablish)(pci_chipset_tag_t, void *);
93 void (*pc_intr_enable)(pci_chipset_tag_t, int);
94 void (*pc_intr_disable)(pci_chipset_tag_t, int);
95 void (*pc_intr_set_affinity)(pci_chipset_tag_t, int,
102 pci_chipset_tag_t);
115 int pci_bus_maxdevs(pci_chipset_tag_t, int)
    [all...]
  /src/sys/arch/arm/include/
pci_machdep.h 51 typedef struct arm32_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:arm32_pci_chipset *
179 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ihp,
188 pci_intr_establish_xname(pci_chipset_tag_t pc, pci_intr_handle_t ih,
195 pci_intr_type_t pci_intr_type(pci_chipset_tag_t, pci_intr_handle_t);
198 void pci_intr_release(pci_chipset_tag_t, pci_intr_handle_t *, int);
  /src/sys/arch/riscv/include/
pci_machdep.h 77 typedef struct riscv_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:riscv_pci_chipset *
209 pci_intr_setattr(pci_chipset_tag_t pc, pci_intr_handle_t *ihp,
218 pci_intr_establish_xname(pci_chipset_tag_t pc, pci_intr_handle_t ih,
226 pci_intr_type(pci_chipset_tag_t, pci_intr_handle_t);
229 void pci_intr_release(pci_chipset_tag_t, pci_intr_handle_t *, int);
  /src/sys/arch/powerpc/include/
pci_machdep.h 47 typedef struct genppc_pci_chipset *pci_chipset_tag_t; typedef in typeref:struct:genppc_pci_chipset *
57 static __inline pci_chipset_tag_t pcibus_attach_args_pc(
59 static __inline pci_chipset_tag_t pci_attach_args_pc(
80 int pci_bus_maxdevs(pci_chipset_tag_t, int);
81 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
82 pcireg_t pci_conf_read(pci_chipset_tag_t, pcitag_t, int);
83 void pci_conf_write(pci_chipset_tag_t, pcitag_t, int, pcireg_t);
84 void pci_decompose_tag(pci_chipset_tag_t, pcitag_t,
87 const char * pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t,
90 pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t)
    [all...]

Completed in 19 milliseconds