Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhns_mdio.c535 struct of_phandle_args reg_args; in hns_mdio_probe() local
541 &reg_args); in hns_mdio_probe()
544 syscon_node_to_regmap(reg_args.np); in hns_mdio_probe()
549 if (reg_args.args_count == 4) { in hns_mdio_probe()
551 (u16)reg_args.args[0]; in hns_mdio_probe()
553 (u16)reg_args.args[0] + 4; in hns_mdio_probe()
555 (u16)reg_args.args[1]; in hns_mdio_probe()
557 (u16)reg_args.args[1] + 4; in hns_mdio_probe()
559 (u16)reg_args.args[2]; in hns_mdio_probe()
561 (u16)reg_args.args[3]; in hns_mdio_probe()