Home | History | Annotate | Download | only in pci

Lines Matching refs:pcireg_t

45 static pcireg_t	lca_conf_read(void *, pcitag_t, int);
46 static void lca_conf_write(void *, pcitag_t, int, pcireg_t);
75 static pcireg_t
79 pcireg_t *datap, data;
84 return (pcireg_t) -1;
100 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(LCA_PCI_CONF |
105 data = (pcireg_t)-1;
125 lca_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data)
128 pcireg_t *datap;
149 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(LCA_PCI_CONF |