Lines Matching refs:dw16
14 #define dw16(reg, val) iowrite16(val, ioaddr + (reg)) macro
56 dw16(IntEnable, DEFAULT_INTR); in dl2k_enable_int()
529 dw16(ASICCtrl + 2, in rio_hw_init()
558 dw16(MaxFrameSize, MAX_JUMBO+14); in rio_hw_init()
569 dw16(StationAddr0 + 2 * i, in rio_hw_init()
590 dw16(VLANId, np->vlan); in rio_hw_init()
606 dw16(MACCtrl, macctrl); in rio_hw_init()
615 dw16(IntEnable, 0); in rio_hw_stop()
785 dw16(IntStatus, int_status); in rio_interrupt()
876 dw16(TxStartThresh, dr16(TxStartThresh) + 0x10); in tx_error()
878 dw16(ASICCtrl + 2, in tx_error()
899 dw16(ASICCtrl + 2, TxReset | FIFOReset); in tx_error()
1045 dw16(MACCtrl, macctrl); in rio_error()
1065 dw16(ASICCtrl + 2, GlobalReset | HostReset); in rio_error()
1232 dw16(ReceiveMode, rx_mode); in set_multicast()
1377 dw16(EepromCtrl, EEP_READ | (eep_addr & 0xff)); in read_eeprom()