Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | AT91_ADC_CR 0x00 /* Control Register */ |
#define | AT91_ADC_SWRST (1 << 0) /* Software Reset */ |
#define | AT91_ADC_START (1 << 1) /* Start Conversion */ |
#define | AT91_ADC_MR 0x04 /* Mode Register */ |
#define | AT91_ADC_TRGEN (1 << 0) /* Trigger Enable */ |
#define | AT91_ADC_TRGSEL (7 << 1) /* Trigger Selection */ |
#define | AT91_ADC_TRGSEL_TC0 (0 << 1) |
#define | AT91_ADC_TRGSEL_TC1 (1 << 1) |
#define | AT91_ADC_TRGSEL_TC2 (2 << 1) |
#define | AT91_ADC_TRGSEL_EXTERNAL (6 << 1) |
#define | AT91_ADC_LOWRES (1 << 4) /* Low Resolution */ |
#define | AT91_ADC_SLEEP (1 << 5) /* Sleep Mode */ |
#define | AT91_ADC_PRESCAL (0x3f << 8) /* Prescalar Rate Selection */ |
#define | AT91_ADC_PRESCAL_(x) ((x) << 8) |
#define | AT91_ADC_STARTUP (0x1f << 16) /* Startup Up Time */ |
#define | AT91_ADC_STARTUP_(x) ((x) << 16) |
#define | AT91_ADC_SHTIM (0xf << 24) /* Sample & Hold Time */ |
#define | AT91_ADC_SHTIM_(x) ((x) << 24) |
#define | AT91_ADC_CHER 0x10 /* Channel Enable Register */ |
#define | AT91_ADC_CHDR 0x14 /* Channel Disable Register */ |
#define | AT91_ADC_CHSR 0x18 /* Channel Status Register */ |
#define | AT91_ADC_CH(n) (1 << (n)) /* Channel Number */ |
#define | AT91_ADC_SR 0x1C /* Status Register */ |
#define | AT91_ADC_EOC(n) (1 << (n)) /* End of Conversion on Channel N */ |
#define | AT91_ADC_OVRE(n) (1 << ((n) + 8))/* Overrun Error on Channel N */ |
#define | AT91_ADC_DRDY (1 << 16) /* Data Ready */ |
#define | AT91_ADC_GOVRE (1 << 17) /* General Overrun Error */ |
#define | AT91_ADC_ENDRX (1 << 18) /* End of RX Buffer */ |
#define | AT91_ADC_RXFUFF (1 << 19) /* RX Buffer Full */ |
#define | AT91_ADC_LCDR 0x20 /* Last Converted Data Register */ |
#define | AT91_ADC_LDATA (0x3ff) |
#define | AT91_ADC_IER 0x24 /* Interrupt Enable Register */ |
#define | AT91_ADC_IDR 0x28 /* Interrupt Disable Register */ |
#define | AT91_ADC_IMR 0x2C /* Interrupt Mask Register */ |
#define | AT91_ADC_CHR(n) (0x30 + ((n) * 4)) /* Channel Data Register N */ |
#define | AT91_ADC_DATA (0x3ff) |
Definition at line 41 of file at91_adc.h.
#define AT91_ADC_CHDR 0x14 /* Channel Disable Register */ |
Definition at line 39 of file at91_adc.h.
#define AT91_ADC_CHER 0x10 /* Channel Enable Register */ |
Definition at line 38 of file at91_adc.h.
#define AT91_ADC_CHR | ( | n | ) | (0x30 + ((n) * 4)) /* Channel Data Register N */ |
Definition at line 58 of file at91_adc.h.
#define AT91_ADC_CHSR 0x18 /* Channel Status Register */ |
Definition at line 40 of file at91_adc.h.
#define AT91_ADC_CR 0x00 /* Control Register */ |
Definition at line 18 of file at91_adc.h.
#define AT91_ADC_DATA (0x3ff) |
Definition at line 59 of file at91_adc.h.
Definition at line 46 of file at91_adc.h.
#define AT91_ADC_ENDRX (1 << 18) /* End of RX Buffer */ |
Definition at line 48 of file at91_adc.h.
Definition at line 44 of file at91_adc.h.
#define AT91_ADC_GOVRE (1 << 17) /* General Overrun Error */ |
Definition at line 47 of file at91_adc.h.
#define AT91_ADC_IDR 0x28 /* Interrupt Disable Register */ |
Definition at line 55 of file at91_adc.h.
#define AT91_ADC_IER 0x24 /* Interrupt Enable Register */ |
Definition at line 54 of file at91_adc.h.
#define AT91_ADC_IMR 0x2C /* Interrupt Mask Register */ |
Definition at line 56 of file at91_adc.h.
#define AT91_ADC_LCDR 0x20 /* Last Converted Data Register */ |
Definition at line 51 of file at91_adc.h.
#define AT91_ADC_LDATA (0x3ff) |
Definition at line 52 of file at91_adc.h.
#define AT91_ADC_LOWRES (1 << 4) /* Low Resolution */ |
Definition at line 29 of file at91_adc.h.
#define AT91_ADC_MR 0x04 /* Mode Register */ |
Definition at line 22 of file at91_adc.h.
Definition at line 45 of file at91_adc.h.
#define AT91_ADC_PRESCAL (0x3f << 8) /* Prescalar Rate Selection */ |
Definition at line 31 of file at91_adc.h.
Definition at line 32 of file at91_adc.h.
#define AT91_ADC_RXFUFF (1 << 19) /* RX Buffer Full */ |
Definition at line 49 of file at91_adc.h.
#define AT91_ADC_SHTIM (0xf << 24) /* Sample & Hold Time */ |
Definition at line 35 of file at91_adc.h.
Definition at line 36 of file at91_adc.h.
#define AT91_ADC_SLEEP (1 << 5) /* Sleep Mode */ |
Definition at line 30 of file at91_adc.h.
#define AT91_ADC_SR 0x1C /* Status Register */ |
Definition at line 43 of file at91_adc.h.
#define AT91_ADC_START (1 << 1) /* Start Conversion */ |
Definition at line 20 of file at91_adc.h.
#define AT91_ADC_STARTUP (0x1f << 16) /* Startup Up Time */ |
Definition at line 33 of file at91_adc.h.
Definition at line 34 of file at91_adc.h.
#define AT91_ADC_SWRST (1 << 0) /* Software Reset */ |
Definition at line 19 of file at91_adc.h.
#define AT91_ADC_TRGEN (1 << 0) /* Trigger Enable */ |
Definition at line 23 of file at91_adc.h.
#define AT91_ADC_TRGSEL (7 << 1) /* Trigger Selection */ |
Definition at line 24 of file at91_adc.h.
#define AT91_ADC_TRGSEL_EXTERNAL (6 << 1) |
Definition at line 28 of file at91_adc.h.
#define AT91_ADC_TRGSEL_TC0 (0 << 1) |
Definition at line 25 of file at91_adc.h.
#define AT91_ADC_TRGSEL_TC1 (1 << 1) |
Definition at line 26 of file at91_adc.h.
#define AT91_ADC_TRGSEL_TC2 (2 << 1) |
Definition at line 27 of file at91_adc.h.