Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.h120 #define REG_PCIE_PHYMISC 0x1000 macro
H A Datl2.c1558 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC); in atl2_suspend()
1560 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl2_suspend()
1576 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC); in atl2_suspend()
1578 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl2_suspend()
1595 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC); in atl2_suspend()
1597 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl2_suspend()
H A Datl1.c2844 ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2846 iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2847 ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2862 ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2864 iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2865 ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.h140 #define REG_PCIE_PHYMISC 0x1000 macro
H A Datl1e_main.c2164 ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC); in atl1e_suspend()
2166 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1e_suspend()
2176 ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC); in atl1e_suspend()
2178 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1e_suspend()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.h109 #define REG_PCIE_PHYMISC 0x1000 macro
H A Datl1c_main.c99 AT_READ_REG(hw, REG_PCIE_PHYMISC, &data); in atl1c_pcie_patch()
101 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, data); in atl1c_pcie_patch()