Lines Matching refs:cell
121 #define DT_RESET_CELL_BY_IDX(node_id, idx, cell) \ argument
122 DT_PHA_BY_IDX(node_id, resets, idx, cell)
155 #define DT_RESET_CELL_BY_NAME(node_id, name, cell) \ argument
156 DT_PHA_BY_NAME(node_id, resets, name, cell)
165 #define DT_RESET_CELL(node_id, cell) \ argument
166 DT_RESET_CELL_BY_IDX(node_id, 0, cell)
214 #define DT_INST_RESET_CELL_BY_IDX(inst, idx, cell) \ argument
215 DT_RESET_CELL_BY_IDX(DT_DRV_INST(inst), idx, cell)
226 #define DT_INST_RESET_CELL_BY_NAME(inst, name, cell) \ argument
227 DT_RESET_CELL_BY_NAME(DT_DRV_INST(inst), name, cell)
235 #define DT_INST_RESET_CELL(inst, cell) \ argument
236 DT_INST_RESET_CELL_BY_IDX(inst, 0, cell)