Lines Matching refs:ew32

313 	ew32(IMC, ~0);  in e1000_irq_disable()
326 ew32(IMS, IMS_ENABLE_MASK); in e1000_irq_enable()
368 ew32(MANC, manc); in e1000_init_manageability()
382 ew32(MANC, manc); in e1000_release_manageability()
430 ew32(ICS, E1000_ICS_LSC); in e1000_up()
528 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_down()
536 ew32(TCTL, tctl); in e1000_down()
621 ew32(PBA, pba); in e1000_reset()
673 ew32(PBA, pba); in e1000_reset()
696 ew32(WUC, 0); in e1000_reset()
712 ew32(CTRL, ctrl); in e1000_reset()
716 ew32(VET, ETHERNET_IEEE_VLAN_TYPE); in e1000_reset()
1414 ew32(ICS, E1000_ICS_LSC); in e1000_open()
1612 ew32(TDLEN, tdlen); in e1000_configure_tx()
1613 ew32(TDBAH, (tdba >> 32)); in e1000_configure_tx()
1614 ew32(TDBAL, (tdba & 0x00000000ffffffffULL)); in e1000_configure_tx()
1615 ew32(TDT, 0); in e1000_configure_tx()
1616 ew32(TDH, 0); in e1000_configure_tx()
1645 ew32(TIPG, tipg); in e1000_configure_tx()
1649 ew32(TIDV, adapter->tx_int_delay); in e1000_configure_tx()
1651 ew32(TADV, adapter->tx_abs_int_delay); in e1000_configure_tx()
1681 ew32(TCTL, tctl); in e1000_configure_tx()
1847 ew32(RCTL, rctl); in e1000_setup_rctl()
1876 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
1879 ew32(RDTR, adapter->rx_int_delay); in e1000_configure_rx()
1882 ew32(RADV, adapter->rx_abs_int_delay); in e1000_configure_rx()
1884 ew32(ITR, 1000000000 / (adapter->itr * 256)); in e1000_configure_rx()
1894 ew32(RDLEN, rdlen); in e1000_configure_rx()
1895 ew32(RDBAH, (rdba >> 32)); in e1000_configure_rx()
1896 ew32(RDBAL, (rdba & 0x00000000ffffffffULL)); in e1000_configure_rx()
1897 ew32(RDT, 0); in e1000_configure_rx()
1898 ew32(RDH, 0); in e1000_configure_rx()
1914 ew32(RXCSUM, rxcsum); in e1000_configure_rx()
1918 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_configure_rx()
2169 ew32(RCTL, rctl); in e1000_enter_82542_rst()
2185 ew32(RCTL, rctl); in e1000_leave_82542_rst()
2280 ew32(RCTL, rctl); in e1000_set_rx_mode()
2376 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2377 ew32(TDFT, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2378 ew32(TDFH, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2379 ew32(TDFTS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2380 ew32(TDFHS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2381 ew32(TCTL, tctl); in e1000_82547_tx_fifo_stall_task()
2485 ew32(TCTL, tctl); in e1000_watchdog()
2550 ew32(ITR, 1000000000 / (itr * 256)); in e1000_watchdog()
2554 ew32(ICS, E1000_ICS_RXDMT0); in e1000_watchdog()
2693 ew32(ITR, 1000000000 / (new_itr * 256)); in e1000_set_itr()
3787 ew32(IMC, ~0); in e1000_intr()
4898 ew32(CTRL, ctrl); in __e1000_vlan_mode()
4916 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
4922 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
5101 ew32(RCTL, rctl | E1000_RCTL_EN); in __e1000_shutdown()
5111 ew32(CTRL, ctrl); in __e1000_shutdown()
5119 ew32(CTRL_EXT, ctrl_ext); in __e1000_shutdown()
5122 ew32(WUC, E1000_WUC_PME_EN); in __e1000_shutdown()
5123 ew32(WUFC, wufc); in __e1000_shutdown()
5125 ew32(WUC, 0); in __e1000_shutdown()
5126 ew32(WUFC, 0); in __e1000_shutdown()
5197 ew32(WUS, ~0); in e1000_resume()
5292 ew32(WUS, ~0); in e1000_io_slot_reset()