Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daw_gpio.c1096 int off, err, clkret; in aw_gpio_attach() local
1134 for (off = 0, clkret = 0; clkret == 0; off++) { in aw_gpio_attach()
1135 clkret = clk_get_by_ofw_index(dev, 0, off, &clk); in aw_gpio_attach()
1136 if (clkret != 0) in aw_gpio_attach()
1148 if (clkret != 0 && clkret != ENOENT) { in aw_gpio_attach()
1150 off, clkret); in aw_gpio_attach()