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) */
3605 if (sp->config.intr_type == INTA)
3629 if (sp->config.intr_type == INTA)
6908 DBG_PRINT(ERR_DBG, "%s: Defaulting to INTA\n", dev->name);
6909 sp->config.intr_type = INTA;
6968 "%s: Defaulting to INTA\n",
6970 sp->config.intr_type = INTA;
6983 if (sp->config.intr_type == INTA) {
7175 if (sp->config.intr_type != INTA) {
7558 if ((*dev_intr_type != INTA) && (*dev_intr_type != MSI_X)) {
7560 "Defaulting to INTA\n");
7561 *dev_intr_type = INTA;
7568 "Defaulting to INTA\n");
7569 *dev_intr_type = INTA;
7909 sp->config.intr_type = INTA;
8064 case INTA:
8065 DBG_PRINT(ERR_DBG, "%s: Interrupt type INTA\n", dev->name);