max_packet_sz_rx 1290 drivers/usb/musb/musb_core.c 		hw_ep->max_packet_sz_rx = maxpacket;
max_packet_sz_rx 1296 drivers/usb/musb/musb_core.c 		hw_ep->max_packet_sz_rx = maxpacket;
max_packet_sz_rx 1432 drivers/usb/musb/musb_core.c 				|| hw_ep->max_packet_sz_rx < 512)
max_packet_sz_rx 1563 drivers/usb/musb/musb_core.c 		if (hw_ep->max_packet_sz_rx && !hw_ep->is_shared_fifo) {
max_packet_sz_rx 1569 drivers/usb/musb/musb_core.c 				hw_ep->max_packet_sz_rx);
max_packet_sz_rx 1571 drivers/usb/musb/musb_core.c 		if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx))
max_packet_sz_rx  208 drivers/usb/musb/musb_core.h 	u16			max_packet_sz_rx;
max_packet_sz_rx  462 drivers/usb/musb/musb_core.h 		hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx;
max_packet_sz_rx  466 drivers/usb/musb/musb_core.h 		hw_ep->max_packet_sz_rx = 1 << ((reg & 0xf0) >> 4);
max_packet_sz_rx  476 drivers/usb/musb/musb_core.h 	musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE;
max_packet_sz_rx 1013 drivers/usb/musb/musb_gadget.c 		if (tmp > hw_ep->max_packet_sz_rx) {
max_packet_sz_rx 1718 drivers/usb/musb/musb_gadget.c 			usb_ep_set_maxpacket_limit(&ep->end_point, hw_ep->max_packet_sz_rx);
max_packet_sz_rx 1760 drivers/usb/musb/musb_gadget.c 			if (hw_ep->max_packet_sz_rx) {
max_packet_sz_rx 1685 drivers/usb/musb/musb_host.c 	if (rx_count < hw_ep->max_packet_sz_rx) {
max_packet_sz_rx 2058 drivers/usb/musb/musb_host.c 			diff = hw_ep->max_packet_sz_rx;