Home
last modified time | relevance | path

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

/linux/drivers/soc/mediatek/
H A Dmtk-socinfo.c24 .cell_data = {_cell_data1, _cell_data2} \
40 u32 cell_data[MAX_CELLS]; member
118 u32 cell_data[MAX_CELLS] = {0}; in mtk_socinfo_get_socinfo_data() local
123 cell_data[i] = mtk_socinfo_read_cell(mtk_socinfop->dev, cell_names[i]); in mtk_socinfo_get_socinfo_data()
124 if (cell_data[i] != CELL_NOT_USED) in mtk_socinfo_get_socinfo_data()
136 if (cell_data[j] != socinfo_data_table[i].cell_data[j]) { in mtk_socinfo_get_socinfo_data()
151 cell_data[0], cell_data[1]); in mtk_socinfo_get_socinfo_data()