HomeSort by: relevance | last modified time | path
    Searched defs:pc_conf_write (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/arch/sgimips/include/
pci_machdep.h 59 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:sgimips_pci_chipset
pci_machdep.h 59 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:sgimips_pci_chipset
pci_machdep.h 59 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:sgimips_pci_chipset
  /src/sys/arch/dreamcast/include/
pci_machdep.h 64 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:dreamcast_pci_chipset
88 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
pci_machdep.h 64 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:dreamcast_pci_chipset
88 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
pci_machdep.h 64 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:dreamcast_pci_chipset
88 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
  /src/sys/arch/hpcmips/include/
pci_machdep.h 60 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, pcireg_t); member in struct:hpcmips_pci_chipset
85 (*(c)->pc_conf_write)((c), (t), (r), (v))
pci_machdep.h 60 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, pcireg_t); member in struct:hpcmips_pci_chipset
85 (*(c)->pc_conf_write)((c), (t), (r), (v))
pci_machdep.h 60 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, pcireg_t); member in struct:hpcmips_pci_chipset
85 (*(c)->pc_conf_write)((c), (t), (r), (v))
  /src/sys/arch/amiga/include/
pci_machdep.h 69 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:amiga_pci_chipset
110 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
pci_machdep.h 69 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:amiga_pci_chipset
110 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
pci_machdep.h 69 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:amiga_pci_chipset
110 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
  /src/sys/arch/arc/include/
pci_machdep.h 63 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:arc_pci_chipset
94 (*(c)->pc_conf_write)((c), (t), (r), (v))
pci_machdep.h 63 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:arc_pci_chipset
94 (*(c)->pc_conf_write)((c), (t), (r), (v))
pci_machdep.h 63 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:arc_pci_chipset
94 (*(c)->pc_conf_write)((c), (t), (r), (v))
  /src/sys/arch/hppa/include/
pci_machdep.h 50 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:hppa_pci_chipset_tag
80 (*(c)->pc_conf_write)((c)->_cookie, (t), (r), (v))
pci_machdep.h 50 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:hppa_pci_chipset_tag
80 (*(c)->pc_conf_write)((c)->_cookie, (t), (r), (v))
pci_machdep.h 50 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:hppa_pci_chipset_tag
80 (*(c)->pc_conf_write)((c)->_cookie, (t), (r), (v))
  /src/sys/arch/mips/include/
pci_machdep.h 63 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:mips_pci_chipset
101 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
pci_machdep.h 63 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:mips_pci_chipset
101 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
pci_machdep.h 63 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:mips_pci_chipset
101 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
  /src/sys/arch/alpha/include/
pci_machdep.h 69 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:alpha_pci_chipset
pci_machdep.h 69 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:alpha_pci_chipset
pci_machdep.h 69 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:alpha_pci_chipset
  /src/sys/arch/arm/include/
pci_machdep.h 98 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:arm32_pci_chipset
160 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))

Completed in 163 milliseconds

1 2