Searched refs:otype (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/pinctrl/ |
A D | pinctrl_stm32.c | 206 u32 pupd, otype; in stm32_pinctrl_get_pin_muxing() local 219 otype = (readl(&priv->regs->otyper) >> gpio_idx) & OTYPE_MSK; in stm32_pinctrl_get_pin_muxing() 231 pinmux_otype[otype], pinmux_bias[pupd]); in stm32_pinctrl_get_pin_muxing() 235 pinmux_mode[mode], pinmux_otype[otype], in stm32_pinctrl_get_pin_muxing() 274 if (!ctl || ctl->af > 15 || ctl->mode > 3 || ctl->otype > 1 || in stm32_gpio_config() 297 clrsetbits_le32(®s->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config() 338 gpio_ctl->otype = STM32_GPIO_OTYPE_OD; in prep_gpio_ctl() 340 gpio_ctl->otype = STM32_GPIO_OTYPE_PP; in prep_gpio_ctl() 350 gpio_fn, gpio_ctl->speed, gpio_ctl->otype, in prep_gpio_ctl()
|
/u-boot/arch/arm/include/asm/arch-stm32/ |
A D | gpio.h | 61 enum stm32_gpio_otype otype; member
|
/u-boot/arch/arm/mach-stm32mp/include/mach/ |
A D | gpio.h | 62 enum stm32_gpio_otype otype; member
|
/u-boot/scripts/kconfig/ |
A D | streamline_config.pl | 364 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 365 open($linfile, $otype, $lsmod_file);
|
/u-boot/drivers/gpio/ |
A D | stm32_gpio.c | 55 enum stm32_gpio_otype otype) in stm32_gpio_set_otype() argument 60 clrsetbits_le32(®s->otyper, OTYPE_MSK << bits, otype << bits); in stm32_gpio_set_otype()
|
/u-boot/scripts/ |
A D | checkpatch.pl | 6622 my $otype = $4; 6626 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i); 6628 my $type = lc($otype); 6636 "Using comparison to $otype is error prone\n" . $herecurr);
|
Completed in 12 milliseconds