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()
2164 ew32(RCTL, rctl); in e1000_enter_82542_rst()
2180 ew32(RCTL, rctl); in e1000_leave_82542_rst()
2275 ew32(RCTL, rctl); in e1000_set_rx_mode()
2371 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2372 ew32(TDFT, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2373 ew32(TDFH, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2374 ew32(TDFTS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2375 ew32(TDFHS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2376 ew32(TCTL, tctl); in e1000_82547_tx_fifo_stall_task()
2480 ew32(TCTL, tctl); in e1000_watchdog()
2545 ew32(ITR, 1000000000 / (itr * 256)); in e1000_watchdog()
2549 ew32(ICS, E1000_ICS_RXDMT0); in e1000_watchdog()
2688 ew32(ITR, 1000000000 / (new_itr * 256)); in e1000_set_itr()
3782 ew32(IMC, ~0); in e1000_intr()
4893 ew32(CTRL, ctrl); in __e1000_vlan_mode()
4911 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
4917 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
5096 ew32(RCTL, rctl | E1000_RCTL_EN); in __e1000_shutdown()
5106 ew32(CTRL, ctrl); in __e1000_shutdown()
5114 ew32(CTRL_EXT, ctrl_ext); in __e1000_shutdown()
5117 ew32(WUC, E1000_WUC_PME_EN); in __e1000_shutdown()
5118 ew32(WUFC, wufc); in __e1000_shutdown()
5120 ew32(WUC, 0); in __e1000_shutdown()
5121 ew32(WUFC, 0); in __e1000_shutdown()
5192 ew32(WUS, ~0); in e1000_resume()
5287 ew32(WUS, ~0); in e1000_io_slot_reset()