Searched refs:otype (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl_stm32.c | 24 if (!ctl || ctl->af > 15 || ctl->mode > 3 || ctl->otype > 1 || in stm32_gpio_config() 40 clrsetbits_le32(®s->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 D | stm32_gpio.c | 41 #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 D | stm32f429-discovery.c | 29 .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 D | gpio.h | 94 enum stm32_gpio_otype otype; member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f4/ |
| H A D | gpio.h | 128 enum stm32_gpio_otype otype; member
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | streamline_config.pl | 363 my $otype = ( -x $lsmod_file) ? '-|' : '<'; 364 open($linfile, $otype, $lsmod_file);
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | 6143 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);
|