Searched refs:QT2_WRITE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
61 #define QT2_WRITE_BUFFER_SIZE 512 /* size of write buffer */ macro705 port_priv->write_buffer = kmalloc(QT2_WRITE_BUFFER_SIZE, GFP_KERNEL); in qt2_port_probe()717 QT2_WRITE_BUFFER_SIZE, in qt2_port_probe()904 r = QT2_WRITE_BUFFER_SIZE - QT2_WRITE_CONTROL_SIZE; in qt2_write_room()930 count = min(count, QT2_WRITE_BUFFER_SIZE - QT2_WRITE_CONTROL_SIZE); in qt2_write()