Home | History | Annotate | Download | only in dev

Lines Matching defs:pwrite1

286 pwrite1(struct plcom_instance *pi, bus_size_t o, uint8_t val)
332 #define PWRITE1(pi, reg, val) pwrite1(pi, reg, val)
449 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
527 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
648 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
784 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
884 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
1659 PWRITE1(pi, PL010COM_CR, 0);
1661 PWRITE1(pi, PL010COM_DLBL, sc->sc_ratel);
1662 PWRITE1(pi, PL010COM_DLBH, sc->sc_rateh);
1664 PWRITE1(pi, PL010COM_LCR, sc->sc_lcr);
1672 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
1679 PWRITE1(pi, PL011COM_FBRD, sc->sc_ratel);
1688 PWRITE1(pi, PL011COM_LCRH, sc->sc_lcr);
1806 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
1954 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
2110 PWRITE1(pi, PL01XCOM_ECR, 0);
2180 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
2195 PWRITE1(pi, PL010COM_CR, 0);
2197 PWRITE1(pi, PL010COM_CR, sc->sc_cr);
2231 PWRITE1(pi, PL010COM_ICR, 0);
2359 PWRITE1(pi, PL010COM_CR,
2464 PWRITE1(pi, PL01XCOM_DR, c);
2499 PWRITE1(pi, PL010COM_CR, 0);
2503 PWRITE1(pi, PL010COM_DLBL, (rate & 0xff));
2504 PWRITE1(pi, PL010COM_DLBH, ((rate >> 8) & 0xff));
2506 PWRITE1(pi, PL010COM_LCR, lcr);
2507 PWRITE1(pi, PL010COM_CR, PL01X_CR_UARTEN);
2515 PWRITE1(pi, PL011COM_FBRD, rate & ((1 << 6) - 1));
2518 PWRITE1(pi, PL011COM_LCRH, lcr);
2606 PWRITE1(pi, PL010COM_CR, PL01X_CR_UARTEN);