Home
last modified time | relevance | path

Searched refs:VCT (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/configs/
H A Dvct_platinumavc_defconfig7 CONFIG_SYS_PROMPT="VCT# "
/openbmc/u-boot/board/micronas/vct/
H A DMAINTAINERS1 VCT BOARD
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c34 #define VCT 0x4 macro
488 case VCT: { in do_spe_mathemu()
751 if (!(lo_inexact || (hi_inexact && fptype == VCT))) in speround_handler()
857 case VCT: in speround_handler()
/openbmc/linux/Documentation/i2c/busses/
H A Di2c-parport.rst27 * (type=8) VCT-jig
/openbmc/qemu/target/ppc/
H A Dint_helper.c720 #define VCT(suffix, satcvt, element) \ macro
745 VCT(uxs, cvtsduw, u32)
746 VCT(sxs, cvtsdsw, s32)
747 #undef VCT