Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_rpi_pico.c147 static void write_buf_ctrl_reg(const struct device *dev, const uint8_t ep, in write_buf_ctrl_reg() function
186 write_buf_ctrl_reg(dev, ep, buf_ctrl); in rpi_pico_ep_cancel()
214 write_buf_ctrl_reg(dev, cfg->addr, buf_ctrl); in rpi_pico_prep_rx()
222 write_buf_ctrl_reg(dev, cfg->addr, buf_ctrl | USB_BUF_CTRL_AVAIL); in rpi_pico_prep_rx()
251 write_buf_ctrl_reg(dev, cfg->addr, buf_ctrl); in rpi_pico_prep_tx()
259 write_buf_ctrl_reg(dev, cfg->addr, buf_ctrl | USB_BUF_CTRL_AVAIL); in rpi_pico_prep_tx()
761 write_buf_ctrl_reg(dev, cfg->addr, USB_BUF_CTRL_DATA0_PID); in udc_rpi_pico_ep_enable()