Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/
Dhns_mdio.c458 struct of_phandle_args reg_args; in hns_mdio_probe() local
464 &reg_args); in hns_mdio_probe()
467 syscon_node_to_regmap(reg_args.np); in hns_mdio_probe()
472 if (reg_args.args_count == 4) { in hns_mdio_probe()
474 (u16)reg_args.args[0]; in hns_mdio_probe()
476 (u16)reg_args.args[0] + 4; in hns_mdio_probe()
478 (u16)reg_args.args[1]; in hns_mdio_probe()
480 (u16)reg_args.args[1] + 4; in hns_mdio_probe()
482 (u16)reg_args.args[2]; in hns_mdio_probe()
484 (u16)reg_args.args[3]; in hns_mdio_probe()