Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dbcm63xx_udc.c473 u32 i, val, rx_fifo_slot, tx_fifo_slot; in bcm63xx_fifo_setup() local
476 rx_fifo_slot = tx_fifo_slot = 0; in bcm63xx_fifo_setup()
492 val = (tx_fifo_slot << USBD_TXFIFO_CONFIG_START_SHIFT) | in bcm63xx_fifo_setup()
493 ((tx_fifo_slot + tx_cfg->n_fifo_slots - 1) << in bcm63xx_fifo_setup()
495 tx_fifo_slot += tx_cfg->n_fifo_slots; in bcm63xx_fifo_setup()