Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sis/
Dsis900.c334 u32 rfcrSave; in sis635_get_mac_addr() local
337 rfcrSave = sr32(rfcr); in sis635_get_mac_addr()
339 sw32(cr, rfcrSave | RELOAD); in sis635_get_mac_addr()
343 sw32(rfcr, rfcrSave & ~RFEN); in sis635_get_mac_addr()
352 sw32(rfcr, rfcrSave | RFEN); in sis635_get_mac_addr()
1092 u32 rfcrSave; in sis900_init_rxfilter() local
1095 rfcrSave = sr32(rfcr); in sis900_init_rxfilter()
1098 sw32(rfcr, rfcrSave & ~RFEN); in sis900_init_rxfilter()
1114 sw32(rfcr, rfcrSave | RFEN); in sis900_init_rxfilter()