Home
last modified time | relevance | path

Searched defs:alpha_pci_chipset (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/alpha/pci/
H A Dpci_machdep.h51 struct alpha_pci_chipset { struct
52 void *pc_conf_v;
53 void (*pc_attach_hook)(struct device *,
55 int (*pc_bus_maxdevs)(void *, int);
56 pcitag_t (*pc_make_tag)(void *, int, int, int);
57 void (*pc_decompose_tag)(void *, pcitag_t, int *,
59 int (*pc_conf_size)(void *, pcitag_t);
60 pcireg_t (*pc_conf_read)(void *, pcitag_t, int);
61 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t);
86 extern struct alpha_pci_chipset *alpha_pci_chipset; argument
H A Dpci_machdep.c61 struct alpha_pci_chipset *alpha_pci_chipset; variable