Searched refs:RTL_W16 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139too.c | 674 #define RTL_W16(reg, val16) iowrite16 ((val16), ioaddr + (reg)) macro 1296 RTL_W16 (BasicModeCtrl, value); in mdio_write() 1299 RTL_W16 (mii_2_8139_map[location], value); in mdio_write() 1441 RTL_W16 (MultiIntr, RTL_R16 (MultiIntr) & MultiIntrClear); in rtl8139_hw_start() 1449 RTL_W16 (IntrMask, rtl8139_intr_mask); in rtl8139_hw_start() 1502 RTL_W16 (CSCR, CSCR_LinkDownOffCmd); in rtl8139_tune_twister() 1507 RTL_W16 (CSCR, CSCR_LinkDownCmd); in rtl8139_tune_twister() 1532 RTL_W16 (FIFOTMS, 0); in rtl8139_tune_twister() 1691 RTL_W16 (IntrMask, 0x0000); in rtl8139_tx_timeout_task() 1793 RTL_W16 (IntrStatus, TxErr); in rtl8139_tx_interrupt() [all …]
|
D | r8169.c | 103 #define RTL_W16(reg, val16) writew ((val16), ioaddr + (reg)) macro 1538 RTL_W16(IntrStatus, bits); in rtl_ack_events() 1546 RTL_W16(IntrMask, 0); in rtl_irq_disable() 1554 RTL_W16(IntrMask, bits); in rtl_irq_enable() 2066 RTL_W16(CPlusCmd, tp->cp_cmd); in __rtl8169_set_features() 5284 RTL_W16(CPlusCmd, cmd); in rtl_rw_cpluscmd() 5291 RTL_W16(RxMaxSize, rx_buf_sz + 1); in rtl_set_rx_max_size() 5379 RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) | PCIMulRW); in rtl_hw_start_8169() 5411 RTL_W16(CPlusCmd, tp->cp_cmd); in rtl_hw_start_8169() 5419 RTL_W16(IntrMitigate, 0x0000); in rtl_hw_start_8169() [all …]
|