Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl_stm32.c24 if (!ctl || ctl->af > 15 || ctl->mode > 3 || ctl->otype > 1 || in stm32_gpio_config()
40 clrsetbits_le32(&regs->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()
78 gpio_ctl->otype = STM32_GPIO_OTYPE_OD; in prep_gpio_ctl()
80 gpio_ctl->otype = STM32_GPIO_OTYPE_PP; in prep_gpio_ctl()
90 __func__, gpio_fn, gpio_ctl->speed, gpio_ctl->otype, in prep_gpio_ctl()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dstm32_gpio.c41 #define CHECK_CTL(x) (!x || x->af > 15 || x->mode > 3 || x->otype > 1 || \
68 clrsetbits_le32(&gpio_regs->otyper, 0x3 << i, ctl->otype << i); in stm32_gpio_config()
136 ctl.otype = STM32_GPIO_OTYPE_PP; in gpio_direction_input()
/rk3399_rockchip-uboot/board/st/stm32f429-discovery/
H A Dstm32f429-discovery.c29 .otype = STM32_GPIO_OTYPE_PP,
37 .otype = STM32_GPIO_OTYPE_PP,
66 .otype = STM32_GPIO_OTYPE_PP,
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f7/
H A Dgpio.h94 enum stm32_gpio_otype otype; member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f4/
H A Dgpio.h128 enum stm32_gpio_otype otype; member
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dstreamline_config.pl363 my $otype = ( -x $lsmod_file) ? '-|' : '<';
364 open($linfile, $otype, $lsmod_file);
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl6143 my $otype = $4;
6147 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
6149 my $type = lc($otype);
6157 "Using comparison to $otype is error prone\n" . $herecurr);