Searched defs:this (Results 1 – 3 of 3) sorted by relevance
153 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument154 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument155 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument156 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument157 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument158 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument160 #define FLEXONENAND(this) \ argument162 #define ONENAND_GET_SYS_CFG1(this) \ argument164 #define ONENAND_SET_SYS_CFG1(v, this) \ argument167 #define ONENAND_IS_DDP(this) \ argument[all …]
319 struct devfreq *this; member
485 struct i3c_dev_desc *this; member