Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pcmcia/
H A 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()
552 if (tcic_getb(TCIC_ICSR) & TCIC_ICSR_CDCHG) { in tcic_interrupt()
553 tcic_setb(TCIC_ICSR, TCIC_ICSR_CLEAR); in tcic_interrupt()
H A Dtcic.h43 #define TCIC_ICSR 0x0C macro