Searched refs:UDCCONR_MPS (Results 1 – 5 of 5) sorted by relevance
246 #define UDCCONR_MPS (0x3ff << 2) /* Maximum Packet Size */ macro
158 #define UDCCONR_MPS (0x3ff << 2) /* Maximum Packet Size */ macro
540 | ((ep->fifo_size << UDCCONR_MPS_S) & UDCCONR_MPS) in pxa_ep_setup()
579 tmp |= (ep_size << UDCCONR_MPS_S) & UDCCONR_MPS; in udc_setup_ep()
788 #define UDCCONR_MPS (0x3ff << 2) /* Maximum Packet Size */ macro