Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunsab.c70 unsigned char cached_pvr; member
372 up->cached_pvr &= ~(up->pvr_dtr_bit); in sunsab_set_mctrl()
374 up->cached_pvr |= up->pvr_dtr_bit; in sunsab_set_mctrl()
422 writeb(up->cached_pvr, &up->regs->rw.pvr); in sunsab_tx_idle()
999 up->cached_pvr = (1 << 1) | (1 << 2) | (1 << 4); in sunsab_init_one()
1000 writeb(up->cached_pvr, &up->regs->w.pvr); in sunsab_init_one()