Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/
Dsynclink.c6195 unsigned char syncpat = 0; in usc_set_txidle() local
6198 syncpat = 0x7e; in usc_set_txidle()
6201 syncpat = 0x55; in usc_set_txidle()
6205 syncpat = 0x00; in usc_set_txidle()
6209 syncpat = 0xff; in usc_set_txidle()
6212 syncpat = 0xaa; in usc_set_txidle()
6216 usc_SetTransmitSyncChars(info,syncpat,syncpat); in usc_set_txidle()