Lines Matching refs:this
131 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument
132 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument
133 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
134 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
135 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument
136 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument
138 #define FLEXONENAND(this) (this->device_id & DEVICE_IS_FLEXONENAND) argument
139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC) argument
140 #define ONENAND_IS_DDP(this) \ argument
141 (this->device_id & ONENAND_DEVICE_IS_DDP)
143 #define ONENAND_IS_4KB_PAGE(this) \ argument
144 (this->options & ONENAND_HAS_4KB_PAGE)
146 #define ONENAND_IS_2PLANE(this) (0) argument
178 unsigned int onenand_block(struct onenand_chip *this, loff_t addr);