Searched refs:ENABLE_VPP (Results 1 – 4 of 4) sorted by relevance
496 ENABLE_VPP(map); in do_write_buffer()790 ENABLE_VPP(map); in do_erase_oneblock()1088 ENABLE_VPP(map); in do_lock_oneblock()1235 ENABLE_VPP(map); in do_unlock_oneblock()
1769 ENABLE_VPP(map); in do_write_oneword_retry()2038 ENABLE_VPP(map); in do_write_buffer()2259 ENABLE_VPP(map); in do_panic_write_oneword()2430 ENABLE_VPP(map); in do_erase_chip()2527 ENABLE_VPP(map); in do_erase_oneblock()
1576 ENABLE_VPP(map); in do_write_oneword()1737 ENABLE_VPP(map); in do_write_buffer()1950 ENABLE_VPP(map); in do_erase_oneblock()2117 ENABLE_VPP(map); in do_xxlock_oneblock()
253 #define ENABLE_VPP(map) do { if (map->set_vpp) map->set_vpp(map, 1); } while (0) macro