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

  /src/sys/dev/pci/
if_bge.c 2092 uint32_t dma_rw_ctl, misc_ctl, mode_ctl, reg; local in function:bge_chipinit
2117 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL);
2119 /* Temporary modify MODE_CTL to control TLP */
2120 reg = mode_ctl & ~BGE_MODECTL_PCIE_TLPADDRMASK;
2130 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl);
2136 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL);
2138 /* Temporary modify MODE_CTL to control TLP */
2139 reg = mode_ctl & ~BGE_MODECTL_PCIE_TLPADDRMASK;
2150 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl);
2163 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL)
    [all...]
if_bge.c 2092 uint32_t dma_rw_ctl, misc_ctl, mode_ctl, reg; local in function:bge_chipinit
2117 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL);
2119 /* Temporary modify MODE_CTL to control TLP */
2120 reg = mode_ctl & ~BGE_MODECTL_PCIE_TLPADDRMASK;
2130 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl);
2136 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL);
2138 /* Temporary modify MODE_CTL to control TLP */
2139 reg = mode_ctl & ~BGE_MODECTL_PCIE_TLPADDRMASK;
2150 CSR_WRITE_4(sc, BGE_MODE_CTL, mode_ctl);
2163 mode_ctl = CSR_READ_4(sc, BGE_MODE_CTL)
    [all...]

Completed in 55 milliseconds