NUM_CS
struct aemif_cs_data cs_data[NUM_CS];
if (cs - aemif->cs_offset >= NUM_CS || cs < aemif->cs_offset) {
if (aemif->num_cs >= NUM_CS) {
dev_dbg(&pdev->dev, "cs count is more than %d", NUM_CS);