Searched refs:col1 (Results 1 – 2 of 2) sorted by relevance
118 int col1, col2, buf1, buf2; in cros_ec_keyb_has_ghosting() local135 for (col1 = 0; col1 < ckdev->cols; col1++) { in cros_ec_keyb_has_ghosting()136 buf1 = buf[col1] & valid_keys[col1]; in cros_ec_keyb_has_ghosting()137 for (col2 = col1 + 1; col2 < ckdev->cols; col2++) { in cros_ec_keyb_has_ghosting()141 col1, buf1, col2, buf2); in cros_ec_keyb_has_ghosting()
542 unsigned int nbits, col1; in decode_block() local553 __get_nbits(pdec, nbits+1, col1); in decode_block()556 mask = pdec->table_bitpowermask[nbits][col1]; in decode_block()