Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dsynclink.c6159 unsigned char syncpat = 0; in usc_set_txidle() local
6162 syncpat = 0x7e; in usc_set_txidle()
6165 syncpat = 0x55; in usc_set_txidle()
6169 syncpat = 0x00; in usc_set_txidle()
6173 syncpat = 0xff; in usc_set_txidle()
6176 syncpat = 0xaa; in usc_set_txidle()
6180 usc_SetTransmitSyncChars(info,syncpat,syncpat); in usc_set_txidle()