Searched defs:vpe10_cdc (Results 1 – 2 of 2) sorted by relevance
172 struct vpe10_cdc { struct174 struct vpe10_cdc_registers *regs; argument175 const struct vpe10_cdc_shift *shift; argument176 const struct vpe10_cdc_mask *mask; argument
279 struct vpe10_cdc *vpe10_cdc = vpe_zalloc(sizeof(struct vpe10_cdc)); in vpe10_cdc_create() local