Searched refs:small_flash_base (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Debony.c66 unsigned long long small_flash_base, large_flash_base; local
77 small_flash_base = EBONY_SMALL_FLASH_HIGH2;
80 small_flash_base = EBONY_SMALL_FLASH_HIGH1;
83 small_flash_base = EBONY_SMALL_FLASH_LOW2;
85 small_flash_base = EBONY_SMALL_FLASH_LOW1;
93 ebony_small_map.phys = small_flash_base;
94 ebony_small_map.virt = ioremap64(small_flash_base,
H A Docotea.c64 unsigned long long small_flash_base, large_flash_base; local
74 small_flash_base = OCOTEA_SMALL_FLASH_HIGH;
78 small_flash_base = OCOTEA_SMALL_FLASH_LOW;
82 ocotea_small_map.phys = small_flash_base;
83 ocotea_small_map.virt = ioremap64(small_flash_base,

Completed in 48 milliseconds