Searched refs:tcic_setb (Results 1 – 1 of 1) sorted by relevance
/drivers/pcmcia/ |
D | tcic.c | 138 static void tcic_setb(u_char reg, u_char data) in tcic_setb() function 152 #define tcic_setb(reg, data) outb(data, tcic_base+reg) macro 168 tcic_setb(TCIC_MODE, mode); in tcic_aux_setb() 169 tcic_setb(TCIC_AUX, data); in tcic_aux_setb() 175 tcic_setb(TCIC_MODE, mode); in tcic_aux_getw() 182 tcic_setb(TCIC_MODE, mode); in tcic_aux_setw() 224 tcic_setb(TCIC_IENA, TCIC_IENA_ERR | TCIC_IENA_CFG_HIGH); in try_irq() 225 tcic_setb(TCIC_ICSR, TCIC_ICSR_ERR | TCIC_ICSR_JAM); in try_irq() 231 tcic_setb(TCIC_IENA, TCIC_IENA_CFG_OFF); in try_irq() 233 tcic_setb(TCIC_ICSR, TCIC_ICSR_JAM); in try_irq() [all …]
|