Home
last modified time | relevance | path

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

/linux/drivers/soc/mediatek/
H A Dmtk-socinfo.c27 #define MAX_CELLS (2) macro
40 u32 cell_data[MAX_CELLS];
43 static const char *cell_names[MAX_CELLS] = {"socinfo-data1", "socinfo-data2"};
118 u32 cell_data[MAX_CELLS] = {0}; in mtk_socinfo_get_socinfo_data()
122 for (i = 0; i < MAX_CELLS; i++) { in mtk_socinfo_get_socinfo_data()