max_packet_sz_tx 1284 drivers/usb/musb/musb_core.c 		hw_ep->max_packet_sz_tx = maxpacket;
max_packet_sz_tx 1301 drivers/usb/musb/musb_core.c 		hw_ep->max_packet_sz_tx = maxpacket;
max_packet_sz_tx 1431 drivers/usb/musb/musb_core.c 		if (hw_ep->max_packet_sz_tx < 512
max_packet_sz_tx 1555 drivers/usb/musb/musb_core.c 		if (hw_ep->max_packet_sz_tx) {
max_packet_sz_tx 1561 drivers/usb/musb/musb_core.c 				hw_ep->max_packet_sz_tx);
max_packet_sz_tx 1571 drivers/usb/musb/musb_core.c 		if (!(hw_ep->max_packet_sz_tx || hw_ep->max_packet_sz_rx))
max_packet_sz_tx  207 drivers/usb/musb/musb_core.h 	u16			max_packet_sz_tx;
max_packet_sz_tx  458 drivers/usb/musb/musb_core.h 	hw_ep->max_packet_sz_tx = 1 << (reg & 0x0f);
max_packet_sz_tx  462 drivers/usb/musb/musb_core.h 		hw_ep->max_packet_sz_rx = hw_ep->max_packet_sz_tx;
max_packet_sz_tx  475 drivers/usb/musb/musb_core.h 	musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE;
max_packet_sz_tx  211 drivers/usb/musb/musb_gadget.c 		return ep->hw_ep->max_packet_sz_tx;
max_packet_sz_tx  974 drivers/usb/musb/musb_gadget.c 		if (tmp > hw_ep->max_packet_sz_tx) {
max_packet_sz_tx  989 drivers/usb/musb/musb_gadget.c 			musb_ep->hb_mult = (hw_ep->max_packet_sz_tx /
max_packet_sz_tx 1716 drivers/usb/musb/musb_gadget.c 			usb_ep_set_maxpacket_limit(&ep->end_point, hw_ep->max_packet_sz_tx);
max_packet_sz_tx 1755 drivers/usb/musb/musb_gadget.c 			if (hw_ep->max_packet_sz_tx) {
max_packet_sz_tx  806 drivers/usb/musb/musb_host.c 				qh->hb_mult = hw_ep->max_packet_sz_tx
max_packet_sz_tx  824 drivers/usb/musb/musb_host.c 			load_count = min((u32) hw_ep->max_packet_sz_tx,
max_packet_sz_tx 2060 drivers/usb/musb/musb_host.c 			diff = hw_ep->max_packet_sz_tx;