Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dsc16is7xx.c146 #define SC16IS7XX_LCR_TXBREAK_BIT BIT(6) /* TX break enable */ macro
1020 SC16IS7XX_LCR_TXBREAK_BIT, in sc16is7xx_break_ctl()
1021 break_state ? SC16IS7XX_LCR_TXBREAK_BIT : 0); in sc16is7xx_break_ctl()