Lines Matching refs:ew32

281 	ew32(IMC, ~0);  in e1000_irq_disable()
294 ew32(IMS, IMS_ENABLE_MASK); in e1000_irq_enable()
336 ew32(MANC, manc); in e1000_init_manageability()
350 ew32(MANC, manc); in e1000_release_manageability()
398 ew32(ICS, E1000_ICS_LSC); in e1000_up()
494 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_down()
502 ew32(TCTL, tctl); in e1000_down()
600 ew32(PBA, pba); in e1000_reset()
652 ew32(PBA, pba); in e1000_reset()
675 ew32(WUC, 0); in e1000_reset()
691 ew32(CTRL, ctrl); in e1000_reset()
695 ew32(VET, ETHERNET_IEEE_VLAN_TYPE); in e1000_reset()
1402 ew32(ICS, E1000_ICS_LSC); in e1000_open()
1605 ew32(TDLEN, tdlen); in e1000_configure_tx()
1606 ew32(TDBAH, (tdba >> 32)); in e1000_configure_tx()
1607 ew32(TDBAL, (tdba & 0x00000000ffffffffULL)); in e1000_configure_tx()
1608 ew32(TDT, 0); in e1000_configure_tx()
1609 ew32(TDH, 0); in e1000_configure_tx()
1638 ew32(TIPG, tipg); in e1000_configure_tx()
1642 ew32(TIDV, adapter->tx_int_delay); in e1000_configure_tx()
1644 ew32(TADV, adapter->tx_abs_int_delay); in e1000_configure_tx()
1674 ew32(TCTL, tctl); in e1000_configure_tx()
1840 ew32(RCTL, rctl); in e1000_setup_rctl()
1869 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
1872 ew32(RDTR, adapter->rx_int_delay); in e1000_configure_rx()
1875 ew32(RADV, adapter->rx_abs_int_delay); in e1000_configure_rx()
1877 ew32(ITR, 1000000000 / (adapter->itr * 256)); in e1000_configure_rx()
1887 ew32(RDLEN, rdlen); in e1000_configure_rx()
1888 ew32(RDBAH, (rdba >> 32)); in e1000_configure_rx()
1889 ew32(RDBAL, (rdba & 0x00000000ffffffffULL)); in e1000_configure_rx()
1890 ew32(RDT, 0); in e1000_configure_rx()
1891 ew32(RDH, 0); in e1000_configure_rx()
1907 ew32(RXCSUM, rxcsum); in e1000_configure_rx()
1911 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_configure_rx()
2158 ew32(RCTL, rctl); in e1000_enter_82542_rst()
2174 ew32(RCTL, rctl); in e1000_leave_82542_rst()
2269 ew32(RCTL, rctl); in e1000_set_rx_mode()
2365 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2366 ew32(TDFT, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2367 ew32(TDFH, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2368 ew32(TDFTS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2369 ew32(TDFHS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2370 ew32(TCTL, tctl); in e1000_82547_tx_fifo_stall_task()
2471 ew32(TCTL, tctl); in e1000_watchdog()
2536 ew32(ITR, 1000000000 / (itr * 256)); in e1000_watchdog()
2540 ew32(ICS, E1000_ICS_RXDMT0); in e1000_watchdog()
2678 ew32(ITR, 1000000000 / (new_itr * 256)); in e1000_set_itr()
3767 ew32(IMC, ~0); in e1000_intr()
4896 ew32(CTRL, ctrl); in __e1000_vlan_mode()
4914 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
4920 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
5090 ew32(RCTL, rctl | E1000_RCTL_EN); in __e1000_shutdown()
5100 ew32(CTRL, ctrl); in __e1000_shutdown()
5108 ew32(CTRL_EXT, ctrl_ext); in __e1000_shutdown()
5111 ew32(WUC, E1000_WUC_PME_EN); in __e1000_shutdown()
5112 ew32(WUFC, wufc); in __e1000_shutdown()
5114 ew32(WUC, 0); in __e1000_shutdown()
5115 ew32(WUFC, 0); in __e1000_shutdown()
5180 ew32(WUS, ~0); in e1000_resume()
5280 ew32(WUS, ~0); in e1000_io_slot_reset()