Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dbcm63xx_udc.c79 #define BCM63XX_NUM_EP 5 macro
293 struct bcm63xx_ep bep[BCM63XX_NUM_EP];
943 for (i = 0; i < BCM63XX_NUM_EP; i++) { in bcm63xx_init_udc_hw()
1769 bitmap_zero(&udc->wedgemap, BCM63XX_NUM_EP); in bcm63xx_udc_pullup()
1770 for (i = 0; i < BCM63XX_NUM_EP; i++) in bcm63xx_udc_pullup()
1946 for_each_set_bit(i, &udc->wedgemap, BCM63XX_NUM_EP) { in bcm63xx_update_wedge()