Lines Matching defs:psc
406 struct uart_pl011_softc *psc;
409 psc = (struct uart_pl011_softc *)sc;
413 psc->imsc = (UART_RXREADY | RIS_RTIM | UART_TXEMPTY);
414 __uart_setreg(bas, UART_IMSC, psc->imsc);
468 struct uart_pl011_softc *psc;
473 psc = (struct uart_pl011_softc *)sc;
491 __uart_setreg(bas, UART_IMSC, psc->imsc & ~UART_TXEMPTY);
614 struct uart_pl011_softc *psc;
618 psc = (struct uart_pl011_softc *)sc;
629 __uart_setreg(bas, UART_IMSC, psc->imsc);
639 struct uart_pl011_softc *psc;
642 psc = (struct uart_pl011_softc *)sc;
647 __uart_setreg(bas, UART_IMSC, psc->imsc & ~IMSC_MASK_ALL);
654 struct uart_pl011_softc *psc;
657 psc = (struct uart_pl011_softc *)sc;
662 __uart_setreg(bas, UART_IMSC, psc->imsc);