Searched refs:pvr_dsr_bit (Results 1 – 1 of 1) sorted by relevance
62 unsigned char pvr_dsr_bit; /* Which PVR bit is DSR */ member301 if ((readb(&up->regs->r.pvr) & up->pvr_dsr_bit) ^ up->dsr) { in check_status()302 up->dsr = (readb(&up->regs->r.pvr) & up->pvr_dsr_bit) ? 0 : 1; in check_status()397 result |= (val & up->pvr_dsr_bit) ? 0 : TIOCM_DSR; in sunsab_get_mctrl()999 up->pvr_dsr_bit = (1 << 0); in sunsab_init_one()1003 up->pvr_dsr_bit = (1 << 3); in sunsab_init_one()