Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c3341 mtk_w32(eth, 0x001a000e, PSE_IQ_REV(1)); in mtk_hw_init()
3342 mtk_w32(eth, 0x01ff001a, PSE_IQ_REV(2)); in mtk_hw_init()
3343 mtk_w32(eth, 0x000e01ff, PSE_IQ_REV(3)); in mtk_hw_init()
3344 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(4)); in mtk_hw_init()
3345 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(5)); in mtk_hw_init()
3346 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(6)); in mtk_hw_init()
3347 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(7)); in mtk_hw_init()
3348 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(8)); in mtk_hw_init()
Dmtk_eth_soc.h125 #define PSE_IQ_REV(x) (0x140 + (((x) - 1) << 2)) macro