Searched defs:this (Results 1 – 2 of 2) sorted by relevance
131 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument132 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument133 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument134 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument135 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument136 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument138 #define FLEXONENAND(this) (this->device_id & DEVICE_IS_FLEXONENAND) argument139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC) argument140 #define ONENAND_IS_DDP(this) \ argument143 #define ONENAND_IS_4KB_PAGE(this) \ argument[all …]
532 struct i3c_dev_desc *this; member
Completed in 6 milliseconds