Linux Kernel
3.7.1
|
Go to the source code of this file.
Enumerations | |
enum | omap_dmic_clk { OMAP_DMIC_SYSCLK_PAD_CLKS, OMAP_DMIC_SYSCLK_SLIMBLUS_CLKS, OMAP_DMIC_SYSCLK_SYNC_MUX_CLKS, OMAP_DMIC_ABE_DMIC_CLK } |
Definition at line 52 of file omap-dmic.h.
#define OMAP_DMIC_CLK_DIV_MASK (0x7 << 7) |
Definition at line 53 of file omap-dmic.h.
#define OMAP_DMIC_CTRL_REG 0x44 |
Definition at line 22 of file omap-dmic.h.
#define OMAP_DMIC_DATA_REG 0x48 |
Definition at line 23 of file omap-dmic.h.
#define OMAP_DMIC_DMA_ENABLE 0x1 |
Definition at line 40 of file omap-dmic.h.
#define OMAP_DMIC_DMAENABLE_CLR_REG 0x3C |
Definition at line 20 of file omap-dmic.h.
#define OMAP_DMIC_DMAENABLE_SET_REG 0x38 |
Definition at line 19 of file omap-dmic.h.
#define OMAP_DMIC_DMAWAKEEN_REG 0x40 |
Definition at line 21 of file omap-dmic.h.
#define OMAP_DMIC_FIFO_CTRL_REG 0x4C |
Definition at line 24 of file omap-dmic.h.
#define OMAP_DMIC_FIFO_DMIC1L_DATA_REG 0x54 |
Definition at line 26 of file omap-dmic.h.
#define OMAP_DMIC_FIFO_DMIC1R_DATA_REG 0x50 |
Definition at line 25 of file omap-dmic.h.
#define OMAP_DMIC_FIFO_DMIC2L_DATA_REG 0x5C |
Definition at line 28 of file omap-dmic.h.
#define OMAP_DMIC_FIFO_DMIC2R_DATA_REG 0x58 |
Definition at line 27 of file omap-dmic.h.
#define OMAP_DMIC_FIFO_DMIC3L_DATA_REG 0x64 |
Definition at line 30 of file omap-dmic.h.
#define OMAP_DMIC_FIFO_DMIC3R_DATA_REG 0x60 |
Definition at line 29 of file omap-dmic.h.
#define OMAP_DMIC_FORMAT (1 << 3) |
Definition at line 47 of file omap-dmic.h.
#define OMAP_DMIC_IRQ (1 << 0) |
Definition at line 33 of file omap-dmic.h.
#define OMAP_DMIC_IRQ_ALMST_EMPTY (1 << 2) |
Definition at line 35 of file omap-dmic.h.
#define OMAP_DMIC_IRQ_EMPTY (1 << 3) |
Definition at line 36 of file omap-dmic.h.
#define OMAP_DMIC_IRQ_FULL (1 << 1) |
Definition at line 34 of file omap-dmic.h.
#define OMAP_DMIC_IRQ_MASK 0x07 |
Definition at line 37 of file omap-dmic.h.
#define OMAP_DMIC_IRQENABLE_CLR_REG 0x30 |
Definition at line 17 of file omap-dmic.h.
#define OMAP_DMIC_IRQENABLE_SET_REG 0x2C |
Definition at line 16 of file omap-dmic.h.
#define OMAP_DMIC_IRQSTATUS_RAW_REG 0x24 |
Definition at line 14 of file omap-dmic.h.
#define OMAP_DMIC_IRQSTATUS_REG 0x28 |
Definition at line 15 of file omap-dmic.h.
#define OMAP_DMIC_IRQWAKE_EN_REG 0x34 |
Definition at line 18 of file omap-dmic.h.
#define OMAP_DMIC_POLAR1 (1 << 4) |
Definition at line 48 of file omap-dmic.h.
#define OMAP_DMIC_POLAR2 (1 << 5) |
Definition at line 49 of file omap-dmic.h.
#define OMAP_DMIC_POLAR3 (1 << 6) |
Definition at line 50 of file omap-dmic.h.
#define OMAP_DMIC_POLAR_MASK (0x7 << 4) |
Definition at line 51 of file omap-dmic.h.
#define OMAP_DMIC_RESET (1 << 10) |
Definition at line 54 of file omap-dmic.h.
#define OMAP_DMIC_REVISION_REG 0x00 |
Definition at line 12 of file omap-dmic.h.
#define OMAP_DMIC_SYSCONFIG_REG 0x10 |
Definition at line 13 of file omap-dmic.h.
#define OMAP_DMIC_THRES_MAX 0xF |
Definition at line 60 of file omap-dmic.h.
#define OMAP_DMIC_UP1_ENABLE (1 << 0) |
Definition at line 43 of file omap-dmic.h.
#define OMAP_DMIC_UP2_ENABLE (1 << 1) |
Definition at line 44 of file omap-dmic.h.
#define OMAP_DMIC_UP3_ENABLE (1 << 2) |
Definition at line 45 of file omap-dmic.h.
#define OMAP_DMIC_UP_ENABLE_MASK 0x7 |
Definition at line 46 of file omap-dmic.h.
#define OMAP_DMICOUTFORMAT_LJUST (0 << 3) |
Definition at line 56 of file omap-dmic.h.
#define OMAP_DMICOUTFORMAT_RJUST (1 << 3) |
Definition at line 57 of file omap-dmic.h.
enum omap_dmic_clk |
OMAP_DMIC_SYSCLK_PAD_CLKS | |
OMAP_DMIC_SYSCLK_SLIMBLUS_CLKS | |
OMAP_DMIC_SYSCLK_SYNC_MUX_CLKS | |
OMAP_DMIC_ABE_DMIC_CLK |
Definition at line 62 of file omap-dmic.h.