Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/
H A Datlx.h120 #define REG_PCIE_PHYMISC 0x1000 macro
H A Datl2.c1557 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC); in atl2_suspend()
1559 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl2_suspend()
1575 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC); in atl2_suspend()
1577 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl2_suspend()
1594 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC); in atl2_suspend()
1596 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl2_suspend()
H A Datl1.c2809 ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2811 iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2812 ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2827 ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2829 iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2830 ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.h140 #define REG_PCIE_PHYMISC 0x1000 macro
H A Datl1e_main.c2158 ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC); in atl1e_suspend()
2160 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1e_suspend()
2170 ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC); in atl1e_suspend()
2172 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1e_suspend()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.h108 #define REG_PCIE_PHYMISC 0x1000 macro
H A Datl1c_main.c66 AT_READ_REG(hw, REG_PCIE_PHYMISC, &data); in atl1c_pcie_patch()
68 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, data); in atl1c_pcie_patch()