Searched defs:dmcu_funcs (Results 1 – 1 of 1) sorted by relevance
61 struct dmcu_funcs { struct62 bool (*dmcu_init)(struct dmcu *dmcu);63 bool (*load_iram)(struct dmcu *dmcu,67 void (*set_psr_enable)(struct dmcu *dmcu, bool enable, bool wait);68 bool (*setup_psr)(struct dmcu *dmcu,71 void (*get_psr_state)(struct dmcu *dmcu, uint32_t *psr_state);72 void (*set_psr_wait_loop)(struct dmcu *dmcu,74 void (*get_psr_wait_loop)(struct dmcu *dmcu,76 bool (*is_dmcu_initialized)(struct dmcu *dmcu);77 bool (*lock_phy)(struct dmcu *dmcu);[all …]