HomeSort by: relevance | last modified time | path
    Searched refs:WMREG_GCR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wmreg.h 1407 #define WMREG_GCR 0x5b00 /* PCIe Control */
if_wm.c 4628 gcr = CSR_READ(sc, WMREG_GCR);
4649 CSR_WRITE(sc, WMREG_GCR, gcr);
5178 reg = CSR_READ(sc, WMREG_GCR);
5180 CSR_WRITE(sc, WMREG_GCR, reg);
5188 reg = CSR_READ(sc, WMREG_GCR);
5190 CSR_WRITE(sc, WMREG_GCR, reg);
7093 reg = CSR_READ(sc, WMREG_GCR);
7102 CSR_WRITE(sc, WMREG_GCR, reg);

Completed in 88 milliseconds