Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pcmcia/
Dtcic.c63 static unsigned long tcic_base = TCIC_BASE; variable
88 module_param_hw(tcic_base, ulong, ioport, 0444);
126 u_char val = inb(tcic_base+reg); in tcic_getb()
127 printk(KERN_DEBUG "tcic_getb(%#lx) = %#x\n", tcic_base+reg, val); in tcic_getb()
133 u_short val = inw(tcic_base+reg); in tcic_getw()
134 printk(KERN_DEBUG "tcic_getw(%#lx) = %#x\n", tcic_base+reg, val); in tcic_getw()
140 printk(KERN_DEBUG "tcic_setb(%#lx, %#x)\n", tcic_base+reg, data); in tcic_setb()
141 outb(data, tcic_base+reg); in tcic_setb()
146 printk(KERN_DEBUG "tcic_setw(%#lx, %#x)\n", tcic_base+reg, data); in tcic_setw()
147 outw(data, tcic_base+reg); in tcic_setw()
[all …]