Lines Matching refs:pm_csr
941 u32 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_in_phy_coma()
953 u32 pm_csr; in et1310_setup_device_for_multicast() local
987 pm_csr = readl(&adapter->regs->global.pm_csr); in et1310_setup_device_for_multicast()
1002 u32 pm_csr; in et1310_setup_device_for_unicast() local
1028 pm_csr = readl(&adapter->regs->global.pm_csr); in et1310_setup_device_for_unicast()
1788 u32 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
1798 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
1802 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_enable_phy_coma()
1809 pmcsr = readl(&adapter->regs->global.pm_csr); in et1310_disable_phy_coma()
1814 writel(pmcsr, &adapter->regs->global.pm_csr); in et1310_disable_phy_coma()
2884 regs_buff[num++] = readl(&aregs->global.pm_csr); in et131x_get_regs()
3455 u32 pm_csr; in et131x_isr() local
3460 pm_csr = readl(&iomem->global.pm_csr); in et131x_isr()
3979 writel(ET_PMCSR_INIT, &adapter->regs->global.pm_csr); in et131x_pci_setup()