Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/
Dhns_mdio.c464 struct of_phandle_args reg_args; in hns_mdio_probe() local
470 &reg_args); in hns_mdio_probe()
473 syscon_node_to_regmap(reg_args.np); in hns_mdio_probe()
478 if (reg_args.args_count == 4) { in hns_mdio_probe()
480 (u16)reg_args.args[0]; in hns_mdio_probe()
482 (u16)reg_args.args[0] + 4; in hns_mdio_probe()
484 (u16)reg_args.args[1]; in hns_mdio_probe()
486 (u16)reg_args.args[1] + 4; in hns_mdio_probe()
488 (u16)reg_args.args[2]; in hns_mdio_probe()
490 (u16)reg_args.args[3]; in hns_mdio_probe()