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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dtcic.c133 static u_short tcic_getw(u_char reg) function
136 printk(KERN_DEBUG "tcic_getw(%#lx) = %#x\n", tcic_base+reg, val);
153 #define tcic_getw(reg) inw(tcic_base+reg) macro
178 return tcic_getw(TCIC_AUX);
304 scf1 = tcic_getw(TCIC_DATA);
309 base = tcic_getw(TCIC_DATA);
311 ioctl = tcic_getw(TCIC_DATA);
382 if (tcic_getw(TCIC_ADDR) == 0) {
384 if (tcic_getw(TCIC_ADDR) == 0xc3a5) sock = 2;
391 if (tcic_getw(TCIC_ADD
[all...]

Completed in 59 milliseconds