Home
last modified time | relevance | path

Searched refs:n_fifo_slots (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c151 * @n_fifo_slots: Number of FIFO entries to allocate for this channel.
160 int n_fifo_slots; member
173 ep_num ep_type n_fifo_slots max_pkt_fs
476 ((rx_fifo_slot + rx_cfg->n_fifo_slots - 1) << in bcm63xx_fifo_setup()
478 rx_fifo_slot += rx_cfg->n_fifo_slots; in bcm63xx_fifo_setup()
485 ((tx_fifo_slot + tx_cfg->n_fifo_slots - 1) << in bcm63xx_fifo_setup()
487 tx_fifo_slot += tx_cfg->n_fifo_slots; in bcm63xx_fifo_setup()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c151 * @n_fifo_slots: Number of FIFO entries to allocate for this channel.
160 int n_fifo_slots; member
173 ep_num ep_type n_fifo_slots max_pkt_fs
473 ((rx_fifo_slot + rx_cfg->n_fifo_slots - 1) << in bcm63xx_fifo_setup()
475 rx_fifo_slot += rx_cfg->n_fifo_slots; in bcm63xx_fifo_setup()
482 ((tx_fifo_slot + tx_cfg->n_fifo_slots - 1) << in bcm63xx_fifo_setup()
484 tx_fifo_slot += tx_cfg->n_fifo_slots; in bcm63xx_fifo_setup()

Completed in 6 milliseconds