Searched refs:ONENAND_IS_DDP (Results 1 – 6 of 6) sorted by relevance
233 if (ONENAND_IS_DDP(this) && addr >= this->diesize[0]) { in flexonenand_block()267 if (ONENAND_IS_DDP(this) && block >= this->density_mask) { in flexonenand_addr()664 if (found && ONENAND_IS_DDP(this)) { in onenand_check_bufferram()914 if (ONENAND_IS_DDP(this) && in onenand_read_ops_nolock()2121 if (ONENAND_IS_DDP(this) && !FLEXONENAND(this)) { in onenand_unlock_all()2152 if (ONENAND_IS_DDP(this)) in onenand_check_features()2159 if (!ONENAND_IS_DDP(this)) in onenand_check_features()2319 blksperdie >>= ONENAND_IS_DDP(this) ? 1 : 0; in flexonenand_get_size()2453 blksperdie >>= ONENAND_IS_DDP(this) ? 1 : 0; in flexonenand_set_boundary()2606 this->dies = ONENAND_IS_DDP(this) ? 2 : 1; in onenand_probe()[all …]
504 if (!ONENAND_IS_DDP(this)) { in s3c_onenand_unlock_all()
140 #define ONENAND_IS_DDP(this) \ macro
921 if (found && ONENAND_IS_DDP(this)) { in onenand_check_bufferram()1274 if (ONENAND_IS_DDP(this) && in onenand_read_ops_nolock()2173 if (ONENAND_IS_DDP(this)) { in onenand_multiblock_erase()2681 if (ONENAND_IS_DDP(this) && !FLEXONENAND(this)) { in onenand_unlock_all()3267 if (ONENAND_IS_DDP(this)) in onenand_check_features()3291 if (!ONENAND_IS_DDP(this)) in onenand_check_features()3444 blksperdie >>= ONENAND_IS_DDP(this) ? 1 : 0; in flexonenand_get_size()3570 if (die && (!ONENAND_IS_DDP(this))) in flexonenand_set_boundary()3579 blksperdie >>= ONENAND_IS_DDP(this) ? 1 : 0; in flexonenand_set_boundary()3726 this->dies = ONENAND_IS_DDP(this) ? 2 : 1; in onenand_probe()[all …]
786 if (!ONENAND_IS_DDP(this)) { in s3c_unlock_all()
167 #define ONENAND_IS_DDP(this) \ macro