Home
last modified time | relevance | path

Searched refs:bufferram_index (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/include/linux/mtd/
Donenand.h89 unsigned int bufferram_index; member
131 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index)
132 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1)
133 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1)
134 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1)
135 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0)
136 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1)