Searched refs:irq_no (Results 1 – 4 of 4) sorted by relevance
80 u_short irq_no; /* IRQ number. */ member220 sc->irq_no = ia->ia_irq; in ex_probe()223 sc->irq_no = ee2irqmap[tmp]; in ex_probe()224 ia->ia_irq = sc->irq_no; in ex_probe()226 if (sc->irq_no == 0) { in ex_probe()321 irq2eemap[sc->irq_no]); in ex_init()
484 sc->irq_no = AscGetChipIRQ(iot, ioh, sc->bus_type); in AscInitFromEEP()535 AscSetChipIRQ(iot, ioh, sc->irq_no, sc->bus_type); in AscInitFromASC_SOFTC()1952 AscSetChipIRQ(bus_space_tag_t iot, bus_space_handle_t ioh, u_int8_t irq_no, in AscSetChipIRQ() argument1958 if (irq_no) { in AscSetChipIRQ()1959 if ((irq_no < ASC_MIN_IRQ_NO) || (irq_no > ASC_MAX_IRQ_NO)) in AscSetChipIRQ()1960 irq_no = 0; in AscSetChipIRQ()1962 irq_no -= ASC_MIN_IRQ_NO - 1; in AscSetChipIRQ()1970 cfg_lsw |= (irq_no & 0x07) << 2; in AscSetChipIRQ()1977 if (irq_no == 15) in AscSetChipIRQ()1978 irq_no -= 2; in AscSetChipIRQ()[all …]
769 u_int8_t irq_no; /* IRQ number */ member
877 u_int8_t irq_no; member