Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/chips/
Dcfi_cmdset_0002.c837 map_word oldd, curd; in chip_ready() local
848 curd = map_read(map, addr); in chip_ready()
850 return map_word_andequal(map, curd, ready, ready); in chip_ready()
854 curd = map_read(map, addr); in chip_ready()
856 ret = map_word_equal(map, oldd, curd); in chip_ready()
861 return map_word_equal(map, curd, *expected); in chip_ready()