Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Drenesas_usbhs.h180 #define USBHS_USB_DMAC_XFER_SIZE 32 /* hardcode the xfer size */ macro
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
Dfifo.c897 USBHS_USB_DMAC_XFER_SIZE - 1 : 0x7; in usbhsf_dma_prepare_push()
1005 if ((uintptr_t)pkt->buf & (USBHS_USB_DMAC_XFER_SIZE - 1)) in usbhsf_dma_prepare_pop_with_usb_dmac()
1171 received_size -= USBHS_USB_DMAC_XFER_SIZE; in usbhs_dma_calc_received_size()