Searched refs:BUF_LEN_MASK (Results 1 – 4 of 4) sorted by relevance
225 duration = (duration & BUF_LEN_MASK) * SAMPLE_PERIOD; in wakeup_data_show()604 duration += nvt->buf[i] & BUF_LEN_MASK;661 if (complete && i == ret - 1 && val < BUF_LEN_MASK) in nvt_ir_raw_set_wakeup_filter()665 buf_val = (val > BUF_LEN_MASK) ? BUF_LEN_MASK : val; in nvt_ir_raw_set_wakeup_filter()723 rawir.duration = (sample & BUF_LEN_MASK) * SAMPLE_PERIOD; in nvt_process_rx_ir_data()
102 #define BUF_LEN_MASK 0x1f macro
87 #define BUF_LEN_MASK 0x7f macro
285 fintek->rem = (fintek->cmd & BUF_LEN_MASK); in fintek_process_rx_ir_data()