Searched refs:n_bds (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/musb/
H A Dcppi_dma.c454 void __iomem *tibase, int onepacket, unsigned n_bds)
473 n_bds--;
495 if (n_bds && rx->channel.actual_len) {
506 return n_bds;
567 unsigned n_bds; local
584 n_bds = 1;
586 n_bds = length / maxpacket;
588 n_bds++;
589 n_bds = min(n_bds, (unsigne
453 cppi_autoreq_update(struct cppi_channel *rx, void __iomem *tibase, int onepacket, unsigned n_bds) argument
767 unsigned n_bds; local
[all...]
/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c132 * @n_bds: Number of buffer descriptors in the ring.
141 int n_bds; member in struct:iudma_ch_cfg
158 idx | n_bds | dir | max_pkt_hs |
185 * @n_bds: Total number of BDs in the ring.
210 unsigned int n_bds; member in struct:iudma_ch
631 if (!iudma->is_tx || iudma->n_bds_used == iudma->n_bds ||
753 unsigned int n_bds = cfg->n_bds; local
772 iudma->n_bds = n_bds;
[all...]

Completed in 68 milliseconds