Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/memory/
Dti-aemif.c51 #define NUM_CS 4 macro
125 struct aemif_cs_data cs_data[NUM_CS];
273 if (cs - aemif->cs_offset >= NUM_CS || cs < aemif->cs_offset) { in of_aemif_parse_abus_config()
278 if (aemif->num_cs >= NUM_CS) { in of_aemif_parse_abus_config()
279 dev_dbg(&pdev->dev, "cs count is more than %d", NUM_CS); in of_aemif_parse_abus_config()