Lines Matching defs:slot
304 * @slot: infoframe to reset
307 u32 slot)
312 switch (slot) {
326 DRM_ERROR("unsupported infoframe slot: %#x\n", slot);
330 /* Disable transmission for the selected slot */
332 val &= ~HDMI_IFRAME_CFG_DI_N(HDMI_IFRAME_MASK, slot);
370 u32 val, slot, mode, i;
375 slot = HDMI_IFRAME_SLOT_AVI;
381 slot = HDMI_IFRAME_SLOT_AUDIO;
387 slot = HDMI_IFRAME_SLOT_VENDOR;
397 /* Disable transmission slot for updated infoframe */
399 val &= ~HDMI_IFRAME_CFG_DI_N(HDMI_IFRAME_MASK, slot);
422 /* Enable transmission slot for updated infoframe */
424 val |= HDMI_IFRAME_CFG_DI_N(mode, slot);
604 #define DBGFS_DUMP_DI(reg, slot) DBGFS_DUMP("\n", reg(slot))
700 seq_printf(s, "\n AVI Infoframe (Data Island slot N=%d):",
710 seq_printf(s, "\n\n AUDIO Infoframe (Data Island slot N=%d):",
720 seq_printf(s, "\n\n VENDOR SPECIFIC Infoframe (Data Island slot N=%d):",