Searched refs:nibble (Results 1 – 2 of 2) sorted by relevance
39 Version ID is 1 nibble, number '0x1' represents SoundWire 1.0
438 uint64_t cdata[2] = {0ULL, 0ULL}, nibble; in otx2_flow_keyx_compress() local443 nibble = (data[i / 16] >> ((i & 0xf) * 4)) & 0xf; in otx2_flow_keyx_compress()444 cdata[j / 16] |= (nibble << ((j & 0xf) * 4)); in otx2_flow_keyx_compress()