Lines Matching refs:INTA
39 * intr_type: This defines the type of interrupt. The values can be 0(INTA),
438 /* Interrupt type. Values can be 0(INTA), 2(MSI_X) */
3609 if (sp->config.intr_type == INTA)
3633 if (sp->config.intr_type == INTA)
6915 DBG_PRINT(ERR_DBG, "%s: Defaulting to INTA\n", dev->name);
6916 sp->config.intr_type = INTA;
6975 "%s: Defaulting to INTA\n",
6977 sp->config.intr_type = INTA;
6990 if (sp->config.intr_type == INTA) {
7182 if (sp->config.intr_type != INTA) {
7564 if ((*dev_intr_type != INTA) && (*dev_intr_type != MSI_X)) {
7566 "Defaulting to INTA\n");
7567 *dev_intr_type = INTA;
7574 "Defaulting to INTA\n");
7575 *dev_intr_type = INTA;
7903 sp->config.intr_type = INTA;
8058 case INTA:
8059 DBG_PRINT(ERR_DBG, "%s: Interrupt type INTA\n", dev->name);