Searched refs:CONFIG_FLASH_OFFS (Results 1 - 7 of 7) sorted by relevance

/openwrt/target/linux/lantiq/image/lzma-loader/src/
H A Dconfig.h15 #ifndef CONFIG_FLASH_OFFS
16 #define CONFIG_FLASH_OFFS 0 macro
H A Dloader.c183 for (flash_ofs = CONFIG_FLASH_OFFS;
184 flash_ofs <= (CONFIG_FLASH_OFFS + CONFIG_FLASH_MAX);
/openwrt/target/linux/ramips/image/lzma-loader/src/
H A Dconfig.h15 #ifndef CONFIG_FLASH_OFFS
16 #define CONFIG_FLASH_OFFS 0 macro
H A Dloader.c183 for (flash_ofs = CONFIG_FLASH_OFFS;
184 flash_ofs <= (CONFIG_FLASH_OFFS + CONFIG_FLASH_MAX);
/openwrt/target/linux/ar71xx/image/lzma-loader/src/
H A Dconfig.h19 #ifndef CONFIG_FLASH_OFFS
20 #define CONFIG_FLASH_OFFS 0 macro
H A Dloader.c184 for (flash_ofs = CONFIG_FLASH_OFFS;
185 flash_ofs <= (CONFIG_FLASH_OFFS + CONFIG_FLASH_MAX);
/openwrt/target/linux/brcm63xx/image/lzma-loader/src/
H A Dconfig.h19 #ifndef CONFIG_FLASH_OFFS
20 #define CONFIG_FLASH_OFFS 0 macro

Completed in 39 milliseconds