Home
last modified time | relevance | path

Searched refs:REG_PCIE_PHYMISC (Results 1 – 7 of 7) sorted by relevance

/drivers/net/atlx/
Datlx.h139 #define REG_PCIE_PHYMISC 0x1000 macro
Datl2.c1596 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC);
1598 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl);
1614 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC);
1616 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl);
1633 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC);
1635 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl);
Datl1.c2793 ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2795 iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2796 ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2816 ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2818 iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2819 ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
/drivers/net/atl1e/
Datl1e_hw.h153 #define REG_PCIE_PHYMISC 0x1000 macro
Datl1e_main.c2174 ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC); in atl1e_suspend()
2176 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1e_suspend()
2186 ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC); in atl1e_suspend()
2188 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1e_suspend()
/drivers/net/atl1c/
Datl1c_hw.h119 #define REG_PCIE_PHYMISC 0x1000 macro
Datl1c_main.c2406 AT_READ_REG(hw, REG_PCIE_PHYMISC, &ctrl); in atl1c_suspend()
2408 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1c_suspend()
2419 AT_READ_REG(hw, REG_PCIE_PHYMISC, &ctrl); in atl1c_suspend()
2421 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1c_suspend()