Searched refs:ONENAND_IS_DDP (Results 1 – 3 of 3) sorted by relevance
140 #define ONENAND_IS_DDP(this) \ macro
236 if (ONENAND_IS_DDP(this) && addr >= this->diesize[0]) { in flexonenand_block()270 if (ONENAND_IS_DDP(this) && block >= this->density_mask) { in flexonenand_addr()667 if (found && ONENAND_IS_DDP(this)) { in onenand_check_bufferram()917 if (ONENAND_IS_DDP(this) && in onenand_read_ops_nolock()2124 if (ONENAND_IS_DDP(this) && !FLEXONENAND(this)) { in onenand_unlock_all()2155 if (ONENAND_IS_DDP(this)) in onenand_check_features()2162 if (!ONENAND_IS_DDP(this)) in onenand_check_features()2322 blksperdie >>= ONENAND_IS_DDP(this) ? 1 : 0; in flexonenand_get_size()2456 blksperdie >>= ONENAND_IS_DDP(this) ? 1 : 0; in flexonenand_set_boundary()2609 this->dies = ONENAND_IS_DDP(this) ? 2 : 1; in onenand_probe()[all …]
504 if (!ONENAND_IS_DDP(this)) { in s3c_onenand_unlock_all()
Completed in 9 milliseconds