Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dtcic.c124 static u_char tcic_getb(u_char reg) in tcic_getb() function
127 printk(KERN_DEBUG "tcic_getb(%#lx) = %#x\n", tcic_base+reg, val); in tcic_getb()
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_SSTA in init_tcic()
[all...]
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dtcic.c124 static u_char tcic_getb(u_char reg) in tcic_getb() function
127 printk(KERN_DEBUG "tcic_getb(%#lx) = %#x\n", tcic_base+reg, val); in tcic_getb()
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_SSTA in init_tcic()
[all...]

Completed in 2 milliseconds