Lines Matching refs:tcic_getb
124 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()
552 if (tcic_getb(TCIC_ICSR) & TCIC_ICSR_CDCHG) { in tcic_interrupt()
600 reg = tcic_getb(TCIC_SSTAT); in tcic_get_status()
610 reg = tcic_getb(TCIC_PWR); in tcic_get_status()
630 reg = tcic_getb(TCIC_PWR); in tcic_set_socket()
643 if (reg != tcic_getb(TCIC_PWR)) in tcic_set_socket()