Searched refs:IRQInfo1 (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c345 if (entry->irq.IRQInfo1) {
347 if (entry->irq.IRQInfo1 & IRQ_INFO2_VALID)
350 printf("%u", entry->irq.IRQInfo1 & IRQ_MASK);
351 if (entry->irq.IRQInfo1 & IRQ_LEVEL_ID) printf(" [level]");
352 if (entry->irq.IRQInfo1 & IRQ_PULSE_ID) printf(" [pulse]");
353 if (entry->irq.IRQInfo1 & IRQ_SHARE_ID) printf(" [shared]");
420 if (entry->irq.IRQInfo1) {
422 if (entry->irq.IRQInfo1 & IRQ_INFO2_VALID)
425 printf("%u", entry->irq.IRQInfo1 & IRQ_MASK);
426 if (entry->irq.IRQInfo1
[all...]
H A Dyacc_cis.y340 { $$->cftable_entry.irq.IRQInfo1 = ($3 & 0x0f); }
343 $$->cftable_entry.irq.IRQInfo1 = IRQ_INFO2_VALID;
347 { $$->cftable_entry.irq.IRQInfo1 |= IRQ_PULSE_ID; }
349 { $$->cftable_entry.irq.IRQInfo1 |= IRQ_LEVEL_ID; }
351 { $$->cftable_entry.irq.IRQInfo1 |= IRQ_SHARE_ID; }
H A Dpack_cis.c158 b[0] = p->IRQInfo1;
159 if (p->IRQInfo1 & IRQ_INFO2_VALID) {
193 if (p->irq.IRQInfo1 > 0) {
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h210 u_int IRQInfo1, IRQInfo2; member in struct:irq_req_t
225 /* Bits in IRQInfo1 field */
H A Dcistpl.h446 u_int IRQInfo1; member in struct:cistpl_irq_t

Completed in 29 milliseconds