Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c243 if (!ctl || ctl->af > 15 || ctl->mode > 3 || ctl->otype > 1 || in stm32_gpio_config()
266 clrsetbits_le32(&regs->otyper, OTYPE_MSK << index, ctl->otype << index); in stm32_gpio_config()
307 gpio_ctl->otype = STM32_GPIO_OTYPE_OD; in prep_gpio_ctl()
309 gpio_ctl->otype = STM32_GPIO_OTYPE_PP; in prep_gpio_ctl()
319 __func__, gpio_fn, gpio_ctl->speed, gpio_ctl->otype, in prep_gpio_ctl()
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dgpio.h95 enum stm32_gpio_otype otype; member
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/
H A Dgpio.h94 enum stm32_gpio_otype otype; member
/openbmc/u-boot/scripts/kconfig/
H A Dstreamline_config.pl364 my $otype = ( -x $lsmod_file) ? '-|' : '<';
365 open($linfile, $otype, $lsmod_file);
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl6233 my $otype = $4;
6237 ($arg, $otype) = ($otype, $arg) if ($arg =~ /^(?:true|false)$/i);
6239 my $type = lc($otype);
6247 "Using comparison to $otype is error prone\n" . $herecurr);
/openbmc/qemu/tcg/
H A Dtcg.c5040 TCGType otype, itype; in tcg_reg_alloc_mov() local
5052 otype = ots->type; in tcg_reg_alloc_mov()
5083 tcg_out_st(s, otype, ireg, ots->mem_base->reg, ots->mem_offset); in tcg_reg_alloc_mov()
5104 oreg = tcg_reg_alloc(s, tcg_target_available_regs[otype], in tcg_reg_alloc_mov()
5108 if (!tcg_out_mov(s, otype, oreg, ireg)) { in tcg_reg_alloc_mov()