taglinefilesource code
scratch1377kernel/chr_drv/serial.cunsigned char status1, status2, scratch, scratch2;
scratch1388kernel/chr_drv/serial.cscratch = serial_inp(info, UART_IER);
scratch1391kernel/chr_drv/serial.cserial_outp(info, UART_IER, scratch);
scratch1405kernel/chr_drv/serial.cscratch = serial_inp(info, UART_MCR);
scratch1406kernel/chr_drv/serial.cserial_outp(info, UART_MCR, UART_MCR_LOOP | scratch);
scratch1410kernel/chr_drv/serial.cserial_outp(info, UART_MCR, scratch);
scratch1426kernel/chr_drv/serial.cscratch = scratch2 = 0;
scratch1428kernel/chr_drv/serial.cif (!scratch)
scratch1429kernel/chr_drv/serial.cscratch = get_auto_irq(info);
scratch1432kernel/chr_drv/serial.cif (scratch && scratch2) {
scratch1433kernel/chr_drv/serial.cif (scratch == scratch2)
scratch1435kernel/chr_drv/serial.cscratch = scratch2 = 0;
scratch1438kernel/chr_drv/serial.cif (scratch && (scratch == scratch2)) {
scratch1440kernel/chr_drv/serial.cinfo->irq = scratch;
scratch1442kernel/chr_drv/serial.cif (info->irq != scratch)
scratch1444kernel/chr_drv/serial.cinfo->line, scratch, info->irq);
scratch1456kernel/chr_drv/serial.cscratch = inb(UART_IIR + port) >> 6;
scratch1458kernel/chr_drv/serial.cswitch (scratch) {
scratch1474kernel/chr_drv/serial.cscratch = inb(UART_SCR + port);
scratch1479kernel/chr_drv/serial.coutb_p(scratch, UART_SCR + port);