Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/musb/
Dmusb_cppi41.c233 int is_hs = 0; in cppi41_dma_callback() local
275 is_hs = 1; in cppi41_dma_callback()
278 is_hs = 1; in cppi41_dma_callback()
280 if (is_hs) { in cppi41_dma_callback()
/linux-4.4.14/drivers/usb/gadget/udc/
Dbcm63xx_udc.c472 int is_hs = udc->gadget.speed == USB_SPEED_HIGH; in bcm63xx_fifo_setup() local
489 is_hs ? rx_cfg->max_pkt_hs : rx_cfg->max_pkt_fs, in bcm63xx_fifo_setup()
498 is_hs ? tx_cfg->max_pkt_hs : tx_cfg->max_pkt_fs, in bcm63xx_fifo_setup()