Searched refs:data_bytes (Results 1 – 5 of 5) sorted by relevance
262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local271 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() local347 *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()
201 size_t data_bytes = bitlen / 8; in bcm63xx_spi_xfer() local219 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()
221 size_t data_bytes = bitlen / 8; in bcm63xx_hsspi_xfer() local256 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()
164 data_bytes = ['\t.byte\t%#x' % byte for byte in data]190 ''' % ('\n'.join(text_bytes1), '\n'.join(text_bytes2), '\n'.join(data_bytes)),
47 __ATTR(data_bytes, S_IRUGO, vol_attribute_show, NULL);
Completed in 14 milliseconds