Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
H A 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()
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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/
H A Dsis900.c339 u32 rfcrSave; in sis635_get_mac_addr() local
342 rfcrSave = sr32(rfcr); in sis635_get_mac_addr()
344 sw32(cr, rfcrSave | RELOAD); in sis635_get_mac_addr()
348 sw32(rfcr, rfcrSave & ~RFEN); in sis635_get_mac_addr()
358 sw32(rfcr, rfcrSave | RFEN); in sis635_get_mac_addr()
1098 u32 rfcrSave; in sis900_init_rxfilter() local
1101 rfcrSave = sr32(rfcr); in sis900_init_rxfilter()
1104 sw32(rfcr, rfcrSave & ~RFEN); in sis900_init_rxfilter()
1120 sw32(rfcr, rfcrSave | RFEN); in sis900_init_rxfilter()

Completed in 10 milliseconds