Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | sh_mobile_hdmi_info |
Macros | |
#define | HDMI_SND_SRC_MASK (0xF << 0) |
#define | HDMI_SND_SRC_I2S (0 << 0) /* default */ |
#define | HDMI_SND_SRC_SPDIF (1 << 0) |
#define | HDMI_SND_SRC_DSD (2 << 0) |
#define | HDMI_SND_SRC_HBR (3 << 0) |
#define | HDMI_OUTPUT_PUSH_PULL (1 << 4) /* System control : output mode */ |
#define | HDMI_OUTPUT_POLARITY_HI (1 << 5) /* System control : output polarity */ |
#define | HDMI_32BIT_REG (1 << 8) |
#define | HDMI_HAS_HTOP1 (1 << 9) |
#define HDMI_32BIT_REG (1 << 8) |
Definition at line 40 of file sh_mobile_hdmi.h.
#define HDMI_HAS_HTOP1 (1 << 9) |
Definition at line 41 of file sh_mobile_hdmi.h.
Definition at line 37 of file sh_mobile_hdmi.h.
Definition at line 36 of file sh_mobile_hdmi.h.
#define HDMI_SND_SRC_DSD (2 << 0) |
Definition at line 32 of file sh_mobile_hdmi.h.
#define HDMI_SND_SRC_HBR (3 << 0) |
Definition at line 33 of file sh_mobile_hdmi.h.
#define HDMI_SND_SRC_I2S (0 << 0) /* default */ |
Definition at line 30 of file sh_mobile_hdmi.h.
#define HDMI_SND_SRC_MASK (0xF << 0) |
Definition at line 29 of file sh_mobile_hdmi.h.
#define HDMI_SND_SRC_SPDIF (1 << 0) |
Definition at line 31 of file sh_mobile_hdmi.h.