Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/hisilicon/
Dhns_mdio.c457 struct of_phandle_args reg_args; in hns_mdio_probe() local
463 &reg_args); in hns_mdio_probe()
466 syscon_node_to_regmap(reg_args.np); in hns_mdio_probe()
471 if (reg_args.args_count == 4) { in hns_mdio_probe()
473 (u16)reg_args.args[0]; in hns_mdio_probe()
475 (u16)reg_args.args[0] + 4; in hns_mdio_probe()
477 (u16)reg_args.args[1]; in hns_mdio_probe()
479 (u16)reg_args.args[1] + 4; in hns_mdio_probe()
481 (u16)reg_args.args[2]; in hns_mdio_probe()
483 (u16)reg_args.args[3]; in hns_mdio_probe()