Searched defs:this (Results 1 – 1 of 1) sorted by relevance
157 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument158 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument159 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument160 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument161 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument162 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument164 #define FLEXONENAND(this) \ argument166 #define ONENAND_GET_SYS_CFG1(this) \ argument168 #define ONENAND_SET_SYS_CFG1(v, this) \ argument171 #define ONENAND_IS_DDP(this) \ argument[all …]