Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/
H A Dti-aemif.c52 #define NUM_CS 4 macro
126 struct aemif_cs_data cs_data[NUM_CS];
274 if (cs - aemif->cs_offset >= NUM_CS || cs < aemif->cs_offset) { in of_aemif_parse_abus_config()
279 if (aemif->num_cs >= NUM_CS) { in of_aemif_parse_abus_config()
280 dev_dbg(&pdev->dev, "cs count is more than %d", NUM_CS); in of_aemif_parse_abus_config()