Searched refs:CLEAR_BIT (Results 1 – 5 of 5) sorted by relevance
249 gt0_first_byte = CLEAR_BIT( in ihevce_scan_coeffs_neon()309 sig_coeff_abs_gt1_flags = CLEAR_BIT( in ihevce_scan_coeffs_neon()446 gt0_first_byte = CLEAR_BIT( in ihevce_scan_coeffs_neon()478 sig_coeff_abs_gt1_flags = CLEAR_BIT( in ihevce_scan_coeffs_neon()
16 #define CLEAR_BIT(data, bit) ((data) & (~(0x1 << (bit)))) macro
118 #define CLEAR_BIT(x, bitpos) ((x) & (~(1 << (bitpos)))) macro
1341 sig_coeff_map = CLEAR_BIT(sig_coeff_map, scan_pos); in ihevce_cabac_residue_encode()1889 sig_coeff_map = CLEAR_BIT(sig_coeff_map, scan_pos); in ihevce_cabac_residue_encode_rdopt()2745 sig_coeff_map = CLEAR_BIT(sig_coeff_map, scan_pos); in ihevce_cabac_residue_encode_rdoq()
40 #define CLEAR_BIT 1 macro592 __raw_writel(CLEAR_BIT, addr); in setbit_and_wait_for_clear32()593 while (__raw_readl(addr) & CLEAR_BIT) in setbit_and_wait_for_clear32()