Lines Matching refs:inst
261 #define DT_INST_CLOCKS_HAS_IDX(inst, idx) \ argument
262 DT_CLOCKS_HAS_IDX(DT_DRV_INST(inst), idx)
270 #define DT_INST_CLOCKS_HAS_NAME(inst, name) \ argument
271 DT_CLOCKS_HAS_NAME(DT_DRV_INST(inst), name)
278 #define DT_INST_NUM_CLOCKS(inst) \ argument
279 DT_NUM_CLOCKS(DT_DRV_INST(inst))
291 #define DT_INST_CLOCKS_CTLR_BY_IDX(inst, idx) \ argument
292 DT_CLOCKS_CTLR_BY_IDX(DT_DRV_INST(inst), idx)
301 #define DT_INST_CLOCKS_CTLR(inst) DT_INST_CLOCKS_CTLR_BY_IDX(inst, 0) argument
314 #define DT_INST_CLOCKS_CTLR_BY_NAME(inst, name) \ argument
315 DT_CLOCKS_CTLR_BY_NAME(DT_DRV_INST(inst), name)
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)