Searched refs:nibble_idx (Results 1 – 1 of 1) sorted by relevance
1072 int nibble_idx = i * PROTO_SRAM_LINE_NIBBLES + j; in dump_proto_sram() local1073 uint8_t nibble = p[nibble_idx / 2]; in dump_proto_sram()1075 if (nibble_idx & 1) in dump_proto_sram()