HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_ATA_STRIDE (Results 1 - 11 of 11) sorted by null

  /external/u-boot/include/
ata.h 25 #ifndef CONFIG_SYS_ATA_STRIDE
26 #define CONFIG_SYS_ATA_STRIDE 1
29 #define ATA_IO_DATA(x) (CONFIG_SYS_ATA_DATA_OFFSET+((x) * CONFIG_SYS_ATA_STRIDE))
30 #define ATA_IO_REG(x) (CONFIG_SYS_ATA_REG_OFFSET +((x) * CONFIG_SYS_ATA_STRIDE))
31 #define ATA_IO_ALT(x) (CONFIG_SYS_ATA_ALT_OFFSET +((x) * CONFIG_SYS_ATA_STRIDE))
  /external/u-boot/arch/arm/mach-kirkwood/include/mach/
config.h 105 #define CONFIG_SYS_ATA_STRIDE 4
  /external/u-boot/include/configs/
ap325rxa.h 78 #define CONFIG_SYS_ATA_STRIDE 2 /* 1bit shift */
edminiv2.h 145 #define CONFIG_SYS_ATA_STRIDE 4
r2dplus.h 62 #define CONFIG_SYS_ATA_STRIDE 2 /* 1bit shift */
r7780mp.h 113 #define CONFIG_SYS_ATA_STRIDE 2 /* 1bit shift */
sandbox.h 130 #define CONFIG_SYS_ATA_STRIDE 4
M5253EVBE.h 57 #define CONFIG_SYS_ATA_STRIDE 4 /* Interval between registers */
M5253DEMO.h 52 # define CONFIG_SYS_ATA_STRIDE 4 /* Interval between registers */
M54455EVB.h 125 #define CONFIG_SYS_ATA_STRIDE 4 /* Interval between registers */
MPC8349ITX.h 122 #define CONFIG_SYS_ATA_STRIDE 2

Completed in 209 milliseconds