Home
last modified time | relevance | path

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

/arch/arm/mach-versatile/
Dcore.c259 val &= ~VERSATILE_FLASHPROG_FLVPPEN; in versatile_flash_init()
270 val &= ~VERSATILE_FLASHPROG_FLVPPEN; in versatile_flash_exit()
280 val |= VERSATILE_FLASHPROG_FLVPPEN; in versatile_flash_set_vpp()
282 val &= ~VERSATILE_FLASHPROG_FLVPPEN; in versatile_flash_set_vpp()
/arch/arm/mach-versatile/include/mach/
Dplatform.h172 #define VERSATILE_FLASHPROG_FLVPPEN (1 << 0) /* Enable writing to flash */ macro