Home
last modified time | relevance | path

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

/netbsd-src/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); in gtpci_conf_read()
585 GTPCI_WRITE(sc, GTPCI_CD, data); in gtpci_conf_write()
H A Dgt.c252 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()