Home | History | Annotate | Download | only in pci

Lines Matching refs:pcireg_t

44 static pcireg_t	cia_conf_read(void *, pcitag_t, int);
45 static void cia_conf_write(void *, pcitag_t, int, pcireg_t);
56 static pcireg_t
60 pcireg_t *datap, data;
65 return (pcireg_t) -1;
104 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_EV56_BWCONF1 |
108 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_EV56_BWCONF0 |
112 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_PCI_CONF |
118 data = (pcireg_t)-1;
155 cia_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data)
158 pcireg_t *datap;
187 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_EV56_BWCONF1 |
191 (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_EV56_BWCONF0 |
195 datap = (pcireg_t *)ALPHA_PHYS_TO_K0SEG(CIA_PCI_CONF |