Searched refs:GTPCI_CD (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/marvell/
H A Dgtpcireg.h182 #define GTPCI_CD(p) (0x0cfc ^ ((p) << 7)) /* Configuration Data */ macro
H A Dgtpci.c569 return GTPCI_READ(sc, GTPCI_CD);
585 GTPCI_WRITE(sc, GTPCI_CD, data);
H A Dgt.c252 gt->sc_model = PCI_PRODUCT(gt_read(gt, GTPCI_CD(0)));
254 gt->sc_rev = PCI_REVISION(gt_read(gt, GTPCI_CD(0)));

Completed in 112 milliseconds