IFX_SPI_MORE_BIT  394 drivers/tty/serial/ifx6x60.c 	*more = (buffer[1] >> IFX_SPI_MORE_BIT) & 1;
IFX_SPI_MORE_BIT  414 drivers/tty/serial/ifx6x60.c 	txbuffer[1] |= (more << IFX_SPI_MORE_BIT) & IFX_SPI_MORE_MASK;