rx_fifo_slot      464 drivers/usb/gadget/udc/bcm63xx_udc.c 	u32 i, val, rx_fifo_slot, tx_fifo_slot;
rx_fifo_slot      467 drivers/usb/gadget/udc/bcm63xx_udc.c 	rx_fifo_slot = tx_fifo_slot = 0;
rx_fifo_slot      474 drivers/usb/gadget/udc/bcm63xx_udc.c 		val = (rx_fifo_slot << USBD_RXFIFO_CONFIG_START_SHIFT) |
rx_fifo_slot      475 drivers/usb/gadget/udc/bcm63xx_udc.c 			((rx_fifo_slot + rx_cfg->n_fifo_slots - 1) <<
rx_fifo_slot      477 drivers/usb/gadget/udc/bcm63xx_udc.c 		rx_fifo_slot += rx_cfg->n_fifo_slots;