Searched defs:dmcu_funcs (Results 1 – 1 of 1) sorted by relevance
59 struct dmcu_funcs { struct60 bool (*dmcu_init)(struct dmcu *dmcu);61 bool (*load_iram)(struct dmcu *dmcu,65 void (*set_psr_enable)(struct dmcu *dmcu, bool enable, bool wait);66 bool (*setup_psr)(struct dmcu *dmcu,69 void (*get_psr_state)(struct dmcu *dmcu, uint32_t *psr_state);70 void (*set_psr_wait_loop)(struct dmcu *dmcu,72 void (*get_psr_wait_loop)(struct dmcu *dmcu,74 bool (*is_dmcu_initialized)(struct dmcu *dmcu);75 bool (*lock_phy)(struct dmcu *dmcu);[all …]