Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/chips/
Dcfi_cmdset_0002.c847 map_word oldd, curd; in chip_good() local
859 curd = map_read(map, addr); in chip_good()
861 if (map_word_andequal(map, curd, ready, ready)) in chip_good()
862 return !map_word_bitsset(map, curd, err); in chip_good()
868 curd = map_read(map, addr); in chip_good()
870 return map_word_equal(map, oldd, curd) && in chip_good()
871 map_word_equal(map, curd, expected); in chip_good()