Searched refs:ONENAND_IS_DDP (Results 1 – 3 of 3) sorted by relevance
308 if (ONENAND_IS_DDP(this) && addr >= this->diesize[0]) { in flexonenand_block()342 if (ONENAND_IS_DDP(this) && block >= this->density_mask) { in flexonenand_addr()924 if (found && ONENAND_IS_DDP(this)) { in onenand_check_bufferram()1282 if (ONENAND_IS_DDP(this) && in onenand_read_ops_nolock()2172 if (ONENAND_IS_DDP(this)) { in onenand_multiblock_erase()2680 if (ONENAND_IS_DDP(this) && !FLEXONENAND(this)) { in onenand_unlock_all()3264 if (ONENAND_IS_DDP(this)) in onenand_check_features()3286 if (!ONENAND_IS_DDP(this)) in onenand_check_features()3438 blksperdie >>= ONENAND_IS_DDP(this) ? 1 : 0; in flexonenand_get_size()3565 if (die && (!ONENAND_IS_DDP(this))) in flexonenand_set_boundary()[all …]
789 if (!ONENAND_IS_DDP(this)) { in s3c_unlock_all()
169 #define ONENAND_IS_DDP(this) \ macro