Lines Matching full:20
51 #define GPMI_CTRL0_CS_MASK (0x7 << 20)
52 #define GPMI_CTRL0_CS_OFFSET 20
91 #define GPMI_CTRL1_TIMEOUT_IRQ_EN (1 << 20)
169 #define GPMI_DEBUG2_PIN_STATE_MASK (0x7 << 20)
170 #define GPMI_DEBUG2_PIN_STATE_OFFSET 20
171 #define GPMI_DEBUG2_PIN_STATE_PSM_IDLE (0x0 << 20)
172 #define GPMI_DEBUG2_PIN_STATE_PSM_BYTCNT (0x1 << 20)
173 #define GPMI_DEBUG2_PIN_STATE_PSM_ADDR (0x2 << 20)
174 #define GPMI_DEBUG2_PIN_STATE_PSM_STALL (0x3 << 20)
175 #define GPMI_DEBUG2_PIN_STATE_PSM_STROBE (0x4 << 20)
176 #define GPMI_DEBUG2_PIN_STATE_PSM_ATARDY (0x5 << 20)
177 #define GPMI_DEBUG2_PIN_STATE_PSM_DHOLD (0x6 << 20)
178 #define GPMI_DEBUG2_PIN_STATE_PSM_DONE (0x7 << 20)