Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dmpr121_touchkey.c126 unsigned long bit_changed; in mpr_touchkey_report() local
145 bit_changed = reg ^ mpr121->statusbits; in mpr_touchkey_report()
147 for_each_set_bit(key_num, &bit_changed, mpr121->keycount) { in mpr_touchkey_report()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_redist.c1054 bool bit_changed; in gicv3_redist_process_vlpi() local
1065 bit_changed = set_pending_table_bit(cs, vptaddr, irq, level); in gicv3_redist_process_vlpi()
1066 if (resident && bit_changed) { in gicv3_redist_process_vlpi()