Searched refs:xhci_microframes_to_exponent (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 263 static unsigned int xhci_microframes_to_exponent(unsigned int desc_interval, in xhci_microframes_to_exponent() function 285 return xhci_microframes_to_exponent(endpt_desc->bInterval, 0, 15); in xhci_parse_microframe_interval() 291 return xhci_microframes_to_exponent(endpt_desc->bInterval * 8, 3, 10); in xhci_parse_frame_interval()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 1221 static unsigned int xhci_microframes_to_exponent(struct usb_device *udev, in xhci_microframes_to_exponent() function 1244 return xhci_microframes_to_exponent(udev, ep, in xhci_parse_microframe_interval() 1252 return xhci_microframes_to_exponent(udev, ep, in xhci_parse_frame_interval()
|