Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunsab.c59 unsigned char pvr_dsr_bit; /* Which PVR bit is DSR */ member
297 if ((readb(&up->regs->r.pvr) & up->pvr_dsr_bit) ^ up->dsr) { in check_status()
298 up->dsr = (readb(&up->regs->r.pvr) & up->pvr_dsr_bit) ? 0 : 1; in check_status()
393 result |= (val & up->pvr_dsr_bit) ? 0 : TIOCM_DSR; in sunsab_get_mctrl()
991 up->pvr_dsr_bit = (1 << 0); in sunsab_init_one()
995 up->pvr_dsr_bit = (1 << 3); in sunsab_init_one()