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

/linux-master/drivers/usb/chipidea/
H A Dudc.c55 * hw_ep_bit: calculates the bit number
61 static inline int hw_ep_bit(int num, int dir) function
106 int n = hw_ep_bit(num, dir);
195 int n = hw_ep_bit(num, dir);
592 int n = hw_ep_bit(hwep->num, hwep->dir);
689 int n = hw_ep_bit(hwep->num, hwep->dir);

Completed in 105 milliseconds