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

/u-boot/arch/arm/include/asm/ti-common/
H A Dti-edma3.h84 int bcnt; member in struct:edma3_slot_config
120 int bcnt, int ccnt, u16 bcnt_rld,
/u-boot/drivers/dma/
H A Dti-edma3.c229 * @bcnt: how many arrays per frame (at least one)
232 * the value to reload into bcnt when it decrements to zero
248 * In that case, @acnt equals the FIFO width and @bcnt equals its depth.
255 int bcnt, int ccnt, u16 bcnt_rld,
276 __raw_writel((bcnt << 16) | (acnt & 0xffff), &rg->a_b_cnt);
328 __raw_writel((cfg->bcnt << 16) | (cfg->acnt & 0xffff), &rg->a_b_cnt);
423 slot.bcnt = b_cnt_value;
460 slot.bcnt = 1;
254 edma3_set_transfer_params(u32 base, int slot, int acnt, int bcnt, int ccnt, u16 bcnt_rld, enum edma3_sync_dimension sync_mode) argument
/u-boot/drivers/mmc/
H A Dmmc_spi.c182 * @bcnt: number of data blocks to transfer
187 void *xbuf, u32 bcnt, u32 bsize)
193 while (bcnt--) {
239 * @bcnt: number of data blocks to transfer
245 u32 bcnt, u32 bsize, int multi)
255 while (bcnt--) {
290 if (multi && bcnt == -1) { /* stop multi write */
186 mmc_spi_readdata(struct udevice *dev, void *xbuf, u32 bcnt, u32 bsize) argument
244 mmc_spi_writedata(struct udevice *dev, const void *xbuf, u32 bcnt, u32 bsize, int multi) argument
/u-boot/arch/arm/mach-keystone/
H A Dddr3.c173 slot.bcnt = DDR3_EDMA_BCNT;
/u-boot/fs/ubifs/
H A Dlpt.c609 int blnum, boffs, bsz, bcnt; local
692 bcnt = cnt; /* Number of nodes in level below */
744 if (bcnt) {
752 bcnt--;
767 bcnt = cnt;
/u-boot/drivers/dma/ti/
H A Dk3-udma.c221 u32 bcnt; /* number of bytes completed since the start of the channel */ member in struct:udma_chan
479 uc->bcnt = 0;

Completed in 78 milliseconds