Home
last modified time | relevance | path

Searched refs:amp (Results 1 – 11 of 11) sorted by relevance

/bsp/stm32/stm32mp157a-st-discovery/board/
A DSConscript24 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']
/bsp/stm32/stm32mp157a-st-ev1/board/
A DSConscript24 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']
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_softvol.c134 long long amp = (long long)a * gain + fraction; in MULTI_DIV_int() local
135 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() local
152 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()
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_lvb_drv.c86 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/msgbox/
A DKconfig13 bool "enable Message Box(amp) driver"
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_qeo_drv.h215 static inline void qeo_wave_enable_amplitude(QEO_Type *base, uint8_t index, double amp) in qeo_wave_enable_amplitude() argument
217 assert(amp > 0); in qeo_wave_enable_amplitude()
218 uint32_t val = (uint32_t)(amp * (1U << 12U)); in qeo_wave_enable_amplitude()
A Dhpm_qeov2_drv.h246 static inline void qeo_wave_enable_amplitude(QEOV2_Type *base, uint8_t index, double amp) in qeo_wave_enable_amplitude() argument
248 assert(amp > 0); in qeo_wave_enable_amplitude()
249 uint32_t val = (uint32_t)(amp * (1U << 12U)); in qeo_wave_enable_amplitude()
A Dhpm_lvb_drv.h138 lvb_lvds_lane_amp_t amp; member
/bsp/renesas/rzt2m_rsk/
A Dproject.ewp1146 …IR$\configuration.xml" "$TARGET_PATH$" 2&gt; "%TEMP%\rasc_stderr.out"" &amp;&amp; echo &gt; "$BUIL…
2303 …IR$\configuration.xml" "$TARGET_PATH$" 2&gt; "%TEMP%\rasc_stderr.out"" &amp;&amp; echo &gt; "$BUIL…
/bsp/renesas/rzn2l_rsk/
A Dproject.ewp2305 …IR$\configuration.xml" "$TARGET_PATH$" 2&gt; "%TEMP%\rasc_stderr.out"" &amp;&amp; echo &gt; "$BUIL…
/bsp/renesas/rzn2l_etherkit/
A Dproject.ewp2305 …IR$\configuration.xml" "$TARGET_PATH$" 2&gt; "%TEMP%\rasc_stderr.out"" &amp;&amp; echo &gt; "$BUIL…

Completed in 31 milliseconds