Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c202 switch (nfunc) { in bcm_gpio_func_str()
237 *nfunc = BCM2835_FSEL_GPIO_IN; in bcm_gpio_str_func()
239 *nfunc = BCM2835_FSEL_GPIO_OUT; in bcm_gpio_str_func()
241 *nfunc = BCM2835_FSEL_ALT0; in bcm_gpio_str_func()
243 *nfunc = BCM2835_FSEL_ALT1; in bcm_gpio_str_func()
245 *nfunc = BCM2835_FSEL_ALT2; in bcm_gpio_str_func()
247 *nfunc = BCM2835_FSEL_ALT3; in bcm_gpio_str_func()
249 *nfunc = BCM2835_FSEL_ALT4; in bcm_gpio_str_func()
251 *nfunc = BCM2835_FSEL_ALT5; in bcm_gpio_str_func()
262 switch (nfunc) { in bcm_gpio_func_flag()
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c797 StkId nfunc = nci->func; /* called function */ in luaV_execute()
800 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()
805 for (aux = 0; nfunc + aux < lim; aux++) in luaV_execute()
806 setobjs2s(L, ofunc + aux, nfunc + aux); in luaV_execute()
807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()
808 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()