Searched refs:rtase_w8 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 104 static void rtase_w8(const struct rtase_private *tp, u16 reg, u8 val8) in rtase_w8() function 312 rtase_w8(tp, RTASE_TPPOLL, BIT(ring->index)); in tx_handler() 848 rtase_w8(tp, RTASE_MISC, val | RTASE_RX_DV_GATE_EN); in rtase_nic_reset() 851 rtase_w8(tp, RTASE_CHIP_CMD, val | RTASE_STOP_REQ); in rtase_nic_reset() 864 rtase_w8(tp, RTASE_CHIP_CMD, val & ~(RTASE_TE | RTASE_RE)); in rtase_nic_reset() 866 rtase_w8(tp, RTASE_CHIP_CMD, val & ~RTASE_STOP_REQ); in rtase_nic_reset() 961 rtase_w8(tp, RTASE_TDFNR, 0x10); in rtase_hw_config() 998 rtase_w8(tp, RTASE_CHIP_CMD, val | RTASE_TE | RTASE_RE); in rtase_nic_enable() 1001 rtase_w8(tp, RTASE_MISC, val & ~RTASE_RX_DV_GATE_EN); in rtase_nic_enable() 1417 rtase_w8(tp, RTASE_TPPOLL, BIT(ring->index)); in rtase_start_xmit() [all …]
|