Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_rpi_pico.c148 const uint32_t buf_ctrl) in write_buf_ctrl_reg() argument
152 sys_write32(buf_ctrl, buf_ctrl_reg); in write_buf_ctrl_reg()
171 uint32_t buf_ctrl; in rpi_pico_ep_cancel() local
173 buf_ctrl = read_buf_ctrl_reg(dev, ep); in rpi_pico_ep_cancel()
174 if (!(buf_ctrl & USB_BUF_CTRL_AVAIL)) { in rpi_pico_ep_cancel()
185 buf_ctrl &= ~USB_BUF_CTRL_AVAIL; in rpi_pico_ep_cancel()
186 write_buf_ctrl_reg(dev, ep, buf_ctrl); in rpi_pico_ep_cancel()
199 uint32_t buf_ctrl; in rpi_pico_prep_rx() local
201 buf_ctrl = read_buf_ctrl_reg(dev, cfg->addr); in rpi_pico_prep_rx()
202 if (buf_ctrl & USB_BUF_CTRL_AVAIL) { in rpi_pico_prep_rx()
[all …]