Searched refs:GTPCI_CD (Results 1 – 3 of 3) sorted by relevance
182 #define GTPCI_CD(p) (0x0cfc ^ ((p) << 7)) /* Configuration Data */ macro
569 return GTPCI_READ(sc, GTPCI_CD); in gtpci_conf_read()585 GTPCI_WRITE(sc, GTPCI_CD, data); in gtpci_conf_write()
252 gt->sc_model = PCI_PRODUCT(gt_read(gt, GTPCI_CD(0))); in gt_attach_common()254 gt->sc_rev = PCI_REVISION(gt_read(gt, GTPCI_CD(0))); in gt_attach_common()