| 407 | } |
| 408 | |
| 409 | struct rt_reset_control *rt_ofw_get_reset_control_array(struct rt_ofw_node *np) |
| 410 | { |
| 411 | return ofw_get_reset_control(np, 0, RT_NULL, RT_TRUE); |
| 412 | } |
| 413 | |
| 414 | struct rt_reset_control *rt_ofw_get_reset_control_by_index(struct rt_ofw_node *np, int index) |
| 415 | { |
no test coverage detected