Searched refs:BUF_LEN_MASK (Results 1 – 4 of 4) sorted by relevance
232 duration = (duration & BUF_LEN_MASK) * SAMPLE_PERIOD; in wakeup_data_show()611 duration += nvt->buf[i] & BUF_LEN_MASK;693 if (complete && i == ret - 1 && val < BUF_LEN_MASK) in nvt_ir_raw_set_wakeup_filter()697 buf_val = (val > BUF_LEN_MASK) ? BUF_LEN_MASK : val; in nvt_ir_raw_set_wakeup_filter()755 rawir.duration = US_TO_NS((sample & BUF_LEN_MASK) in nvt_process_rx_ir_data()
111 #define BUF_LEN_MASK 0x1f macro
96 #define BUF_LEN_MASK 0x7f macro
301 fintek->rem = (fintek->cmd & BUF_LEN_MASK); in fintek_process_rx_ir_data()