Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/atlx/
Datlx.h133 #define REG_PCIE_PHYMISC 0x1000 macro
Datl2.c1591 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC);
1593 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl);
1609 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC);
1611 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl);
1628 ctrl = ATL2_READ_REG(hw, REG_PCIE_PHYMISC);
1630 ATL2_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl);
Datl1.c2796 ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2798 iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2799 ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2814 ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2816 iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
2817 ioread32(hw->hw_addr + REG_PCIE_PHYMISC); in atl1_suspend()
/linux-2.6.39/drivers/net/atl1e/
Datl1e_hw.h153 #define REG_PCIE_PHYMISC 0x1000 macro
Datl1e_main.c2116 ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC); in atl1e_suspend()
2118 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1e_suspend()
2128 ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC); in atl1e_suspend()
2130 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl); in atl1e_suspend()
/linux-2.6.39/drivers/net/atl1c/
Datl1c_hw.h120 #define REG_PCIE_PHYMISC 0x1000 macro
Datl1c_main.c107 AT_READ_REG(hw, REG_PCIE_PHYMISC, &data); in atl1c_pcie_patch()
109 AT_WRITE_REG(hw, REG_PCIE_PHYMISC, data); in atl1c_pcie_patch()