Lines Matching refs:t
323 struct i82365_socket *t = &socket[s]; in cirrus_set_opts() local
349 if (!(t->flags & IS_VIA)) { in cirrus_set_opts()
427 struct i82365_socket *t = &socket[s]; in get_bridge_state() local
428 if (t->flags & IS_CIRRUS) in get_bridge_state()
430 else if (t->flags & IS_VADEM) in get_bridge_state()
436 struct i82365_socket *t = &socket[s]; in set_bridge_state() local
437 if (t->flags & IS_CIRRUS) in set_bridge_state()
443 i365_bflip(s, I365_INTCTL, I365_INTR_ENA, t->intr); in set_bridge_state()
444 if (t->flags & IS_VADEM) in set_bridge_state()
677 struct i82365_socket *t = &socket[sockets-ns]; in add_pcic() local
683 t->ioaddr, t->psock*0x40); in add_pcic()
728 t[i].socket.features |= SS_CAP_PCCARD; in add_pcic()
729 t[i].socket.map_size = 0x1000; in add_pcic()
730 t[i].socket.irq_mask = mask; in add_pcic()
731 t[i].cs_irq = isa_irq; in add_pcic()
924 struct i82365_socket *t = &socket[sock]; in i365_set_socket() local
935 reg = t->intr; in i365_set_socket()
945 if (t->flags & IS_CIRRUS) { in i365_set_socket()
961 } else if (t->flags & IS_VG_PWR) { in i365_set_socket()
977 } else if (t->flags & IS_DF_PWR) { in i365_set_socket()
1008 if (t->flags & IS_CIRRUS) { in i365_set_socket()
1015 reg = t->cs_irq << 4; in i365_set_socket()