Lines Matching refs:ai
52 #define HDMI_AI_CHANNEL_COUNT(ai) ((ai)->ct_cc & 0x07)
53 #define HDMI_AI_CODING_TYPE(ai) ((ai)->ct_cc & 0xf0)
54 #define HDMI_AI_SAMPLE_SIZE(ai) ((ai)->sf_ss & 0x03)
55 #define HDMI_AI_SAMPLE_FREQUENCY(ai) ((ai)->sf_ss & 0x18)
56 #define HDMI_AI_LSV(ai) ((ai)->dm_inh_lsv & 0x78)
57 #define HDMI_AI_DM_INH(ai) ((ai)->dm_inh_lsv & 0x80)