Home
last modified time | relevance | path

Searched refs:syncpat (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
Dsynclink.c6198 unsigned char syncpat = 0; in usc_set_txidle() local
6201 syncpat = 0x7e; in usc_set_txidle()
6204 syncpat = 0x55; in usc_set_txidle()
6208 syncpat = 0x00; in usc_set_txidle()
6212 syncpat = 0xff; in usc_set_txidle()
6215 syncpat = 0xaa; in usc_set_txidle()
6219 usc_SetTransmitSyncChars(info,syncpat,syncpat); in usc_set_txidle()