mtk_eth_muxc
static const struct mtk_eth_muxc mtk_eth_muxc[] = {
for (i = 0; i < ARRAY_SIZE(mtk_eth_muxc); i++) {
if (MTK_HAS_CAPS(eth->soc->caps, mtk_eth_muxc[i].cap_bit)) {
err = mtk_eth_muxc[i].set_path(eth, path);
mtk_eth_muxc[i].name);