Searched refs:rvn (Results 1 – 1 of 1) sorted by relevance
27 uint32_t rv, rvn, hdr_bkp, *hdr = (uint32_t *) &buf[0]; in oa_tc6_reg_read() local35 tx_buf.len -= sizeof(rvn); in oa_tc6_reg_read()36 rx_buf.len -= sizeof(rvn); in oa_tc6_reg_read()65 rvn = sys_be32_to_cpu(*(uint32_t *)&buf[12]); in oa_tc6_reg_read()66 if (rv != ~rvn) { in oa_tc6_reg_read()85 uint32_t rv, rvn, hdr_bkp, *hdr = (uint32_t *) &buf_tx[0]; in oa_tc6_reg_write() local93 tx_buf.len -= sizeof(rvn); in oa_tc6_reg_write()94 rx_buf.len -= sizeof(rvn); in oa_tc6_reg_write()136 rvn = sys_be32_to_cpu(*(uint32_t *)&buf_rx[12]); in oa_tc6_reg_write()137 if (val != ~rvn) { in oa_tc6_reg_write()