Searched refs:REG_PCIE_PHYMISC (Results 1 – 7 of 7) sorted by relevance
/drivers/net/atlx/ |
D | atlx.h | 139 #define REG_PCIE_PHYMISC 0x1000 macro
|
D | atl2.c | 1596 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);
|
D | atl1.c | 2793 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/ |
D | atl1e_hw.h | 153 #define REG_PCIE_PHYMISC 0x1000 macro
|
D | atl1e_main.c | 2174 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/ |
D | atl1c_hw.h | 119 #define REG_PCIE_PHYMISC 0x1000 macro
|
D | atl1c_main.c | 2406 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()
|