Home | History | Annotate | Download | only in mcf52x2

Lines Matching refs:intp

19 	intctrl_t *intp = (intctrl_t *) (MMAP_INTC);
22 out_be32(&intp->int_icr1, 0x88888888);
23 out_be32(&intp->int_icr2, 0x88888888);
24 out_be32(&intp->int_icr3, 0x88888888);
25 out_be32(&intp->int_icr4, 0x88888888);
26 out_be32(&intp->int_pitr, 0x00000000);
29 out_8(&intp->int_pivr, 0x40);
39 intctrl_t *intp = (intctrl_t *) (CONFIG_SYS_INTR_BASE);
41 clrbits_be32(&intp->int_icr1, INT_ICR1_TMR3MASK);
42 setbits_be32(&intp->int_icr1, CONFIG_SYS_TMRINTR_PRI);
51 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE);
55 out_be32(&intp->imrl0, 0xffffffff);
56 out_be32(&intp->imrh0, 0xffffffff);
58 setbits_be32(&intp->imrl0, 0x1);
68 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE);
70 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI);
71 clrbits_be32(&intp->imrl0, 0x00000001);
72 clrbits_be32(&intp->imrl0, CONFIG_SYS_TMRINTR_MASK);