Lines Matching defs:rst
15 struct reset_controller_dev rst;
20 container_of(_rst, struct hi3660_reset_controller, rst)
86 rc->map = syscon_regmap_lookup_by_phandle(np, "hisilicon,rst-syscon");
90 "hisi,rst-syscon");
94 "failed to get hisilicon,rst-syscon\n");
97 rc->rst.ops = &hi3660_reset_ops,
98 rc->rst.of_node = np;
99 rc->rst.of_reset_n_cells = 2;
100 rc->rst.of_xlate = hi3660_reset_xlate;
102 return reset_controller_register(&rc->rst);