Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dgp2ap020a00f.c94 #define GP2AP020A00F_FLAG_A 0x02 /* ALS: interrupt result */ macro
880 op_reg_flags = op_reg_val & (GP2AP020A00F_FLAG_A | GP2AP020A00F_FLAG_P in gp2ap020a00f_thresh_event_handler()
883 op_reg_val &= (~GP2AP020A00F_FLAG_A & ~GP2AP020A00F_FLAG_P in gp2ap020a00f_thresh_event_handler()
894 if (op_reg_flags & GP2AP020A00F_FLAG_A) { in gp2ap020a00f_thresh_event_handler()