Home
last modified time | relevance | path

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

/drivers/pcmcia/
Dtcic.c124 static u_char tcic_getb(u_char reg) in tcic_getb() function
150 #define tcic_getb(reg) inb(tcic_base+reg) macro
167 u_char mode = (tcic_getb(TCIC_MODE) & TCIC_MODE_PGMMASK) | reg; in tcic_aux_setb()
174 u_char mode = (tcic_getb(TCIC_MODE) & TCIC_MODE_PGMMASK) | reg; in tcic_aux_getw()
181 u_char mode = (tcic_getb(TCIC_MODE) & TCIC_MODE_PGMMASK) | reg; in tcic_aux_setw()
232 while (tcic_getb(TCIC_ICSR)) in try_irq()
303 pwr = tcic_getb(TCIC_PWR); in is_active()
304 sstat = tcic_getb(TCIC_SSTAT); in is_active()
483 socket_table[i].last_sstat = tcic_getb(TCIC_SSTAT); in init_tcic()
549 sstat = tcic_getb(TCIC_SSTAT); in tcic_interrupt()
[all …]