Lines Matching refs:cregs
64 unsigned char cregs[8]; in t1_detectandinit() local
71 cregs[0] = (HEMA_VERSION_ID << 4) | (reverse_cardnr & 0xf); in t1_detectandinit()
72 cregs[1] = 0x00; /* fast & slow link connected to CON1 */ in t1_detectandinit()
73 cregs[2] = 0x05; /* fast link 20MBit, slow link 20 MBit */ in t1_detectandinit()
74 cregs[3] = 0; in t1_detectandinit()
75 cregs[4] = 0x11; /* zero wait state */ in t1_detectandinit()
76 cregs[5] = hema_irq_table[irq & 0xf]; in t1_detectandinit()
77 cregs[6] = 0; in t1_detectandinit()
78 cregs[7] = 0; in t1_detectandinit()
95 t1outp(base, HEMA_PAL_ID >> 4, cregs[0]); in t1_detectandinit()
96 for (i = 1; i < 7; i++) t1outp(base, 0, cregs[i]); in t1_detectandinit()
97 t1outp(base, ((base >> 4)) & 0x3, cregs[7]); in t1_detectandinit()