Searched refs:NUM_CS (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/memory/
H A Dti-aemif.c54 #define NUM_CS 4 macro
128 struct aemif_cs_data cs_data[NUM_CS];
276 if (cs - aemif->cs_offset >= NUM_CS || cs < aemif->cs_offset) { of_aemif_parse_abus_config()
281 if (aemif->num_cs >= NUM_CS) { of_aemif_parse_abus_config()
282 dev_dbg(&pdev->dev, "cs count is more than %d", NUM_CS); of_aemif_parse_abus_config()

Completed in 44 milliseconds