Searched refs:PITCH_MASK (Results 1 – 1 of 1) sorted by relevance
55 #define PITCH_MASK GENMASK(31, 16) macro253 ch->frame_ctrl &= ~PITCH_MASK; in dcss_dpr_addr_set()254 ch->frame_ctrl |= (((u32)pitch << PITCH_POS) & PITCH_MASK); in dcss_dpr_addr_set()