Lines Matching refs:reg_args
535 struct of_phandle_args reg_args; in hns_mdio_probe() local
541 ®_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()
578 of_node_put(reg_args.np); in hns_mdio_probe()