Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c4056 mtk_w32(eth, 0x00600009, PSE_IQ_REV(8)); in mtk_hw_init()
4094 mtk_w32(eth, 0x001a000e, PSE_IQ_REV(1)); in mtk_hw_init()
4095 mtk_w32(eth, 0x01ff001a, PSE_IQ_REV(2)); in mtk_hw_init()
4096 mtk_w32(eth, 0x000e01ff, PSE_IQ_REV(3)); in mtk_hw_init()
4097 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(4)); in mtk_hw_init()
4098 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(5)); in mtk_hw_init()
4099 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(6)); in mtk_hw_init()
4100 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(7)); in mtk_hw_init()
4101 mtk_w32(eth, 0x000e000e, PSE_IQ_REV(8)); in mtk_hw_init()
H A Dmtk_eth_soc.h165 #define PSE_IQ_REV(x) (0x140 + (((x) - 1) << 2)) macro