Searched defs:rzg2l_cru_info (Results 1 – 2 of 2) sorted by relevance
85 struct rzg2l_cru_info { struct86 unsigned int max_width;87 unsigned int max_height;88 u16 image_conv;89 const u16 *regs;90 bool has_stride;91 irqreturn_t (*irq_handler)(int irq, void *data);92 void (*enable_interrupts)(struct rzg2l_cru_dev *cru);93 void (*disable_interrupts)(struct rzg2l_cru_dev *cru);94 bool (*fifo_empty)(struct rzg2l_cru_dev *cru);[all …]
406 static const struct rzg2l_cru_info rzg2l_cru_info = { variable