Searched refs:is_iso_ep (Results 1 – 2 of 2) sorted by relevance
1549 bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config() local1586 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()
2034 bool is_iso_ep = (priv_ep->type == USB_ENDPOINT_XFER_ISOC); in cdns3_ep_config() local2069 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()