Home
last modified time | relevance | path

Searched refs:IMON_CHKBITS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dir-imon-decoder.c13 #define IMON_CHKBITS (BIT(30) | BIT(25) | BIT(24) | BIT(22) | \ macro
23 * both the preceding and current bit are zero, else space. IMON_CHKBITS
138 if (IMON_CHKBITS & BIT(data->count)) in ir_imon_decode()
149 if (IMON_CHKBITS & BIT(data->count)) { in ir_imon_decode()
201 if (BIT(i) & IMON_CHKBITS) in ir_imon_encode()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dir-imon-decoder.c13 #define IMON_CHKBITS (BIT(30) | BIT(25) | BIT(24) | BIT(22) | \ macro
23 * both the preceding and current bit are zero, else space. IMON_CHKBITS
138 if (IMON_CHKBITS & BIT(data->count)) in ir_imon_decode()
149 if (IMON_CHKBITS & BIT(data->count)) { in ir_imon_decode()
201 if (BIT(i) & IMON_CHKBITS) in ir_imon_encode()

Completed in 1 milliseconds