Lines Matching refs:cell
135 #define DT_PWMS_CELL_BY_IDX(node_id, idx, cell) \ argument
136 DT_PHA_BY_IDX(node_id, pwms, idx, cell)
182 #define DT_PWMS_CELL_BY_NAME(node_id, name, cell) \ argument
183 DT_PHA_BY_NAME(node_id, pwms, name, cell)
192 #define DT_PWMS_CELL(node_id, cell) DT_PWMS_CELL_BY_IDX(node_id, 0, cell) argument
363 #define DT_INST_PWMS_CELL_BY_IDX(inst, idx, cell) \ argument
364 DT_PWMS_CELL_BY_IDX(DT_DRV_INST(inst), idx, cell)
375 #define DT_INST_PWMS_CELL_BY_NAME(inst, name, cell) \ argument
376 DT_PWMS_CELL_BY_NAME(DT_DRV_INST(inst), name, cell)
384 #define DT_INST_PWMS_CELL(inst, cell) \ argument
385 DT_INST_PWMS_CELL_BY_IDX(inst, 0, cell)