mtmips_rst
static struct mtmips_rst *to_mtmips_rst(struct reset_controller_dev *dev)
return container_of(dev, struct mtmips_rst, rcdev);
struct mtmips_rst *data = to_mtmips_rst(rcdev);
struct mtmips_rst *data = to_mtmips_rst(rcdev);
struct mtmips_rst *rst_data;