Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dgr_udc.h72 #define GR_EPSTAT_B1CNT_MASK 0x1fff0000 macro
Dgr_udc.c159 (epstat & GR_EPSTAT_B1CNT_MASK) >> GR_EPSTAT_B1CNT_POS); in gr_seq_ep_show()
1819 bytes += (epstat & GR_EPSTAT_B1CNT_MASK) >> GR_EPSTAT_B1CNT_POS; in gr_fifo_status()