| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/fdt/ | |
| fdt_gpio.c | 42 int gc_phandle; member in struct:fdtbus_gpio_controller 59 gc->gc_phandle = phandle; 73 if (gc->gc_phandle == phandle) 93 const int gc_phandle = local in function:fdtbus_gpio_count 95 if (of_getprop_uint32(gc_phandle, "#gpio-cells", &gpio_cells)) 126 const int gc_phandle = local in function:fdtbus_gpio_acquire_index 128 if (of_getprop_uint32(gc_phandle, "#gpio-cells", &gpio_cells)) 131 gc = fdtbus_get_gpio_controller(gc_phandle); |