Home
last modified time | relevance | path

Searched refs:PRESL (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250.h366 #define PRESL(x) ((x) & 0x30) in ns16550a_goto_highspeed() macro
367 if (PRESL(status) == 0x10) { in ns16550a_goto_highspeed()
371 status &= ~0xB0; /* Disable LOCK, mask out PRESL[01] */ in ns16550a_goto_highspeed()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250.h407 #define PRESL(x) ((x) & 0x30) in ns16550a_goto_highspeed() macro
408 if (PRESL(status) == 0x10) { in ns16550a_goto_highspeed()
412 status &= ~0xB0; /* Disable LOCK, mask out PRESL[01] */ in ns16550a_goto_highspeed()

Completed in 2 milliseconds