/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/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/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/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/powerpc/marvell/ |
pci_machdep.c | 55 .pc_conf_v = NULL, 86 .pc_conf_v = NULL,
|
/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);
|
/src/sys/arch/arm/acpi/ |
acpi_pci_graviton.c | 57 struct acpi_pci_context *ap = pc->pc_conf_v; 77 struct acpi_pci_context *ap = pc->pc_conf_v;
|
acpi_pci_smccc.c | 51 struct acpi_pci_context *ap = pc->pc_conf_v; 76 struct acpi_pci_context *ap = pc->pc_conf_v;
|
acpi_pci_n1sdp.c | 77 struct acpi_pci_context *ap = pc->pc_conf_v; 101 struct acpi_pci_context *ap = pc->pc_conf_v; 126 struct acpi_pci_context *ap = pc->pc_conf_v;
|
acpi_pci_layerscape_gen4.c | 136 struct acpi_pci_context *ap = pc->pc_conf_v; 153 struct acpi_pci_context *ap = pc->pc_conf_v; 187 struct acpi_pci_context *ap = pc->pc_conf_v;
|
/src/sys/arch/ibmnws/pci/ |
pci_machdep.c | 66 pc->pc_conf_v = (void *)pc;
|
/src/sys/arch/mvmeppc/pci/ |
pci_machdep.c | 75 pc->pc_conf_v = (void *)pc;
|
/src/sys/arch/alpha/pci/ |
irongate_pci.c | 67 pc->pc_conf_v = v;
|
apecs_pci.c | 51 pc->pc_conf_v = v;
|
lca_pci.c | 52 pc->pc_conf_v = v;
|
mcpcia_pci.c | 58 pc->pc_conf_v = v;
|
tsp_pci.c | 59 pc->pc_conf_v = v;
|
pci_machdep.c | 517 return pc->pc_bus_maxdevs(pc->pc_conf_v, busno); 531 return pc->pc_make_tag(pc->pc_conf_v, bus, dev, func); 548 pc->pc_decompose_tag(pc->pc_conf_v, tag, busp, devp, funcp); 555 return pc->pc_conf_read(pc->pc_conf_v, tag, reg); 563 pc->pc_conf_write(pc->pc_conf_v, tag, reg, val);
|
cia_pci.c | 51 pc->pc_conf_v = v;
|
ttwoga_pci.c | 84 pc->pc_conf_v = v;
|
/src/sys/arch/bebox/pci/ |
pci_machdep.c | 74 pc->pc_conf_v = (void *)pc;
|
/src/sys/arch/alpha/include/ |
pci_machdep.h | 61 void *pc_conf_v; member in struct:alpha_pci_chipset
|
/src/sys/arch/algor/pci/ |
vtpbc.c | 89 pc->pc_conf_v = vt;
|
/src/sys/arch/dreamcast/dev/g2/ |
gapspci_pci.c | 85 pc->pc_conf_v = sc;
|