Home
last modified time | relevance | path

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

/include/linux/mtd/
Donenand.h155 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument
156 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument
157 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
158 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
159 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument
160 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument
162 #define FLEXONENAND(this) \ argument
164 #define ONENAND_GET_SYS_CFG1(this) \ argument
166 #define ONENAND_SET_SYS_CFG1(v, this) \ argument
169 #define ONENAND_IS_DDP(this) \ argument
[all …]
/include/linux/
Ddevfreq.h265 struct devfreq *this; member