Searched refs:altera_cvp_conf (Results 1 – 1 of 1) sorted by relevance
71 struct altera_cvp_conf { struct74 void (*write_data)(struct altera_cvp_conf *conf, argument84 void (*switch_clk)(struct altera_cvp_conf *conf); argument85 int (*clear_state)(struct altera_cvp_conf *conf);92 static int altera_read_config_byte(struct altera_cvp_conf *conf, in altera_read_config_byte()99 static int altera_read_config_dword(struct altera_cvp_conf *conf, in altera_read_config_dword()106 static int altera_write_config_dword(struct altera_cvp_conf *conf, in altera_write_config_dword()115 struct altera_cvp_conf *conf = mgr->priv; in altera_cvp_state()129 static void altera_cvp_write_data_iomem(struct altera_cvp_conf *conf, u32 val) in altera_cvp_write_data_iomem()134 static void altera_cvp_write_data_config(struct altera_cvp_conf *conf, u32 val) in altera_cvp_write_data_config()[all …]