#include <linux/io.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <asm/sizes.h>
#include <mach/hardware.h>
#include <mach/devices-common.h>
Go to the source code of this file.
#define imx_ahci_imx_data_entry_single |
( |
|
soc, |
|
|
|
_devid |
|
) |
| |
Value:{ \
.devid = _devid, \
.iobase = soc ## _SATA_BASE_ADDR, \
.irq = soc ## _INT_SATA, \
}
Definition at line 30 of file platform-ahci-imx.c.
- Enumerator:
HOST_CAP |
|
HOST_CAP_SSS |
|
HOST_PORTS_IMPL |
|
HOST_TIMER1MS |
|
Definition at line 42 of file platform-ahci-imx.c.