Searched refs:REG_PCIE_PHYMISC (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/net/atlx/ |
D | atlx.h | 133 #define REG_PCIE_PHYMISC 0x1000 macro
|
D | atl2.c | 1591 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);
|
D | atl1.c | 2796 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/ |
D | atl1e_hw.h | 153 #define REG_PCIE_PHYMISC 0x1000 macro
|
D | atl1e_main.c | 2116 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/ |
D | atl1c_hw.h | 120 #define REG_PCIE_PHYMISC 0x1000 macro
|
D | atl1c_main.c | 107 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()
|