Home
last modified time | relevance | path

Searched refs:rfcrSave (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/sis/
H A Dsis900.c335 u32 rfcrSave; in sis635_get_mac_addr() local
338 rfcrSave = sr32(rfcr); in sis635_get_mac_addr()
340 sw32(cr, rfcrSave | RELOAD); in sis635_get_mac_addr()
344 sw32(rfcr, rfcrSave & ~RFEN); in sis635_get_mac_addr()
354 sw32(rfcr, rfcrSave | RFEN); in sis635_get_mac_addr()
1087 u32 rfcrSave; in sis900_init_rxfilter() local
1090 rfcrSave = sr32(rfcr); in sis900_init_rxfilter()
1093 sw32(rfcr, rfcrSave & ~RFEN); in sis900_init_rxfilter()
1109 sw32(rfcr, rfcrSave | RFEN); in sis900_init_rxfilter()