Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunsab.c56 unsigned char interrupt_mask0;/* ISR0 masking */ member
490 up->interrupt_mask0 |= SAB82532_IMR0_TCD; in sunsab_stop_rx()
574 up->interrupt_mask0 = (SAB82532_IMR0_PERR | SAB82532_IMR0_FERR | in sunsab_startup()
576 writeb(up->interrupt_mask0, &up->regs->w.imr0); in sunsab_startup()
600 up->interrupt_mask0 = 0xff; in sunsab_shutdown()
601 writeb(up->interrupt_mask0, &up->regs->w.imr0); in sunsab_shutdown()
922 up->interrupt_mask0 = SAB82532_IMR0_PERR | SAB82532_IMR0_FERR | in sunsab_console_setup()
924 writeb(up->interrupt_mask0, &up->regs->w.imr0); in sunsab_console_setup()