Searched refs:tim2 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_display.c135 u32 cpl, tim2; local
172 tim2 = readl(priv->regs + CLCD_TIM2);
173 tim2 &= (TIM2_BCD | TIM2_PCD_LO_MASK | TIM2_PCD_HI_MASK);
176 tim2 |= TIM2_BCD;
179 tim2 |= TIM2_IHS;
182 tim2 |= TIM2_IVS;
186 tim2 |= TIM2_IOE;
190 tim2 |= TIM2_IPC;
204 tim2 |= TIM2_ACB_MASK;
227 tim2
489 u32 tim2 = readl(priv->regs + CLCD_TIM2); local
509 u32 tim2; local
[all...]
/linux-master/drivers/comedi/drivers/
H A Dadl_pci9118.c530 unsigned int *tim1, unsigned int *tim2,
538 *div1 = *tim2 / pacer->osc_base; /* convert timer (burst) */
544 *tim2 = *div1 * pacer->osc_base; /* real convert timer */
528 pci9118_calc_divisors(struct comedi_device *dev, struct comedi_subdevice *s, unsigned int *tim1, unsigned int *tim2, unsigned int flags, int chans, unsigned int *div1, unsigned int *div2, unsigned int chnsshfront) argument

Completed in 203 milliseconds