Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c1019 u16 swoffs, ucoffs, emptybds; in qe_ep_rx() local
1031 swoffs = (u16)(bd - ep->rxbase); in qe_ep_rx()
1034 if (swoffs < ucoffs) in qe_ep_rx()
1035 emptybds = USB_BDRING_LEN_RX - ucoffs + swoffs; in qe_ep_rx()
1037 emptybds = swoffs - ucoffs; in qe_ep_rx()