Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/devices/
Ddocg3.h189 #define DOC_ASICMODE_POWERDOWN 0x02 macro
Ddocg3.c1646 pctrl & DOC_ASICMODE_POWERDOWN ? 1 : 0, in dbg_asicmode_show()
1656 case DOC_ASICMODE_POWERDOWN: in dbg_asicmode_show()
1965 doc_set_asic_mode(docg3, DOC_ASICMODE_POWERDOWN); in docg3_suspend()
/Linux-v4.19/drivers/mtd/nand/raw/
Ddocg4.c172 #define DOC_ASICMODE_POWERDOWN 0x02 macro
1191 writew(DOC_ASICMODE_POWERDOWN | DOC_ASICMODE_MDWREN, in docg4_suspend()
1193 writew(~(DOC_ASICMODE_POWERDOWN | DOC_ASICMODE_MDWREN), in docg4_suspend()