Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
H A Drenesas_usbhs.h171 int pio_dma_border; /* default is 64byte */ member
/kernel/linux/linux-6.6/include/linux/usb/
H A Drenesas_usbhs.h171 int pio_dma_border; /* default is 64byte */ member
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H A Dcommon.c656 if (!priv->dparam.pio_dma_border) in usbhs_probe()
657 priv->dparam.pio_dma_border = 64; /* 64byte */ in usbhs_probe()
H A Dfifo.c886 /* use PIO if packet is less than pio_dma_border or pipe is DCP */ in usbhsf_dma_prepare_push()
887 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push()
996 /* use PIO if packet is less than pio_dma_border or pipe is DCP */ in usbhsf_dma_prepare_pop_with_usb_dmac()
997 if ((pkt->length < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_pop_with_usb_dmac()
1084 /* use PIO if packet is less than pio_dma_border */ in usbhsf_dma_try_pop_with_rx_irq()
1090 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop_with_rx_irq()
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H A Dcommon.c654 if (!priv->dparam.pio_dma_border) in usbhs_probe()
655 priv->dparam.pio_dma_border = 64; /* 64byte */ in usbhs_probe()
H A Dfifo.c888 /* use PIO if packet is less than pio_dma_border or pipe is DCP */ in usbhsf_dma_prepare_push()
889 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push()
998 /* use PIO if packet is less than pio_dma_border or pipe is DCP */ in usbhsf_dma_prepare_pop_with_usb_dmac()
999 if ((pkt->length < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_pop_with_usb_dmac()
1086 /* use PIO if packet is less than pio_dma_border */ in usbhsf_dma_try_pop_with_rx_irq()
1092 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop_with_rx_irq()

Completed in 7 milliseconds