Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dsynclink.c6104 unsigned char syncpat = 0; in usc_set_txidle() local
6107 syncpat = 0x7e; in usc_set_txidle()
6110 syncpat = 0x55; in usc_set_txidle()
6114 syncpat = 0x00; in usc_set_txidle()
6118 syncpat = 0xff; in usc_set_txidle()
6121 syncpat = 0xaa; in usc_set_txidle()
6125 usc_SetTransmitSyncChars(info,syncpat,syncpat); in usc_set_txidle()