#include <linux/clk.h>
#include <linux/bitmap.h>
#include <linux/dw_dmac.h>
#include <linux/dmaengine.h>
#include <linux/dma-mapping.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/types.h>
#include <linux/io.h>
#include <sound/core.h>
#include <sound/initval.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/atmel-abdac.h>
Go to the source code of this file.
#define ATMEL_ABDAC_PM_OPS NULL |
Value:(((
value) & ((1 << DAC_##
name##_SIZE) - 1)) \
Definition at line 52 of file abdac.c.
Value:
& ((1 << DAC_##
name##_SIZE) - 1))
Definition at line 55 of file abdac.c.
Value:(((old) & ~(((1 << DAC_##
name##_SIZE) - 1) \
<< DAC_##
name##_OFFSET)) \
Definition at line 58 of file abdac.c.
#define DAC_BIT |
( |
|
name | ) |
(1 << DAC_##name##_OFFSET) |
#define DAC_INT_CLR 0x0018 |
#define DAC_INT_DIS 0x0014 |
#define DAC_INT_EN 0x0010 |
#define DAC_INT_MASK 0x000c |
#define DAC_INT_STATUS 0x001c |
#define DAC_SWAP_OFFSET 30 |
#define DAC_TX_READY_OFFSET 29 |
#define DAC_TX_READY_SIZE 1 |
#define DAC_UNDERRUN_OFFSET 28 |
#define DAC_UNDERRUN_SIZE 1 |
- Enumerator:
-
Definition at line 79 of file abdac.c.
MODULE_AUTHOR |
( |
"Hans-Christian Egtvedt <egtvedt@samfundet.no>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Driver for Atmel Audio Bitstream DAC (ABDAC)" |
| ) |
|
module_exit |
( |
atmel_abdac_exit |
| ) |
|
module_init |
( |
atmel_abdac_init |
| ) |
|