Home | History | Annotate | Download | only in pci

Lines Matching refs:ttwoga_config

95 static void	dec_2100_a500_pic_enable_intr(struct ttwoga_config *,
97 static void dec_2100_a500_pic_init_intr(struct ttwoga_config *);
98 static void dec_2100_a500_pic_setlevel(struct ttwoga_config *, int, int);
99 static void dec_2100_a500_pic_eoi(struct ttwoga_config *, int);
101 static void dec_2100_a500_icic_enable_intr(struct ttwoga_config *,
103 static void dec_2100_a500_icic_init_intr(struct ttwoga_config *);
104 static void dec_2100_a500_icic_setlevel(struct ttwoga_config *, int, int);
105 static void dec_2100_a500_icic_eoi(struct ttwoga_config *, int);
190 struct ttwoga_config *tcp = core;
435 struct ttwoga_config *tcp = pc->pc_intr_v;
470 struct ttwoga_config *tcp = pc->pc_intr_v;
538 struct ttwoga_config *tcp = v;
552 struct ttwoga_config *tcp = v;
608 struct ttwoga_config *tcp = v;
665 struct ttwoga_config *tcp = arg;
682 dec_2100_a500_pic_enable_intr(struct ttwoga_config *tcp, int irq, int onoff)
699 dec_2100_a500_icic_enable_intr(struct ttwoga_config *tcp, int irq, int onoff)
716 dec_2100_a500_pic_init_intr(struct ttwoga_config *tcp)
749 dec_2100_a500_icic_init_intr(struct ttwoga_config *tcp)
757 dec_2100_a500_pic_setlevel(struct ttwoga_config *tcp, int eirq, int level)
803 dec_2100_a500_icic_setlevel(struct ttwoga_config *tcp, int eirq, int level)
836 dec_2100_a500_pic_eoi(struct ttwoga_config *tcp, int irq)
856 dec_2100_a500_icic_eoi(struct ttwoga_config *tcp, int irq)