Home
last modified time | relevance | path

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

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