Lines Matching defs:tmp
2505 unsigned short tmp;
2516 tmp = read_reg16(info, ISR0); /* get ISR0 and ISR1 in one read */
2517 status0 = (unsigned char)tmp;
2518 dmastatus0 = (unsigned char)(tmp>>8);
2528 tmp = read_reg16(info->port_array[2], ISR0);
2529 status1 = (unsigned char)tmp;
2530 dmastatus1 = (unsigned char)(tmp>>8);
3893 SLMP_INFO *tmp;
3925 tmp = info;
3927 tty_port_destroy(&tmp->port);
3928 kfree(tmp);