Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Drkusbphy.c268 uint32_t grfph; in rkusbphy_attach() local
290 grfph = OF_getpropint(sc->sc_node, "rockchip,usbgrf", 0); in rkusbphy_attach()
291 if (grfph) in rkusbphy_attach()
292 sc->sc_grf = regmap_byphandle(grfph); in rkusbphy_attach()
297 grfph); in rkusbphy_attach()