Searched refs:SIS_W16 (Results 1 – 2 of 2) sorted by relevance
413 SIS_W16(RxMacControl, rx_mode | 0x2); in sis190_set_rx_mode()441 SIS_W16(RxMacControl, 0x02); in sis190_hw_start()1039 SIS_W16(RxMacControl, ctl & ~0x0f00); in sis190_init_rxfilter()1044 SIS_W16(RxMacControl, ctl); in sis190_init_rxfilter()
60 #define SIS_W16(reg, val) writew ((val), ioaddr + (reg)) macro