HomeSort by: relevance | last modified time | path
    Searched defs:gpio_cells (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/fdt/
fdt_gpio.c 84 u_int n, gpio_cells; local in function:fdtbus_gpio_count
95 if (of_getprop_uint32(gc_phandle, "#gpio-cells", &gpio_cells))
97 resid -= (gpio_cells + 1) * 4;
98 p += gpio_cells + 1;
117 u_int n, gpio_cells; local in function:fdtbus_gpio_acquire_index
128 if (of_getprop_uint32(gc_phandle, "#gpio-cells", &gpio_cells))
137 &p[0], (gpio_cells + 1) * 4, flags);
144 resid -= (gpio_cells + 1) * 4;
145 p += gpio_cells + 1;

Completed in 13 milliseconds