Lines Matching refs:fsel
292 enum bcm2835_fsel fsel)
305 if (cur == fsel)
308 if (cur != BCM2835_FSEL_GPIO_IN && fsel != BCM2835_FSEL_GPIO_IN) {
319 val |= fsel << FSEL_SHIFT(pin);
322 bcm2835_functions[fsel]);
347 enum bcm2835_fsel fsel = bcm2835_pinctrl_fsel_get(pc, offset);
349 if (fsel == BCM2835_FSEL_GPIO_OUT)
753 enum bcm2835_fsel fsel = bcm2835_pinctrl_fsel_get(pc, offset);
754 const char *fname = bcm2835_functions[fsel];
937 enum bcm2835_fsel fsel = bcm2835_pinctrl_fsel_get(pc, offset);
939 if (fsel == BCM2835_FSEL_GPIO_IN)
942 if (persist_gpio_outputs && fsel == BCM2835_FSEL_GPIO_OUT)
997 enum bcm2835_fsel fsel = input ?
1000 bcm2835_pinctrl_fsel_set(pc, offset, fsel);
1020 enum bcm2835_fsel fsel = bcm2835_pinctrl_fsel_get(pc, pin);
1027 if (fsel != BCM2835_FSEL_GPIO_OUT)