Lines Matching defs:this
153 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument
154 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument
155 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
156 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
157 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument
158 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument
160 #define FLEXONENAND(this) \ argument
162 #define ONENAND_GET_SYS_CFG1(this) \ argument
164 #define ONENAND_SET_SYS_CFG1(v, this) \ argument
167 #define ONENAND_IS_DDP(this) \ argument
170 #define ONENAND_IS_MLC(this) \ argument
174 #define ONENAND_IS_2PLANE(this) \ argument
177 #define ONENAND_IS_2PLANE(this) (0) argument
180 #define ONENAND_IS_CACHE_PROGRAM(this) \ argument
183 #define ONENAND_IS_NOP_1(this) \ argument
205 #define ONENAND_IS_4KB_PAGE(this) \ argument