Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunsab.c241 set_bit(SAB82532_ALLS, &up->irqflags); in transmit_chars()
263 clear_bit(SAB82532_ALLS, &up->irqflags); in transmit_chars()
350 if (test_bit(SAB82532_ALLS, &up->irqflags)) in sunsab_tx_empty()
450 clear_bit(SAB82532_ALLS, &up->irqflags); in sunsab_start_tx()
582 set_bit(SAB82532_ALLS, &up->irqflags); in sunsab_startup()
H A Dsunsab.h128 #define SAB82532_ALLS 0x00000001 macro