Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 4 of 4) sorted by relevance

/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/pm/
Dish_dma.c144 uint32_t channel; in ish_dma_disable() local
148 for (channel = 0; channel <= DMA_MAX_CHANNEL; channel++) { in ish_dma_disable()
149 write32(MISC_CHID_CFG_REG, channel); in ish_dma_disable()
150 if (read32(DMA_EN_REG) & DMA_CH_EN_BIT(channel)) { in ish_dma_disable()
152 write32(DMA_EN_REG, DMA_CH_EN_WE_BIT(channel)); in ish_dma_disable()
156 while ((read32(DMA_EN_REG) & DMA_CH_EN_BIT(channel)) && in ish_dma_disable()
/hal_intel-3.6.0/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c189 static void sedi_dma_poll_dummy_cb(IN sedi_dma_t dma_dev, IN int channel, IN int event, in sedi_dma_poll_dummy_cb() argument
195 PARAM_UNUSED(channel); in sedi_dma_poll_dummy_cb()
1829 static int sedi_uart_dma_config(IN sedi_dma_t dma, int32_t channel, IN sedi_dma_event_cb_t cb, in sedi_uart_dma_config() argument
1836 ret = sedi_dma_init(dma, channel, cb, param); in sedi_uart_dma_config()
1839 ret = sedi_dma_set_power(dma, channel, SEDI_POWER_FULL); in sedi_uart_dma_config()
1843 ret = sedi_dma_control(dma, channel, SEDI_CONFIG_DMA_BURST_LENGTH, in sedi_uart_dma_config()
1846 ret = sedi_dma_control(dma, channel, SEDI_CONFIG_DMA_BURST_LENGTH, in sedi_uart_dma_config()
1854 ret = sedi_dma_control(dma, channel, SEDI_CONFIG_DMA_SR_TRANS_WIDTH, DMA_TRANS_WIDTH_8); in sedi_uart_dma_config()
1857 ret = sedi_dma_control(dma, channel, SEDI_CONFIG_DMA_DT_TRANS_WIDTH, DMA_TRANS_WIDTH_8); in sedi_uart_dma_config()
1860 ret = sedi_dma_control(dma, channel, SEDI_CONFIG_DMA_HS_POLARITY, DMA_HS_POLARITY_HIGH); in sedi_uart_dma_config()
[all …]
/hal_intel-3.6.0/zephyr/iut_test/test_zephyr/dma/
Dtest_dma_m2m.c26 static void test_done(const struct device *dev, void *user_data, uint32_t channel, int status) in test_done() argument
32 iut_case_print("DMA ch[%d] transfer error, status = %d\n", channel, status); in test_done()
/hal_intel-3.6.0/bsp_sedi/include/driver/
Dsedi_driver_uart.h263 int32_t channel; /**< Dma channel number to be used. */ member
1000 IN uint32_t channel, IN uint8_t *buff,
1017 IN uint32_t channel, OUT uint8_t *buff,