tx_fifo_slot      464 drivers/usb/gadget/udc/bcm63xx_udc.c 	u32 i, val, rx_fifo_slot, tx_fifo_slot;
tx_fifo_slot      467 drivers/usb/gadget/udc/bcm63xx_udc.c 	rx_fifo_slot = tx_fifo_slot = 0;
tx_fifo_slot      483 drivers/usb/gadget/udc/bcm63xx_udc.c 		val = (tx_fifo_slot << USBD_TXFIFO_CONFIG_START_SHIFT) |
tx_fifo_slot      484 drivers/usb/gadget/udc/bcm63xx_udc.c 			((tx_fifo_slot + tx_cfg->n_fifo_slots - 1) <<
tx_fifo_slot      486 drivers/usb/gadget/udc/bcm63xx_udc.c 		tx_fifo_slot += tx_cfg->n_fifo_slots;