|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | dump_fifo_data(buf, len) do {} while (0) |
| #define | USB_DMA_BASE USB_DMA_INTERRUPT |
| #define | USB_DMAx_CTRL 0x04 |
| #define | USB_DMAx_ADDR_LOW 0x08 |
| #define | USB_DMAx_ADDR_HIGH 0x0C |
| #define | USB_DMAx_COUNT_LOW 0x10 |
| #define | USB_DMAx_COUNT_HIGH 0x14 |
| #define | USB_DMA_REG(ep, reg) (USB_DMA_BASE + 0x20 * ep + reg) |
| #define | TIMER_DELAY (1 * HZ) |
Definition at line 69 of file blackfin.h.
| #define TIMER_DELAY (1 * HZ) |
Definition at line 83 of file blackfin.h.
| #define USB_DMA_BASE USB_DMA_INTERRUPT |
Definition at line 73 of file blackfin.h.
| #define USB_DMA_REG | ( | ep, | |
| reg | |||
| ) | (USB_DMA_BASE + 0x20 * ep + reg) |
Definition at line 80 of file blackfin.h.
| #define USB_DMAx_ADDR_HIGH 0x0C |
Definition at line 76 of file blackfin.h.
| #define USB_DMAx_ADDR_LOW 0x08 |
Definition at line 75 of file blackfin.h.
| #define USB_DMAx_COUNT_HIGH 0x14 |
Definition at line 78 of file blackfin.h.
| #define USB_DMAx_COUNT_LOW 0x10 |
Definition at line 77 of file blackfin.h.
| #define USB_DMAx_CTRL 0x04 |
Definition at line 74 of file blackfin.h.
1.8.2