Lines Matching refs:BIT
32 #define m_RST_ANALOG BIT(6)
34 #define v_NOT_RST_ANALOG BIT(6)
35 #define m_RST_DIGITAL BIT(5)
37 #define v_NOT_RST_DIGITAL BIT(5)
38 #define m_REG_CLK_INV BIT(4)
40 #define v_REG_CLK_INV BIT(4)
41 #define m_VCLK_INV BIT(3)
43 #define v_VCLK_INV BIT(3)
44 #define m_REG_CLK_SOURCE BIT(2)
46 #define v_REG_CLK_SOURCE_SYS BIT(2)
47 #define m_POWER BIT(1)
49 #define v_PWR_OFF BIT(1)
50 #define m_INT_POL BIT(0)
56 #define m_DE_SOURCE BIT(0)
69 #define m_VIDEO_INPUT_CSP BIT(0)
81 #define m_VIDEO_AUTO_CSC BIT(7)
83 #define m_VIDEO_C0_C2_SWAP BIT(0)
93 #define m_COLOR_DEPTH_NOT_INDICATED BIT(4)
94 #define m_SOF BIT(3)
95 #define m_COLOR_RANGE BIT(2)
96 #define m_CSC BIT(0)
99 #define v_SOF_DISABLE BIT(3)
100 #define v_COLOR_RANGE_FULL BIT(2)
106 #define m_AVMUTE_CLEAR BIT(7)
107 #define m_AVMUTE_ENABLE BIT(6)
108 #define m_AUDIO_PD BIT(2)
109 #define m_AUDIO_MUTE BIT(1)
110 #define m_VIDEO_BLACK BIT(0)
213 #define m_AUDIO_STATUS_NLPCM BIT(7)
214 #define m_AUDIO_STATUS_USE BIT(6)
215 #define m_AUDIO_STATUS_COPYRIGHT BIT(5)
237 #define m_PACKET_GCP_EN BIT(7)
238 #define m_PACKET_MSI_EN BIT(6)
239 #define m_PACKET_SDI_EN BIT(5)
240 #define m_PACKET_VSI_EN BIT(4)
286 #define m_HDMI_DVI BIT(1)
291 #define m_INT_ACTIVE_VSYNC BIT(5)
292 #define m_INT_EDID_READY BIT(2)
296 #define m_INT_HDCP_ERR BIT(7)
297 #define m_INT_BKSV_FLAG BIT(6)
298 #define m_INT_HDCP_OK BIT(4)
301 #define m_HOTPLUG BIT(7)
302 #define m_MASK_INT_HOTPLUG BIT(5)
303 #define m_INT_HOTPLUG BIT(1)
310 #define m_TMDS_CLK_SOURCE BIT(5)
312 #define v_TMDS_FROM_GEN BIT(5)
313 #define m_PHASE_CLK BIT(4)
315 #define v_SYNC_PHASE BIT(4)
316 #define m_TMDS_CURRENT_PWR BIT(3)
318 #define v_CAT_OFF_CURRENT BIT(3)
319 #define m_BANDGAP_PWR BIT(2)
321 #define v_BANDGAP_PWR_DOWN BIT(2)
322 #define m_PLL_PWR BIT(1)
324 #define v_PLL_PWR_DOWN BIT(1)
325 #define m_TMDS_CHG_PWR BIT(0)
327 #define v_TMDS_CHG_PWR_DOWN BIT(0)
351 #define m_ADJUST_FOR_HISENSE BIT(6)
352 #define m_REJECT_RX_BROADCAST BIT(5)
353 #define m_BUSFREETIME_ENABLE BIT(2)
354 #define m_REJECT_RX BIT(1)
355 #define m_START_TX BIT(0)
365 #define m_TX_DONE BIT(3)
366 #define m_TX_NOACK BIT(2)
367 #define m_TX_BROADCAST_REJ BIT(1)
368 #define m_TX_BUSNOTFREE BIT(0)
371 #define m_RX_LA_ERR BIT(4)
372 #define m_RX_GLITCH BIT(3)
373 #define m_RX_DONE BIT(0)