Lines Matching refs:cell
207 #define DT_CLOCKS_CELL_BY_IDX(node_id, idx, cell) \ argument
208 DT_PHA_BY_IDX(node_id, clocks, idx, cell)
243 #define DT_CLOCKS_CELL_BY_NAME(node_id, name, cell) \ argument
244 DT_PHA_BY_NAME(node_id, clocks, name, cell)
253 #define DT_CLOCKS_CELL(node_id, cell) DT_CLOCKS_CELL_BY_IDX(node_id, 0, cell) argument
326 #define DT_INST_CLOCKS_CELL_BY_IDX(inst, idx, cell) \ argument
327 DT_CLOCKS_CELL_BY_IDX(DT_DRV_INST(inst), idx, cell)
338 #define DT_INST_CLOCKS_CELL_BY_NAME(inst, name, cell) \ argument
339 DT_CLOCKS_CELL_BY_NAME(DT_DRV_INST(inst), name, cell)
347 #define DT_INST_CLOCKS_CELL(inst, cell) \ argument
348 DT_INST_CLOCKS_CELL_BY_IDX(inst, 0, cell)