Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/fdt/
H A Dfdt_reset.c40 struct fdtbus_reset_controller { struct
45 LIST_ENTRY(fdtbus_reset_controller) rc_next; argument
48 static LIST_HEAD(, fdtbus_reset_controller) fdtbus_reset_controllers =
55 struct fdtbus_reset_controller *rc; in fdtbus_register_reset_controller()
67 static struct fdtbus_reset_controller *
70 struct fdtbus_reset_controller *rc; in fdtbus_get_reset_controller()
83 struct fdtbus_reset_controller *rc; in fdtbus_reset_get_index()
147 struct fdtbus_reset_controller *rc = rst->rst_rc; in fdtbus_reset_put()
156 struct fdtbus_reset_controller *rc = rst->rst_rc; in fdtbus_reset_assert()
164 struct fdtbus_reset_controller *rc = rst->rst_rc; in fdtbus_reset_deassert()
H A Dfdtvar.h245 struct fdtbus_reset_controller;
248 struct fdtbus_reset_controller *rst_rc;