Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pcmcia/
H A Dtcic.c167 u_char mode = (tcic_getb(TCIC_MODE) & TCIC_MODE_PGMMASK) | reg; in tcic_aux_setb()
168 tcic_setb(TCIC_MODE, mode); in tcic_aux_setb()
174 u_char mode = (tcic_getb(TCIC_MODE) & TCIC_MODE_PGMMASK) | reg; in tcic_aux_getw()
175 tcic_setb(TCIC_MODE, mode); in tcic_aux_getw()
181 u_char mode = (tcic_getb(TCIC_MODE) & TCIC_MODE_PGMMASK) | reg; in tcic_aux_setw()
182 tcic_setb(TCIC_MODE, mode); in tcic_aux_setw()
H A Dtcic.h40 #define TCIC_MODE 0x08 macro