Searched refs:TCIC_MODE (Results 1 – 2 of 2) sorted by relevance
167 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()
40 #define TCIC_MODE 0x08 macro