Searched refs:scratch2 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunsu.c1008 unsigned char status1, status2, scratch, scratch2, scratch3; local
1035 scratch2 = serial_inp(up, UART_IER);
1042 if (scratch2 != 0 || scratch3 != 0x0F)
H A D8250.c969 unsigned char status1, scratch, scratch2, scratch3; local
1011 scratch2 = serial_inp(up, UART_IER) & 0x0f;
1018 if (scratch2 != 0 || scratch3 != 0x0F) {
1023 scratch2, scratch3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmxser.c2964 unsigned char scratch, scratch2; local
3031 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB);
3032 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR);
3034 outb(scratch2, cap + UART_LCR);
H A Dmxser_new.c2470 unsigned char scratch, scratch2; local
2541 scratch2 = inb(cap + UART_LCR) & (~UART_LCR_DLAB);
2542 outb(scratch2 | UART_LCR_DLAB, cap + UART_LCR);
2544 outb(scratch2, cap + UART_LCR);

Completed in 112 milliseconds