Searched refs:wlen (Results 1 - 7 of 7) sorted by relevance

/u-boot/common/
H A Dcli_readline.c223 uint wlen = cls->eol_num - cls->num; \
224 putnstr(buf + cls->num, wlen); \
232 uint wlen; local
244 wlen = *eol_num - *num;
245 if (wlen > 1)
246 memmove(&buf[*num+1], &buf[*num], wlen-1);
249 putnstr(buf + *num, wlen);
251 while (--wlen)
255 wlen = 1;
257 putnstr(buf + *num, wlen);
306 uint wlen; local
333 uint base, wlen; local
363 uint wlen; local
[all...]
/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c113 int stat, wlen; local
142 wlen = length;
144 while (length | wlen) {
148 if ((wlen > 0)
150 wlen--;
152 writel(wlen ? 0 :
/u-boot/drivers/mmc/
H A Dftsdc010_mci.c237 int wlen; local
245 for (wlen = 0; wlen < len && wlen < chip->fifo; ) {
248 wlen += 4;
251 len -= wlen;
/u-boot/fs/ubifs/
H A Dlpt_commit.c374 int lnum, offs, len, from, err, wlen, alen, done_ltab, done_lsave; local
414 wlen = offs - from;
415 if (wlen) {
416 alen = ALIGN(wlen, c->min_io_size);
417 memset(buf + offs, 0xff, alen - wlen);
474 wlen = offs - from;
475 alen = ALIGN(wlen, c->min_io_size);
476 memset(buf + offs, 0xff, alen - wlen);
500 wlen = offs - from;
501 alen = ALIGN(wlen,
[all...]
/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c372 int prompt_len, room, wlen; local
399 wlen = strlen(word);
400 if (wlen > room ||
401 (newl && wlen < 4 && sp
402 && wlen + 1 + strlen(sp) > room
404 || wlen + 1 + (sp2 - sp) > room))) {
/u-boot/drivers/mtd/nand/raw/
H A Dmxic_nand.c402 int wlen)
407 writel(wlen, nfc->regs + ONFI_DIN_CNT(0));
411 mxic_nfc_data_xfer(nfc, txbuf, NULL, wlen);
401 mxic_nfc_write_buf(struct mtd_info *mtd, const uint8_t *txbuf, int wlen) argument
H A Docteontx_nand.c104 u16 wlen:3; /* timing parameter select */ member in struct:ndf_wait_cmd
682 cmd.u.wait.wlen = t6;
784 cmd.u.wait.wlen = t_delay;

Completed in 136 milliseconds