Lines Matching refs:buf_offset
164 uint buf_offset; member
363 nfc->buf_offset = max(column, 0); in vf610_nfc_command()
370 nfc->buf_offset = 0; in vf610_nfc_command()
430 nfc->buf_offset = 0; in vf610_nfc_command()
454 uint c = nfc->buf_offset; in vf610_nfc_read_buf()
461 nfc->buf_offset += len; in vf610_nfc_read_buf()
468 uint c = nfc->buf_offset; in vf610_nfc_write_buf()
475 nfc->buf_offset += l; in vf610_nfc_write_buf()
482 uint c = nfc->buf_offset; in vf610_nfc_read_byte()
494 c = nfc->buf_offset ^ 0x3; in vf610_nfc_read_byte()
501 nfc->buf_offset++; in vf610_nfc_read_byte()