Searched defs:this (Results 1 – 2 of 2) sorted by relevance
155 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument156 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument157 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument158 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument159 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument160 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument162 #define FLEXONENAND(this) \ argument164 #define ONENAND_GET_SYS_CFG1(this) \ argument166 #define ONENAND_SET_SYS_CFG1(v, this) \ argument169 #define ONENAND_IS_DDP(this) \ argument[all …]
265 struct devfreq *this; member