Lines Matching defs:ccp
91 struct mcpcia_config *ccp = core;
123 if (EISA_PRESENT(REGVAL(MCPCIA_PCI_REV(ccp)))) {
124 mcpcia_eisaccp = ccp;
126 sio_intr_setup(pc, &ccp->cc_iot);
127 kn300_enable_intr(ccp, KN300_PCEB_IRQ);
139 struct mcpcia_config *ccp = (struct mcpcia_config *)pc->pc_intr_v;
157 if (ccp->cc_mid == 5 && device == 1) {
181 ((ccp->cc_mid - 4) << 5) |
182 ((7 - ccp->cc_gid) << 8) |
215 struct mcpcia_config * const ccp = pc->pc_intr_v;
237 alpha_shared_intr_set_private(kn300_pci_intr, irq, ccp);
240 kn300_enable_intr(ccp, savirqs[irq]);
301 kn300_enable_intr(struct mcpcia_config * const ccp, int const irq)
304 REGVAL(MCPCIA_INT_MASK0(ccp)) |= (1 << irq);
309 kn300_disable_intr(struct mcpcia_config * const ccp, int const irq)
312 REGVAL(MCPCIA_INT_MASK0(ccp)) &= ~(1 << irq);