Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c520 unsigned int htable_idx, rows = 0; in decode_block() local
530 htable_idx = look_nbits(pdec, 6); in decode_block()
531 op = hash_table_ops[htable_idx * 4]; in decode_block()
570 offset1 += hash_table_ops [htable_idx * 4 + 2]; in decode_block()
573 rows = ptable0004[offset1 + hash_table_ops [htable_idx * 4 + 3]]; in decode_block()
578 shift = hash_table_ops[htable_idx * 4 + 1]; in decode_block()