Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pcmcia/
H A Dtcic.c131 static u_short tcic_getw(u_char reg) in tcic_getw() function
151 #define tcic_getw(reg) inw(tcic_base+reg) macro
176 return tcic_getw(TCIC_AUX); in tcic_aux_getw()
302 scf1 = tcic_getw(TCIC_DATA); in is_active()
307 base = tcic_getw(TCIC_DATA); in is_active()
309 ioctl = tcic_getw(TCIC_DATA); in is_active()
379 if (tcic_getw(TCIC_ADDR) == 0) { in init_tcic()
388 if (tcic_getw(TCIC_ADDR) == 0) { in init_tcic()
390 if (tcic_getw(TCIC_ADDR) == 0xc3a5) sock = 2; in init_tcic()
560 if (tcic_getw(TCIC_DATA) & TCIC_SCF1_IOSTS) { in tcic_interrupt()
[all …]