Searched refs:tcic_base (Results 1 – 1 of 1) sorted by relevance
63 static unsigned long tcic_base = TCIC_BASE; variable126 u_char val = inb(tcic_base+reg); in tcic_getb()133 u_short val = inw(tcic_base+reg); in tcic_getw()141 outb(data, tcic_base+reg); in tcic_setb()147 outw(data, tcic_base+reg); in tcic_setw()150 #define tcic_getb(reg) inb(tcic_base+reg)151 #define tcic_getw(reg) inw(tcic_base+reg)161 outw(data & 0xffff, tcic_base+reg); in tcic_setl()162 outw(data >> 16, tcic_base+reg+2); in tcic_setl()396 release_region(tcic_base, 16); in init_tcic()[all …]