Searched refs:amp (Results 1 – 11 of 11) sorted by relevance
24 src += Glob('ports/OpenAMP/open-amp/lib/rpmsg/*.c')25 src += Glob('ports/OpenAMP/open-amp/lib/remoteproc/*.c')26 src += Glob('ports/OpenAMP/open-amp/lib/virtio/*.c')32 path += [cwd + '/ports/OpenAMP/open-amp/lib/include']
134 long long amp = (long long)a * gain + fraction; in MULTI_DIV_int() local135 if (amp > (int)0x7fffffff) in MULTI_DIV_int()136 amp = (int)0x7fffffff; in MULTI_DIV_int()137 else if (amp < (int)0x80000000) in MULTI_DIV_int()138 amp = (int)0x80000000; in MULTI_DIV_int()139 return swap ? (int)bswap_32((int)amp) : (int)amp; in MULTI_DIV_int()151 int amp = a * gain + fraction; in MULTI_DIV_short() local152 if (abs(amp) > 0x7fff) in MULTI_DIV_short()153 amp = (a<0) ? (short)0x8000 : (short)0x7fff; in MULTI_DIV_short()154 return swap ? (short)bswap_16((short)amp) : (short)amp; in MULTI_DIV_short()
86 cfg->amp = lvb_lvds_lane_amp_300_mv; in lvb_lvds_phy_lane_get_default_config()104 LVB_TX_PHY_CTL0_TX_AMP_SET(cfg->amp); in lvb_lvds_phy_lane_init()
13 bool "enable Message Box(amp) driver"
215 static inline void qeo_wave_enable_amplitude(QEO_Type *base, uint8_t index, double amp) in qeo_wave_enable_amplitude() argument217 assert(amp > 0); in qeo_wave_enable_amplitude()218 uint32_t val = (uint32_t)(amp * (1U << 12U)); in qeo_wave_enable_amplitude()
246 static inline void qeo_wave_enable_amplitude(QEOV2_Type *base, uint8_t index, double amp) in qeo_wave_enable_amplitude() argument248 assert(amp > 0); in qeo_wave_enable_amplitude()249 uint32_t val = (uint32_t)(amp * (1U << 12U)); in qeo_wave_enable_amplitude()
138 lvb_lvds_lane_amp_t amp; member
1146 …IR$\configuration.xml" "$TARGET_PATH$" 2> "%TEMP%\rasc_stderr.out"" && echo > "$BUIL…2303 …IR$\configuration.xml" "$TARGET_PATH$" 2> "%TEMP%\rasc_stderr.out"" && echo > "$BUIL…
2305 …IR$\configuration.xml" "$TARGET_PATH$" 2> "%TEMP%\rasc_stderr.out"" && echo > "$BUIL…
Completed in 31 milliseconds