Searched refs:WRITE (Results 1 – 3 of 3) sorted by relevance
/hal_intel-3.5.0/bsp_sedi/drivers/usart/ |
D | sedi_dw_uart.c | 162 WRITE, enumerator 175 {.dma_xfer = NULL, .uart = SEDI_UART_0, .operation = WRITE}, 176 {.dma_xfer = NULL, .uart = SEDI_UART_1, .operation = WRITE}, 177 {.dma_xfer = NULL, .uart = SEDI_UART_2, .operation = WRITE} 222 } else if (ctxt->operation == WRITE) { in sedi_dma_event_cb() 1847 } else if (op == WRITE) { in sedi_uart_dma_config() 1878 if (op == WRITE) { in sedi_uart_dma_io_async() 1881 (void *)(&dma_write_ctxt[uart]), WRITE); in sedi_uart_dma_io_async() 1933 if (op == WRITE) { in sedi_uart_dma_io_polled() 1973 if (op == WRITE) { in sedi_uart_dma_io_polled() [all …]
|
/hal_intel-3.5.0/bsp_sedi/drivers/i2c/ |
D | sedi_i2c_dw_apb_200a.c | 274 uint32_t cmd = SEDI_RBFVM(I2C, DATA_CMD, CMD, WRITE); in dw_i2c_poll_write()
|
/hal_intel-3.5.0/bsp_sedi/soc/common/include/ |
D | sedi_i2c_regs.h | 497 SEDI_RBFV_DEFINE(I2C, DATA_CMD, CMD, WRITE, 0x0);
|