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

  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_nand.c 39 #define DENALI_MAP11 (3 << 26)
41 #define DENALI_MAP11_CMD ((DENALI_MAP11) | 0)
42 #define DENALI_MAP11_ADDR ((DENALI_MAP11) | 1)
43 #define DENALI_MAP11_DATA ((DENALI_MAP11) | 2)
  /external/u-boot/drivers/mtd/nand/
denali.c 53 #define DENALI_MAP11 (3 << 26) /* direct controller access */
56 #define DENALI_MAP11_CMD ((DENALI_MAP11) | 0) /* command cycle */
57 #define DENALI_MAP11_ADDR ((DENALI_MAP11) | 1) /* address cycle */
58 #define DENALI_MAP11_DATA ((DENALI_MAP11) | 2) /* data cycle */
    [all...]

Completed in 166 milliseconds