Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dsynclink.c6189 unsigned char syncpat = 0; in usc_set_txidle() local
6192 syncpat = 0x7e; in usc_set_txidle()
6195 syncpat = 0x55; in usc_set_txidle()
6199 syncpat = 0x00; in usc_set_txidle()
6203 syncpat = 0xff; in usc_set_txidle()
6206 syncpat = 0xaa; in usc_set_txidle()
6210 usc_SetTransmitSyncChars(info,syncpat,syncpat); in usc_set_txidle()