Home
last modified time | relevance | path

Searched defs:this (Results 1 – 1 of 1) sorted by relevance

/include/linux/mtd/
Donenand.h157 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument
158 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument
159 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
160 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
161 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument
162 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument
164 #define FLEXONENAND(this) \ argument
166 #define ONENAND_GET_SYS_CFG1(this) \ argument
168 #define ONENAND_SET_SYS_CFG1(v, this) \ argument
171 #define ONENAND_IS_DDP(this) \ argument
[all …]