Searched refs:pio_dma_border (Results 1 – 3 of 3) sorted by relevance
171 int pio_dma_border; /* default is 64byte */ member
656 if (!priv->dparam.pio_dma_border) in usbhs_probe()657 priv->dparam.pio_dma_border = 64; /* 64byte */ in usbhs_probe()
889 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push()999 if ((pkt->length < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_pop_with_usb_dmac()1092 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop_with_rx_irq()
Completed in 8 milliseconds