Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c465 u32 i, val, rx_fifo_slot, tx_fifo_slot; in bcm63xx_fifo_setup() local
468 rx_fifo_slot = tx_fifo_slot = 0; in bcm63xx_fifo_setup()
484 val = (tx_fifo_slot << USBD_TXFIFO_CONFIG_START_SHIFT) | 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.c462 u32 i, val, rx_fifo_slot, tx_fifo_slot; in bcm63xx_fifo_setup() local
465 rx_fifo_slot = tx_fifo_slot = 0; in bcm63xx_fifo_setup()
481 val = (tx_fifo_slot << USBD_TXFIFO_CONFIG_START_SHIFT) | 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 7 milliseconds