Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dtcic.c131 static u_short tcic_getw(u_char reg) in tcic_getw() function
134 printk(KERN_DEBUG "tcic_getw(%#lx) = %#x\n", tcic_base+reg, val); in tcic_getw()
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()
381 if (tcic_getw(TCIC_ADDR) == 0xc3a5) sock = 2; in init_tcic()
388 if (tcic_getw(TCIC_ADD in init_tcic()
[all...]
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dtcic.c131 static u_short tcic_getw(u_char reg) in tcic_getw() function
134 printk(KERN_DEBUG "tcic_getw(%#lx) = %#x\n", tcic_base+reg, val); in tcic_getw()
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()
381 if (tcic_getw(TCIC_ADDR) == 0xc3a5) sock = 2; in init_tcic()
388 if (tcic_getw(TCIC_ADD in init_tcic()
[all...]

Completed in 3 milliseconds