maxidl 56 arch/powerpc/boot/cpm-serial.c u16 maxidl; maxidl 141 arch/powerpc/boot/cpm-serial.c out_be16(¶m->maxidl, 0); maxidl 504 drivers/tty/serial/cpm_uart/cpm_uart_core.c int maxidl; maxidl 520 drivers/tty/serial/cpm_uart/cpm_uart_core.c maxidl = baud / 2400; maxidl 521 drivers/tty/serial/cpm_uart/cpm_uart_core.c if (maxidl < 1) maxidl 522 drivers/tty/serial/cpm_uart/cpm_uart_core.c maxidl = 1; maxidl 523 drivers/tty/serial/cpm_uart/cpm_uart_core.c if (maxidl > 0x10) maxidl 524 drivers/tty/serial/cpm_uart/cpm_uart_core.c maxidl = 0x10; maxidl 624 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->smcup->smc_maxidl, maxidl); maxidl 637 drivers/tty/serial/cpm_uart/cpm_uart_core.c out_be16(&pinfo->sccup->scc_maxidl, maxidl); maxidl 91 drivers/tty/serial/ucc_uart.c __be16 maxidl; /* Maximum idle chars */ maxidl 663 drivers/tty/serial/ucc_uart.c out_be16(&uccup->maxidl, 0x10);