Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/musb/
Dmusb_cppi41.c231 int is_hs = 0; in cppi41_dma_callback() local
294 is_hs = 1; in cppi41_dma_callback()
297 is_hs = 1; in cppi41_dma_callback()
299 if (is_hs) { in cppi41_dma_callback()
/linux-6.1.9/drivers/usb/gadget/udc/
Dbcm63xx_udc.c461 int is_hs = udc->gadget.speed == USB_SPEED_HIGH; in bcm63xx_fifo_setup() local
478 is_hs ? rx_cfg->max_pkt_hs : rx_cfg->max_pkt_fs, in bcm63xx_fifo_setup()
487 is_hs ? tx_cfg->max_pkt_hs : tx_cfg->max_pkt_fs, in bcm63xx_fifo_setup()