Home
last modified time | relevance | path

Searched refs:JUNO_FLASH_SEC_SIZE (Results 1 – 1 of 1) sorted by relevance

/u-boot/board/armltd/vexpress64/
A Dvexpress64.c89 #define JUNO_FLASH_SEC_SIZE (256 * 1024) macro
97 i++, sector += JUNO_FLASH_SEC_SIZE) { in find_dtb_in_nor_flash()
103 reg = readl(sector + JUNO_FLASH_SEC_SIZE - 0x04); in find_dtb_in_nor_flash()
107 reg = readl(sector + JUNO_FLASH_SEC_SIZE - 0x08); in find_dtb_in_nor_flash()
112 reg = readl(sector + JUNO_FLASH_SEC_SIZE - 0x30 + offs); in find_dtb_in_nor_flash()
120 reg = readl(sector + JUNO_FLASH_SEC_SIZE - 0x10); in find_dtb_in_nor_flash()
121 imginfo = sector + JUNO_FLASH_SEC_SIZE - 0x30 - reg; in find_dtb_in_nor_flash()
125 reg * JUNO_FLASH_SEC_SIZE; in find_dtb_in_nor_flash()

Completed in 2 milliseconds