Searched refs:UART_LCR_SBC (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | serial_reg.h | 76 #define UART_LCR_SBC 0x40 /* Set break control */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | au1000.h | 936 #define UART_LCR_SBC 0x40 /* Set break control */ macro
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | su.c | 906 serial_out(info, UART_LCR, serial_inp(info, UART_LCR) & ~UART_LCR_SBC); in shutdown() 1564 serial_inp(info, UART_LCR) | UART_LCR_SBC); in su_break() 1567 serial_inp(info, UART_LCR) & ~UART_LCR_SBC); in su_break()
|
/linux-2.4.37.9/drivers/char/ |
D | au1x00-serial.c | 972 serial_out(info, UART_LCR, serial_inp(info, UART_LCR) & ~UART_LCR_SBC); 1713 info->LCR |= UART_LCR_SBC; 1715 info->LCR &= ~UART_LCR_SBC;
|
D | serial.c | 1557 serial_out(info, UART_LCR, serial_inp(info, UART_LCR) & ~UART_LCR_SBC); in shutdown() 2419 info->LCR |= UART_LCR_SBC; in send_break() 2422 info->LCR &= ~UART_LCR_SBC; in send_break() 2439 info->LCR |= UART_LCR_SBC; in rs_break() 2441 info->LCR &= ~UART_LCR_SBC; in rs_break()
|
D | mxser.c | 2270 outb(inb(info->base + UART_LCR) | UART_LCR_SBC, info->base + UART_LCR); in mxser_send_break() 2272 outb(inb(info->base + UART_LCR) & ~UART_LCR_SBC, info->base + UART_LCR); in mxser_send_break()
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | elsa_ser.c | 239 serial_outp(cs, UART_LCR, serial_inp(cs, UART_LCR) & ~UART_LCR_SBC); in mshutdown()
|