Lines Matching refs:ew32

284 	ew32(IMC, ~0);  in e1000_irq_disable()
297 ew32(IMS, IMS_ENABLE_MASK); in e1000_irq_enable()
339 ew32(MANC, manc); in e1000_init_manageability()
353 ew32(MANC, manc); in e1000_release_manageability()
401 ew32(ICS, E1000_ICS_LSC); in e1000_up()
497 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_down()
505 ew32(TCTL, tctl); in e1000_down()
603 ew32(PBA, pba); in e1000_reset()
655 ew32(PBA, pba); in e1000_reset()
678 ew32(WUC, 0); in e1000_reset()
694 ew32(CTRL, ctrl); in e1000_reset()
698 ew32(VET, ETHERNET_IEEE_VLAN_TYPE); in e1000_reset()
1405 ew32(ICS, E1000_ICS_LSC); in e1000_open()
1608 ew32(TDLEN, tdlen); in e1000_configure_tx()
1609 ew32(TDBAH, (tdba >> 32)); in e1000_configure_tx()
1610 ew32(TDBAL, (tdba & 0x00000000ffffffffULL)); in e1000_configure_tx()
1611 ew32(TDT, 0); in e1000_configure_tx()
1612 ew32(TDH, 0); in e1000_configure_tx()
1641 ew32(TIPG, tipg); in e1000_configure_tx()
1645 ew32(TIDV, adapter->tx_int_delay); in e1000_configure_tx()
1647 ew32(TADV, adapter->tx_abs_int_delay); in e1000_configure_tx()
1677 ew32(TCTL, tctl); in e1000_configure_tx()
1843 ew32(RCTL, rctl); in e1000_setup_rctl()
1872 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
1875 ew32(RDTR, adapter->rx_int_delay); in e1000_configure_rx()
1878 ew32(RADV, adapter->rx_abs_int_delay); in e1000_configure_rx()
1880 ew32(ITR, 1000000000 / (adapter->itr * 256)); in e1000_configure_rx()
1890 ew32(RDLEN, rdlen); in e1000_configure_rx()
1891 ew32(RDBAH, (rdba >> 32)); in e1000_configure_rx()
1892 ew32(RDBAL, (rdba & 0x00000000ffffffffULL)); in e1000_configure_rx()
1893 ew32(RDT, 0); in e1000_configure_rx()
1894 ew32(RDH, 0); in e1000_configure_rx()
1910 ew32(RXCSUM, rxcsum); in e1000_configure_rx()
1914 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_configure_rx()
2161 ew32(RCTL, rctl); in e1000_enter_82542_rst()
2177 ew32(RCTL, rctl); in e1000_leave_82542_rst()
2272 ew32(RCTL, rctl); in e1000_set_rx_mode()
2368 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2369 ew32(TDFT, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2370 ew32(TDFH, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2371 ew32(TDFTS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2372 ew32(TDFHS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2373 ew32(TCTL, tctl); in e1000_82547_tx_fifo_stall_task()
2474 ew32(TCTL, tctl); in e1000_watchdog()
2539 ew32(ITR, 1000000000 / (itr * 256)); in e1000_watchdog()
2543 ew32(ICS, E1000_ICS_RXDMT0); in e1000_watchdog()
2681 ew32(ITR, 1000000000 / (new_itr * 256)); in e1000_set_itr()
3770 ew32(IMC, ~0); in e1000_intr()
4899 ew32(CTRL, ctrl); in __e1000_vlan_mode()
4917 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
4923 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
5093 ew32(RCTL, rctl | E1000_RCTL_EN); in __e1000_shutdown()
5103 ew32(CTRL, ctrl); in __e1000_shutdown()
5111 ew32(CTRL_EXT, ctrl_ext); in __e1000_shutdown()
5114 ew32(WUC, E1000_WUC_PME_EN); in __e1000_shutdown()
5115 ew32(WUFC, wufc); in __e1000_shutdown()
5117 ew32(WUC, 0); in __e1000_shutdown()
5118 ew32(WUFC, 0); in __e1000_shutdown()
5183 ew32(WUS, ~0); in e1000_resume()
5283 ew32(WUS, ~0); in e1000_io_slot_reset()