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

/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dgtpci.c57 #define GTPCI_READ(sc, r) \ macro
242 reg = GTPCI_READ(sc, GTPCI_AC);
250 reg = GTPCI_READ(sc, GTPCI_ADC);
255 reg = GTPCI_READ(sc, GTPCI_C);
320 p2pc = GTPCI_READ(sc, GTPCI_P2PC);
454 p2pc = GTPCI_READ(sc, GTPCI_P2PC);
494 command = GTPCI_READ(sc, GTPCI_C);
571 if ((addr | GTPCI_CA_CONFIGEN) != GTPCI_READ(sc, GTPCI_CA))
574 return GTPCI_READ(sc, GTPCI_CD);
584 if ((addr | GTPCI_CA_CONFIGEN) != GTPCI_READ(s
[all...]

Completed in 67 milliseconds