Home
last modified time | relevance | path

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

/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c1072 int nibble_idx = i * PROTO_SRAM_LINE_NIBBLES + j; in dump_proto_sram() local
1073 uint8_t nibble = p[nibble_idx / 2]; in dump_proto_sram()
1075 if (nibble_idx & 1) in dump_proto_sram()