Home
last modified time | relevance | path

Searched refs:fifo (Results 1 – 7 of 7) sorted by relevance

/components/drivers/ipc/
A Dpipe.c84 if (pipe->fifo == RT_NULL) in pipe_fops_open()
151 if (pipe->fifo != RT_NULL) in pipe_fops_close()
153 rt_ringbuffer_destroy(pipe->fifo); in pipe_fops_close()
155 pipe->fifo = RT_NULL; in pipe_fops_close()
439 if (pipe->fifo == RT_NULL) in rt_pipe_open()
442 if (pipe->fifo == RT_NULL) in rt_pipe_open()
473 rt_ringbuffer_destroy(pipe->fifo); in rt_pipe_close()
474 pipe->fifo = RT_NULL; in rt_pipe_close()
706 if (pipe->fifo) in rt_pipe_delete()
708 rt_ringbuffer_destroy(pipe->fifo); in rt_pipe_delete()
[all …]
/components/drivers/usb/cherryusb/port/bouffalolab/
A Dusb_dc_bl.c130 static void bflb_usb_reset_fifo(uint8_t fifo) in bflb_usb_reset_fifo() argument
134 if (fifo == USB_FIFO_CXF) { in bflb_usb_reset_fifo()
185 regval &= ~(0x3f << (fifo * 8)); in bflb_usb_set_fifo_epmap()
186 regval |= (ep_idx << (fifo * 8)); in bflb_usb_set_fifo_epmap()
187 regval |= (dir << (fifo * 8 + 4)); in bflb_usb_set_fifo_epmap()
216 regval >>= (fifo * 8); in bflb_usb_get_fifo_ep()
224 if (fifo < 4) { in bflb_usb_fifo_config()
226 regval &= ~(0x3f << (fifo * 8)); in bflb_usb_fifo_config()
244 if (fifo == USB_FIFO_CXF) { in bflb_usb_vdma_start_write()
277 if (fifo == USB_FIFO_CXF) { in bflb_usb_vdma_start_read()
[all …]
/components/drivers/include/ipc/
A Dpipe.h30 struct rt_ringbuffer *fifo; member
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_dc_dwc2.c280 static void dwc2_set_txfifo(uint8_t busid, uint8_t fifo, uint16_t size) in dwc2_set_txfifo() argument
297 if (fifo == 0U) { in dwc2_set_txfifo()
301 for (i = 0U; i < (fifo - 1U); i++) { in dwc2_set_txfifo()
306 USB_OTG_GLB->DIEPTXF[fifo - 1U] = ((uint32_t)size << 16) | tx_offset; in dwc2_set_txfifo()
309 USB_LOG_INFO("fifo%d size:%04x, offset:%04x\r\n", fifo, size, tx_offset); in dwc2_set_txfifo()
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic.c348 static void aic_set_txfifo(uint8_t fifo, uint16_t size)
365 if (fifo == 0U) {
369 for (i = 0U; i < (fifo - 1U); i++) {
374 AIC_UDC_REG->txfifosiz[fifo - 1U] = ((uint32_t)size << 16) | Tx_Offset;
/components/drivers/sensor/v1/
A Dsensor_cmd.c177 MSH_CMD_EXPORT(sensor_fifo, Sensor fifo mode test function);
/components/drivers/sensor/v2/
A Dsensor_cmd.c425 MSH_CMD_EXPORT(sensor_fifo, Sensor fifo mode test function);

Completed in 15 milliseconds