Home
last modified time | relevance | path

Searched refs:rtase_w16 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c109 static void rtase_w16(const struct rtase_private *tp, u16 reg, u16 val16) in rtase_w16() function
666 rtase_w16(tp, RTASE_INT_MITI_TX + i * 2, tp->tx_int_mit); in rtase_interrupt_mitigation()
669 rtase_w16(tp, RTASE_INT_MITI_RX + i * 2, tp->rx_int_mit); in rtase_interrupt_mitigation()
701 rtase_w16(tp, RTASE_TX_DESC_COMMAND, cmd); in rtase_desc_addr_fill()
742 rtase_w16(tp, RTASE_RX_CONFIG_0, rx_config); in rtase_hw_set_features()
746 rtase_w16(tp, RTASE_CPLUS_CMD, val | RTASE_RX_CHKSUM); in rtase_hw_set_features()
748 rtase_w16(tp, RTASE_CPLUS_CMD, val & ~RTASE_RX_CHKSUM); in rtase_hw_set_features()
758 rtase_w16(tp, RTASE_RX_CONFIG_1, rx_config); in rtase_hw_set_features()
796 rtase_w16(tp, RTASE_RX_CONFIG_0, rx_mode); in rtase_hw_set_rx_packet_filter()
812 rtase_w16(tp, ivec->imr_addr, 0); in rtase_irq_dis_and_clear()
[all …]