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

  /src/sys/dev/pci/
if_bge.c 2124 reg = CSR_READ_4(sc, BGE_TLP_CONTROL_REG +
2126 CSR_WRITE_4(sc, BGE_TLP_CONTROL_REG + BGE_TLP_PHYCTL1,
2144 reg = CSR_READ_4(sc, BGE_TLP_CONTROL_REG +
2146 CSR_WRITE_4(sc, BGE_TLP_CONTROL_REG + BGE_TLP_PHYCTL5,
2171 reg = CSR_READ_4(sc, BGE_TLP_CONTROL_REG +
2174 CSR_WRITE_4(sc, BGE_TLP_CONTROL_REG + BGE_TLP_FTSMAX,
4404 BGE_SETBIT(sc, BGE_TLP_CONTROL_REG, 1 << 29 | 1 << 25);
4406 BGE_SETBIT(sc, BGE_TLP_CONTROL_REG, BGE_TLP_DATA_FIFO_PROTECT);
4459 v = CSR_READ_4(sc, BGE_TLP_CONTROL_REG);
4460 CSR_WRITE_4(sc, BGE_TLP_CONTROL_REG,
    [all...]
if_bgereg.h 1965 #define BGE_TLP_CONTROL_REG 0x7c00

Completed in 211 milliseconds