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

  /src/sys/arch/arm/broadcom/
bcm2835_intr.c 328 struct fdtbus_interrupt_controller_func *ifuncs; local in function:bcm2835_icu_attach
366 ifuncs = &bcm2836mpicu_fdt_funcs;
402 ifuncs = &bcm2835icu_fdt_funcs;
405 error = fdtbus_register_interrupt_controller(self, phandle, ifuncs);
bcm2835_intr.c 328 struct fdtbus_interrupt_controller_func *ifuncs; local in function:bcm2835_icu_attach
366 ifuncs = &bcm2836mpicu_fdt_funcs;
402 ifuncs = &bcm2835icu_fdt_funcs;
405 error = fdtbus_register_interrupt_controller(self, phandle, ifuncs);

Completed in 25 milliseconds