Searched defs:dmcu_funcs (Results 1 – 1 of 1) sorted by relevance
57 struct dmcu_funcs { struct58 bool (*dmcu_init)(struct dmcu *dmcu);59 bool (*load_iram)(struct dmcu *dmcu,63 void (*set_psr_enable)(struct dmcu *dmcu, bool enable, bool wait);64 bool (*setup_psr)(struct dmcu *dmcu,67 void (*get_psr_state)(struct dmcu *dmcu, uint32_t *psr_state);68 void (*set_psr_wait_loop)(struct dmcu *dmcu,70 void (*get_psr_wait_loop)(struct dmcu *dmcu,72 bool (*is_dmcu_initialized)(struct dmcu *dmcu);73 bool (*lock_phy)(struct dmcu *dmcu);[all …]