Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c95 #define BCM63XX_NUM_EP 5 macro
307 struct bcm63xx_ep bep[BCM63XX_NUM_EP];
955 for (i = 0; i < BCM63XX_NUM_EP; i++) { in bcm63xx_init_udc_hw()
1779 bitmap_zero(&udc->wedgemap, BCM63XX_NUM_EP); in bcm63xx_udc_pullup()
1780 for (i = 0; i < BCM63XX_NUM_EP; i++) in bcm63xx_udc_pullup()
1956 for_each_set_bit(i, &udc->wedgemap, BCM63XX_NUM_EP) { in bcm63xx_update_wedge()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c95 #define BCM63XX_NUM_EP 5 macro
306 struct bcm63xx_ep bep[BCM63XX_NUM_EP];
952 for (i = 0; i < BCM63XX_NUM_EP; i++) { in bcm63xx_init_udc_hw()
1776 bitmap_zero(&udc->wedgemap, BCM63XX_NUM_EP); in bcm63xx_udc_pullup()
1777 for (i = 0; i < BCM63XX_NUM_EP; i++) in bcm63xx_udc_pullup()
1952 for_each_set_bit(i, &udc->wedgemap, BCM63XX_NUM_EP) { in bcm63xx_update_wedge()

Completed in 6 milliseconds