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

  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_nand.c 42 #define DENALI_MAP11_ADDR ((DENALI_MAP11) | 1)
92 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, column & 0xff);
93 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, (column >> 8) & 0xff);
94 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, page & 0xff);
95 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, (page >> 8) & 0xff);
97 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR,
  /external/u-boot/drivers/mtd/nand/
denali.c 57 #define DENALI_MAP11_ADDR ((DENALI_MAP11) | 1) /* address cycle */
290 type = DENALI_MAP11_ADDR;
    [all...]

Completed in 906 milliseconds