Home
last modified time | relevance | path

Searched refs:nibble (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/soundwire/
H A Dsoundwire-controller.yaml39 Version ID is 1 nibble, number '0x1' represents SoundWire 1.0
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_utils.c438 uint64_t cdata[2] = {0ULL, 0ULL}, nibble; in otx2_flow_keyx_compress() local
443 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()