Searched refs:UART_IER_MSI (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial_reg.h111 #define UART_IER_MSI 0x08 /* Enable Modem status interrupt */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial_reg.h111 #define UART_IER_MSI 0x08 /* Enable Modem status interrupt */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Damiserial.c504 if(info->IER & UART_IER_MSI)
639 info->IER = UART_IER_MSI;
816 info->IER &= ~UART_IER_MSI;
818 info->IER |= UART_IER_MSI;
821 info->IER |= UART_IER_MSI;
828 info->IER |= UART_IER_MSI;
H A Dmxser.c1757 info->IER = UART_IER_MSI | UART_IER_RLSI | UART_IER_RDI;
2093 info->IER &= ~UART_IER_MSI;
2097 info->IER |= UART_IER_MSI;
2108 info->IER |= UART_IER_MSI;
H A Dserial.c1419 info->IER = UART_IER_MSI | UART_IER_RLSI | UART_IER_RDI;
1755 info->IER &= ~UART_IER_MSI;
1757 info->IER |= UART_IER_MSI;
1760 info->IER |= UART_IER_MSI;
1767 info->IER |= UART_IER_MSI;
2657 info->IER |= UART_IER_MSI;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Delsa_ser.c132 cs->hw.elsa.IER &= ~UART_IER_MSI;
133 cs->hw.elsa.IER |= UART_IER_MSI;
190 cs->hw.elsa.IER = UART_IER_MSI | UART_IER_RLSI | UART_IER_RDI;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dserial.c837 info->IER = UART_IER_MSI | UART_IER_RLSI | UART_IER_RDI;
1077 info->IER &= ~UART_IER_MSI;
1079 info->IER |= UART_IER_MSI;
1082 info->IER |= UART_IER_MSI;
1089 info->IER |= UART_IER_MSI;
1761 info->IER |= UART_IER_MSI;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsu.c831 info->IER = UART_IER_MSI | UART_IER_RLSI | UART_IER_RDI;
1047 info->IER &= ~UART_IER_MSI;
1049 info->IER |= UART_IER_MSI;
1052 info->IER |= UART_IER_MSI;
1059 info->IER |= UART_IER_MSI;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8260_io/
H A Duart.c841 info->IER &= ~UART_IER_MSI;
843 info->IER |= UART_IER_MSI;
846 info->IER |= UART_IER_MSI;
853 info->IER |= UART_IER_MSI;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Duart.c929 info->IER &= ~UART_IER_MSI;
931 info->IER |= UART_IER_MSI;
934 info->IER |= UART_IER_MSI;
941 info->IER |= UART_IER_MSI;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000.h650 #define UART_IER_MSI 0x08 /* Enable Modem status interrupt */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000.h650 #define UART_IER_MSI 0x08 /* Enable Modem status interrupt */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000.h650 #define UART_IER_MSI 0x08 /* Enable Modem status interrupt */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000.h650 #define UART_IER_MSI 0x08 /* Enable Modem status interrupt */ macro

Completed in 231 milliseconds