Lines Matching refs:BIT
90 #define ADV7511_CSC_ENABLE BIT(7)
91 #define ADV7511_CSC_UPDATE_MODE BIT(5)
93 #define ADV7511_INT0_HDP BIT(7)
94 #define ADV7511_INT0_VSYNC BIT(5)
95 #define ADV7511_INT0_AUDIO_FIFO_FULL BIT(4)
96 #define ADV7511_INT0_EDID_READY BIT(2)
97 #define ADV7511_INT0_HDCP_AUTHENTICATED BIT(1)
99 #define ADV7511_INT1_DDC_ERROR BIT(7)
100 #define ADV7511_INT1_BKSV BIT(6)
101 #define ADV7511_INT1_CEC_TX_READY BIT(5)
102 #define ADV7511_INT1_CEC_TX_ARBIT_LOST BIT(4)
103 #define ADV7511_INT1_CEC_TX_RETRY_TIMEOUT BIT(3)
104 #define ADV7511_INT1_CEC_RX_READY3 BIT(2)
105 #define ADV7511_INT1_CEC_RX_READY2 BIT(1)
106 #define ADV7511_INT1_CEC_RX_READY1 BIT(0)
108 #define ADV7511_ARC_CTRL_POWER_DOWN BIT(0)
110 #define ADV7511_CEC_CTRL_POWER_DOWN BIT(0)
112 #define ADV7511_POWER_POWER_DOWN BIT(6)
142 #define ADV7511_STATUS_POWER_DOWN_POLARITY BIT(7)
143 #define ADV7511_STATUS_HPD BIT(6)
144 #define ADV7511_STATUS_MONITOR_SENSE BIT(5)
145 #define ADV7511_STATUS_I2S_32BIT_MODE BIT(3)
147 #define ADV7511_PACKET_ENABLE_N_CTS BIT(8+6)
148 #define ADV7511_PACKET_ENABLE_AUDIO_SAMPLE BIT(8+5)
149 #define ADV7511_PACKET_ENABLE_AVI_INFOFRAME BIT(8+4)
150 #define ADV7511_PACKET_ENABLE_AUDIO_INFOFRAME BIT(8+3)
151 #define ADV7511_PACKET_ENABLE_GC BIT(7)
152 #define ADV7511_PACKET_ENABLE_SPD BIT(6)
153 #define ADV7511_PACKET_ENABLE_MPEG BIT(5)
154 #define ADV7511_PACKET_ENABLE_ACP BIT(4)
155 #define ADV7511_PACKET_ENABLE_ISRC BIT(3)
156 #define ADV7511_PACKET_ENABLE_GM BIT(2)
157 #define ADV7511_PACKET_ENABLE_SPARE2 BIT(1)
158 #define ADV7511_PACKET_ENABLE_SPARE1 BIT(0)
165 #define ADV7511_REG_POWER2_TDMS_ENABLE BIT(4)
166 #define ADV7511_REG_POWER2_GATE_INPUT_CLK BIT(0)