Searched refs:TCIC_ICSR (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/pcmcia/
H A Dtcic.h43 #define TCIC_ICSR 0x0C macro
109 /* Flags for TCIC_ICSR */
H A Dtcic.c225 tcic_setb(TCIC_ICSR, TCIC_ICSR_ERR | TCIC_ICSR_JAM); try_irq()
232 while (tcic_getb(TCIC_ICSR)) try_irq()
233 tcic_setb(TCIC_ICSR, TCIC_ICSR_JAM); try_irq()
554 if (tcic_getb(TCIC_ICSR) & TCIC_ICSR_CDCHG) { tcic_interrupt()
555 tcic_setb(TCIC_ICSR, TCIC_ICSR_CLEAR); tcic_interrupt()

Completed in 40 milliseconds