Lines Matching refs:fctrl
399 int fctrl; in doc_set_extra_page_mode() local
406 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in doc_set_extra_page_mode()
407 if (fctrl & (DOC_CTRL_PROTECTION_ERROR | DOC_CTRL_SEQUENCE_ERROR)) in doc_set_extra_page_mode()
1596 u8 fctrl; in flashcontrol_show() local
1599 fctrl = doc_register_readb(docg3, DOC_FLASHCONTROL); in flashcontrol_show()
1603 fctrl, in flashcontrol_show()
1604 fctrl & DOC_CTRL_VIOLATION ? "protocol violation" : "-", in flashcontrol_show()
1605 fctrl & DOC_CTRL_CE ? "active" : "inactive", in flashcontrol_show()
1606 fctrl & DOC_CTRL_PROTECTION_ERROR ? "protection error" : "-", in flashcontrol_show()
1607 fctrl & DOC_CTRL_SEQUENCE_ERROR ? "sequence error" : "-", in flashcontrol_show()
1608 fctrl & DOC_CTRL_FLASHREADY ? "ready" : "not ready"); in flashcontrol_show()