Lines Matching refs:dw16
14 #define dw16(reg, val) iowrite16(val, ioaddr + (reg)) macro
56 dw16(IntEnable, DEFAULT_INTR); in dl2k_enable_int()
528 dw16(ASICCtrl + 2, in rio_hw_init()
557 dw16(MaxFrameSize, MAX_JUMBO+14); in rio_hw_init()
568 dw16(StationAddr0 + 2 * i, in rio_hw_init()
589 dw16(VLANId, np->vlan); in rio_hw_init()
605 dw16(MACCtrl, macctrl); in rio_hw_init()
614 dw16(IntEnable, 0); in rio_hw_stop()
784 dw16(IntStatus, int_status); in rio_interrupt()
875 dw16(TxStartThresh, dr16(TxStartThresh) + 0x10); in tx_error()
877 dw16(ASICCtrl + 2, in tx_error()
898 dw16(ASICCtrl + 2, TxReset | FIFOReset); in tx_error()
1044 dw16(MACCtrl, macctrl); in rio_error()
1064 dw16(ASICCtrl + 2, GlobalReset | HostReset); in rio_error()
1231 dw16(ReceiveMode, rx_mode); in set_multicast()
1376 dw16(EepromCtrl, EEP_READ | (eep_addr & 0xff)); in read_eeprom()