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

  /src/sys/arch/dreamcast/include/
pci_machdep.h 56 void *pc_conf_v; member in struct:dreamcast_pci_chipset
80 (*(c)->pc_bus_maxdevs)((c)->pc_conf_v, (b))
82 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
84 (*(c)->pc_decompose_tag)((c)->pc_conf_v, (t), (bp), (dp), (fp))
86 (*(c)->pc_conf_read)((c)->pc_conf_v, (t), (r))
88 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
  /src/sys/arch/amiga/include/
pci_machdep.h 60 void *pc_conf_v; member in struct:amiga_pci_chipset
102 (*(c)->pc_bus_maxdevs)((c)->pc_conf_v, (b))
104 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
106 (*(c)->pc_decompose_tag)((c)->pc_conf_v, (t), (bp), (dp), (fp))
108 (*(c)->pc_conf_read)((c)->pc_conf_v, (t), (r))
110 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
  /src/sys/arch/mips/include/
pci_machdep.h 55 void *pc_conf_v; member in struct:mips_pci_chipset
93 (*(c)->pc_bus_maxdevs)((c)->pc_conf_v, (b))
95 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
97 (*(c)->pc_decompose_tag)((c)->pc_conf_v, (t), (bp), (dp), (fp))
99 (*(c)->pc_conf_read)((c)->pc_conf_v, (t), (r))
101 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
131 (*(c)->pc_pciide_compat_intr_establish)((c)->pc_conf_v, (d), (p), \
  /src/sys/arch/alpha/include/
pci_machdep.h 61 void *pc_conf_v; member in struct:alpha_pci_chipset
  /src/sys/arch/arm/include/
pci_machdep.h 87 void *pc_conf_v; member in struct:arm32_pci_chipset
146 (*(c)->pc_bus_maxdevs)((c)->pc_conf_v, (b))
148 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
150 (*(c)->pc_decompose_tag)((c)->pc_conf_v, (t), (bp), (dp), (fp))
152 ((c)->pc_get_segment ? (*(c)->pc_get_segment)((c)->pc_conf_v) : 0)
154 ((c)->pc_get_devid ? (*(c)->pc_get_devid)((c)->pc_conf_v, (d)) : (d))
156 ((c)->pc_get_frameid ? (*(c)->pc_get_frameid)((c)->pc_conf_v, (d)) : 0)
158 (*(c)->pc_conf_read)((c)->pc_conf_v, (t), (r))
160 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
173 (*(c)->pc_conf_hook)((c)->pc_conf_v, (b), (d), (f), (id)
    [all...]
  /src/sys/arch/riscv/include/
pci_machdep.h 113 void *pc_conf_v; member in struct:riscv_pci_chipset
176 (*(c)->pc_bus_maxdevs)((c)->pc_conf_v, (b))
178 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
180 (*(c)->pc_decompose_tag)((c)->pc_conf_v, (t), (bp), (dp), (fp))
182 ((c)->pc_get_segment ? (*(c)->pc_get_segment)((c)->pc_conf_v) : 0)
184 ((c)->pc_get_devid ? (*(c)->pc_get_devid)((c)->pc_conf_v, (d)) : (d))
186 ((c)->pc_get_frameid ? (*(c)->pc_get_frameid)((c)->pc_conf_v, (d)) : 0)
188 (*(c)->pc_conf_read)((c)->pc_conf_v, (t), (r))
190 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
203 (*(c)->pc_conf_hook)((c)->pc_conf_v, (b), (d), (f), (id)
    [all...]
  /src/sys/arch/powerpc/include/
pci_machdep.h 139 void *pc_conf_v; member in struct:genppc_pci_chipset
212 return (*pc->pc_bus_maxdevs)(pc->pc_conf_v, busno);
218 return (*pc->pc_make_tag)(pc->pc_conf_v, bus, device, function);
224 return (*pc->pc_conf_read)(pc->pc_conf_v, tag, reg);
230 (*pc->pc_conf_write)(pc->pc_conf_v, tag, reg, val);
236 (*pc->pc_decompose_tag)(pc->pc_conf_v, tag, bp, dp, fp);
319 (*pc->pc_conf_interrupt)(pc->pc_conf_v, bus, device, pin, swiz, iline);
326 return (*pc->pc_conf_hook)(pc->pc_conf_v, bus, device, function, id);

Completed in 13 milliseconds