Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c15 struct mtk_eth_muxc { struct
189 static const struct mtk_eth_muxc mtk_eth_muxc[] = { variable
227 for (i = 0; i < ARRAY_SIZE(mtk_eth_muxc); i++) { in mtk_eth_mux_setup()
228 if (MTK_HAS_CAPS(eth->soc->caps, mtk_eth_muxc[i].cap_bit)) { in mtk_eth_mux_setup()
229 err = mtk_eth_muxc[i].set_path(eth, path); in mtk_eth_mux_setup()
234 mtk_eth_muxc[i].name); in mtk_eth_mux_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c15 struct mtk_eth_muxc { struct
199 static const struct mtk_eth_muxc mtk_eth_muxc[] = { variable
237 for (i = 0; i < ARRAY_SIZE(mtk_eth_muxc); i++) { in mtk_eth_mux_setup()
238 if (MTK_HAS_CAPS(eth->soc->caps, mtk_eth_muxc[i].cap_bit)) { in mtk_eth_mux_setup()
239 err = mtk_eth_muxc[i].set_path(eth, path); in mtk_eth_mux_setup()
244 mtk_eth_muxc[i].name); in mtk_eth_mux_setup()

Completed in 2 milliseconds