Searched refs:REG_PCIE_PHYMISC (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/atheros/atlx/ | 
| D | atlx.h | 120 #define REG_PCIE_PHYMISC		0x1000  macro
 | 
| D | atl2.c | 1557 		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()
 
 | 
| D | atl1.c | 2811 		ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC);  in atl1_suspend()2813 		iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC);  in atl1_suspend()
 2814 		ioread32(hw->hw_addr + REG_PCIE_PHYMISC);  in atl1_suspend()
 2829 	ctrl = ioread32(hw->hw_addr + REG_PCIE_PHYMISC);  in atl1_suspend()
 2831 	iowrite32(ctrl, hw->hw_addr + REG_PCIE_PHYMISC);  in atl1_suspend()
 2832 	ioread32(hw->hw_addr + REG_PCIE_PHYMISC);  in atl1_suspend()
 
 | 
| /Linux-v6.6/drivers/net/ethernet/atheros/atl1e/ | 
| D | atl1e_hw.h | 140 #define REG_PCIE_PHYMISC	    0x1000  macro
 | 
| D | atl1e_main.c | 2161 		ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC);  in atl1e_suspend()2163 		AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl);  in atl1e_suspend()
 2173 	ctrl = AT_READ_REG(hw, REG_PCIE_PHYMISC);  in atl1e_suspend()
 2175 	AT_WRITE_REG(hw, REG_PCIE_PHYMISC, ctrl);  in atl1e_suspend()
 
 | 
| /Linux-v6.6/drivers/net/ethernet/atheros/atl1c/ | 
| D | atl1c_hw.h | 109 #define REG_PCIE_PHYMISC	    	0x1000  macro
 | 
| D | atl1c_main.c | 99 		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()
 
 |