Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sis/
Dsis900.c332 u32 rfcrSave; in sis635_get_mac_addr() local
335 rfcrSave = sr32(rfcr); in sis635_get_mac_addr()
337 sw32(cr, rfcrSave | RELOAD); in sis635_get_mac_addr()
341 sw32(rfcr, rfcrSave & ~RFEN); in sis635_get_mac_addr()
350 sw32(rfcr, rfcrSave | RFEN); in sis635_get_mac_addr()
1091 u32 rfcrSave; in sis900_init_rxfilter() local
1094 rfcrSave = sr32(rfcr); in sis900_init_rxfilter()
1097 sw32(rfcr, rfcrSave & ~RFEN); in sis900_init_rxfilter()
1113 sw32(rfcr, rfcrSave | RFEN); in sis900_init_rxfilter()