Lines Matching +full:half +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * <elezegarcia--a.t--gmail.com>
10 * <rmthomas--a.t--sciolus.org>
19 /* Power-on Strapping Data */
24 #define STK1160_POSV_L_ACDOUT BIT(3)
25 #define STK1160_POSV_L_ACSYNC BIT(2)
30 * with bit #7 (0x?? OR 0x80 to activate).
39 * Bit 0 - Horizontal Decimation Control
42 * Bit 1 - Decimates Half or More Column
43 * 0 Decimates less than half from original column,
45 * 1 Decimates half or more from original column,
47 * Bit 2 - Vertical Decimation Control
50 * Bit 3 - Vertical Greater or Equal to Half
51 * 0 Decimates less than half from original row,
53 * 1 Decimates half or more from original row,
55 * Bit 4 - Decimation Unit
62 #define STK1160_H_DEC_EN BIT(0)
63 #define STK1160_H_DEC_MODE BIT(1)
64 #define STK1160_V_DEC_EN BIT(2)
65 #define STK1160_V_DEC_MODE BIT(3)
66 #define STK1160_DEC_UNIT_SIZE BIT(4)
115 #define STK1160_AC97CTL_0_CR BIT(1)
116 #define STK1160_AC97CTL_0_CW BIT(2)