Lines Matching +full:card +full:- +full:detect +full:- +full:delay
2 * Copyright (C) 2010 - Maxim Levitsky
36 #define R592_STATUS_P_BREQ (1 << 17) /* INT reg: card ready (parallel mode)*/
48 /* Card state */
69 #define R592_POWER 0x20 /* bits 0-7 writeable */
70 #define R592_POWER_0 (1 << 0) /* set on start, cleared on stop - must be set*/
71 #define R592_POWER_1 (1 << 1) /* set on start, cleared on stop - must be set*/
81 /* IRQ,card detection,large fifo (first word irq status, second enable) */
84 #define R592_REG_MSC_PRSNT (1 << 1) /* card present (only status)*/
85 #define R592_REG_MSC_IRQ_INSERT (1 << 8) /* detect insert / card insered */
86 #define R592_REG_MSC_IRQ_REMOVE (1 << 9) /* detect removal / card removed */
117 /* Maybe just an delay */
125 #define R592_REG38_DONE (1 << 20) /* HW set this after the delay */
128 /* Debug register, written (0xABCDEF00) when error happens - not used*/