Home
last modified time | relevance | path

Searched refs:data_bytes (Results 1 – 5 of 5) sorted by relevance

/u-boot/fs/yaffs2/
A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/u-boot/drivers/spi/
A Dbcm63xx_spi.c201 size_t data_bytes = bitlen / 8; in bcm63xx_spi_xfer() local
219 if (data_bytes > regs[SPI_RX_SIZE]) { in bcm63xx_spi_xfer()
227 if (priv->tx_bytes + data_bytes > regs[SPI_TX_SIZE]) { in bcm63xx_spi_xfer()
234 dout, data_bytes); in bcm63xx_spi_xfer()
235 priv->tx_bytes += data_bytes; in bcm63xx_spi_xfer()
253 val = data_bytes; in bcm63xx_spi_xfer()
259 val = data_bytes; in bcm63xx_spi_xfer()
298 data_bytes); in bcm63xx_spi_xfer()
A Dbcm63xx_hsspi.c221 size_t data_bytes = bitlen / 8; in bcm63xx_hsspi_xfer() local
256 while (data_bytes > 0) { in bcm63xx_hsspi_xfer()
257 size_t curr_step = min(step_size, data_bytes); in bcm63xx_hsspi_xfer()
295 data_bytes -= curr_step; in bcm63xx_hsspi_xfer()
/u-boot/tools/binman/
A Delf.py164 data_bytes = ['\t.byte\t%#x' % byte for byte in data]
190 ''' % ('\n'.join(text_bytes1), '\n'.join(text_bytes2), '\n'.join(data_bytes)),
/u-boot/drivers/mtd/ubi/
A Dvmt.c47 __ATTR(data_bytes, S_IRUGO, vol_attribute_show, NULL);

Completed in 14 milliseconds