Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/freescale/
Ducc_geth.c1119 u16 uescr_value = 0; in init_hw_statistics_gathering_mode() local
1126 uescr_value = in_be16(uescr_register); in init_hw_statistics_gathering_mode()
1127 uescr_value |= UESCR_CLRCNT; in init_hw_statistics_gathering_mode()
1131 uescr_value |= UESCR_AUTOZ; in init_hw_statistics_gathering_mode()
1132 out_be16(uescr_register, uescr_value); in init_hw_statistics_gathering_mode()