Home
last modified time | relevance | path

Searched refs:linebytes (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Dfpgad.c69 ulong linebytes = (nbytes > DISP_LINE_LEN) ? in do_fpga_md() local
72 for (k = 0; k < linebytes / sizeof(u16); ++k) in do_fpga_md()
79 linebytes / sizeof(u16), in do_fpga_md()
82 nbytes -= linebytes; in do_fpga_md()
83 addr += linebytes; in do_fpga_md()
Daxi.c229 ulong linebytes = (nbytes > DISP_LINE_LEN) ? in do_axi_md() local
232 for (k = 0; k < linebytes / unitsize; ++k) { in do_axi_md()
247 linebytes / unitsize, in do_axi_md()
250 nbytes -= max(linebytes, 1UL); in do_axi_md()
251 addr += linebytes; in do_axi_md()
Di2c.c515 uint j, nbytes, linebytes; in do_i2c_md() local
578 linebytes = (nbytes > DISP_LINE_LEN) ? DISP_LINE_LEN : nbytes; in do_i2c_md()
581 ret = dm_i2c_read(dev, addr, linebuf, linebytes); in do_i2c_md()
583 ret = i2c_read(chip, addr, alen, linebuf, linebytes); in do_i2c_md()
590 for (j=0; j<linebytes; j++) { in do_i2c_md()
596 for (j=0; j<linebytes; j++) { in do_i2c_md()
605 nbytes -= linebytes; in do_i2c_md()
Dpci.c492 ulong i, nbytes, linebytes; in pci_cfg_display() local
506 linebytes = (nbytes > DISP_LINE_LEN) ? DISP_LINE_LEN : nbytes; in pci_cfg_display()
507 for (i = 0; i < linebytes; i += byte_size) { in pci_cfg_display()
519 nbytes -= linebytes; in pci_cfg_display()