Searched refs:ep_size (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/media/usb/em28xx/ ! |
D | em28xx-audio.c | 673 int i, ep_size, interval, num_urb, npackets; in em28xx_audio_urb_init() local 705 ep_size = em28xx_audio_ep_packet_size(udev, ep); in em28xx_audio_urb_init() 711 dev->ifnum, alt, interval, ep_size); in em28xx_audio_urb_init() 728 num_urb = DIV_ROUND_UP(bytes_per_transfer, ep_size); in em28xx_audio_urb_init() 745 if (urb_size > ep_size * npackets) in em28xx_audio_urb_init() 746 npackets = DIV_ROUND_UP(urb_size, ep_size); in em28xx_audio_urb_init() 783 buf = usb_alloc_coherent(udev, npackets * ep_size, GFP_KERNEL, in em28xx_audio_urb_init() 801 urb->transfer_buffer_length = ep_size * npackets; in em28xx_audio_urb_init() 803 for (j = k = 0; j < npackets; j++, k += ep_size) { in em28xx_audio_urb_init() 805 urb->iso_frame_desc[j].length = ep_size; in em28xx_audio_urb_init()
|
/linux-5.19.10/arch/powerpc/platforms/4xx/ ! |
D | pci.c | 1849 resource_size_t ep_size = 32 << 20; in ppc4xx_configure_pciex_PIMs() local 1857 sa = (0xffffffffffffffffull << ilog2(ep_size)); in ppc4xx_configure_pciex_PIMs()
|