Lines Matching refs:b
327 int b; in usb_set_maxpacket_ep() local
333 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket_ep()
339 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
340 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
342 b, dev->epmaxpacketin[b]); in usb_set_maxpacket_ep()
346 if (ep_wMaxPacketSize > dev->epmaxpacketout[b]) { in usb_set_maxpacket_ep()
347 dev->epmaxpacketout[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
349 b, dev->epmaxpacketout[b]); in usb_set_maxpacket_ep()
353 if (ep_wMaxPacketSize > dev->epmaxpacketin[b]) { in usb_set_maxpacket_ep()
354 dev->epmaxpacketin[b] = ep_wMaxPacketSize; in usb_set_maxpacket_ep()
356 b, dev->epmaxpacketin[b]); in usb_set_maxpacket_ep()