Lines Matching refs:pm_csr
940 u32 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_in_phy_coma()
952 u32 pm_csr; in et1310_setup_device_for_multicast() local
986 pm_csr = readl(&adapter->regs->global.pm_csr); in et1310_setup_device_for_multicast()
1001 u32 pm_csr; in et1310_setup_device_for_unicast() local
1027 pm_csr = readl(&adapter->regs->global.pm_csr); in et1310_setup_device_for_unicast()
1787 u32 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
1797 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
1801 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
1808 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_disable_phy_coma()
1813 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_disable_phy_coma()
2899 regs_buff[num++] = readl(&aregs->global.pm_csr); in et131x_get_regs()
3478 u32 pm_csr; in et131x_isr() local
3483 pm_csr = readl(&iomem->global.pm_csr); in et131x_isr()
4008 writel(ET_PMCSR_INIT, &adapter->regs->global.pm_csr); in et131x_pci_setup()