Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dgadget.c1549 bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config() local
1586 max_packet_size = is_iso_ep ? 1023 : 64; in cdns3_ep_config()
1589 max_packet_size = is_iso_ep ? 1024 : 512; in cdns3_ep_config()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dgadget.c2034 bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config() local
2069 max_packet_size = is_iso_ep ? 1023 : 64; in cdns3_ep_config()
2072 max_packet_size = is_iso_ep ? 1024 : 512; in cdns3_ep_config()