Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c290 bdring_len = USB_BDRING_LEN_RX; in qe_epbds_reset()
358 bdring_len = USB_BDRING_LEN_RX; in qe_ep_bd_init()
427 bdring_len = USB_BDRING_LEN_RX; in qe_ep_rxbd_update()
1042 emptybds = USB_BDRING_LEN_RX - ucoffs + swoffs; in qe_ep_rx()
1051 ep->has_data = USB_BDRING_LEN_RX - emptybds; in qe_ep_rx()
1641 (USB_BDRING_LEN_RX + 1); in qe_ep_disable()
H A Dfsl_qe_udc.h26 #define USB_BDRING_LEN_RX 256 macro