• Home
  • Raw
  • Download

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()
526 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_down()
534 ew32(TCTL, tctl); in e1000_down()
633 ew32(PBA, pba); in e1000_reset()
685 ew32(PBA, pba); in e1000_reset()
708 ew32(WUC, 0); in e1000_reset()
724 ew32(CTRL, ctrl); in e1000_reset()
728 ew32(VET, ETHERNET_IEEE_VLAN_TYPE); in e1000_reset()
1432 ew32(ICS, E1000_ICS_LSC); in e1000_open()
1635 ew32(TDLEN, tdlen); in e1000_configure_tx()
1636 ew32(TDBAH, (tdba >> 32)); in e1000_configure_tx()
1637 ew32(TDBAL, (tdba & 0x00000000ffffffffULL)); in e1000_configure_tx()
1638 ew32(TDT, 0); in e1000_configure_tx()
1639 ew32(TDH, 0); in e1000_configure_tx()
1668 ew32(TIPG, tipg); in e1000_configure_tx()
1672 ew32(TIDV, adapter->tx_int_delay); in e1000_configure_tx()
1674 ew32(TADV, adapter->tx_abs_int_delay); in e1000_configure_tx()
1704 ew32(TCTL, tctl); in e1000_configure_tx()
1870 ew32(RCTL, rctl); in e1000_setup_rctl()
1899 ew32(RCTL, rctl & ~E1000_RCTL_EN); in e1000_configure_rx()
1902 ew32(RDTR, adapter->rx_int_delay); in e1000_configure_rx()
1905 ew32(RADV, adapter->rx_abs_int_delay); in e1000_configure_rx()
1907 ew32(ITR, 1000000000 / (adapter->itr * 256)); in e1000_configure_rx()
1917 ew32(RDLEN, rdlen); in e1000_configure_rx()
1918 ew32(RDBAH, (rdba >> 32)); in e1000_configure_rx()
1919 ew32(RDBAL, (rdba & 0x00000000ffffffffULL)); in e1000_configure_rx()
1920 ew32(RDT, 0); in e1000_configure_rx()
1921 ew32(RDH, 0); in e1000_configure_rx()
1937 ew32(RXCSUM, rxcsum); in e1000_configure_rx()
1941 ew32(RCTL, rctl | E1000_RCTL_EN); in e1000_configure_rx()
2187 ew32(RCTL, rctl); in e1000_enter_82542_rst()
2203 ew32(RCTL, rctl); in e1000_leave_82542_rst()
2298 ew32(RCTL, rctl); in e1000_set_rx_mode()
2394 ew32(TCTL, tctl & ~E1000_TCTL_EN); in e1000_82547_tx_fifo_stall_task()
2395 ew32(TDFT, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2396 ew32(TDFH, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2397 ew32(TDFTS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2398 ew32(TDFHS, adapter->tx_head_addr); in e1000_82547_tx_fifo_stall_task()
2399 ew32(TCTL, tctl); in e1000_82547_tx_fifo_stall_task()
2503 ew32(TCTL, tctl); in e1000_watchdog()
2568 ew32(ITR, 1000000000 / (itr * 256)); in e1000_watchdog()
2572 ew32(ICS, E1000_ICS_RXDMT0); in e1000_watchdog()
2711 ew32(ITR, 1000000000 / (new_itr * 256)); in e1000_set_itr()
3807 ew32(IMC, ~0); in e1000_intr()
4921 ew32(CTRL, ctrl); in __e1000_vlan_mode()
4939 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
4945 ew32(RCTL, rctl); in e1000_vlan_filter_on_off()
5124 ew32(RCTL, rctl | E1000_RCTL_EN); in __e1000_shutdown()
5134 ew32(CTRL, ctrl); in __e1000_shutdown()
5142 ew32(CTRL_EXT, ctrl_ext); in __e1000_shutdown()
5145 ew32(WUC, E1000_WUC_PME_EN); in __e1000_shutdown()
5146 ew32(WUFC, wufc); in __e1000_shutdown()
5148 ew32(WUC, 0); in __e1000_shutdown()
5149 ew32(WUFC, 0); in __e1000_shutdown()
5225 ew32(WUS, ~0); in e1000_resume()
5326 ew32(WUS, ~0); in e1000_io_slot_reset()