HomeSort by: relevance | last modified time | path
    Searched defs:pwrite2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/dev/
plcom.c 300 pwrite2(struct plcom_instance *pi, bus_size_t o, uint16_t val) function in typeref:typename:void
334 #define PWRITE2(pi, reg, val) pwrite2(pi, reg, val)
461 PWRITE2(pi, PL011COM_CR, sc->sc_cr);
532 PWRITE2(pi, PL011COM_CR, sc->sc_cr);
653 PWRITE2(pi, PL011COM_CR, sc->sc_cr);
790 PWRITE2(pi, PL011COM_CR, sc->sc_cr);
1677 PWRITE2(pi, PL011COM_CR, 0);
1686 PWRITE2(pi, PL011COM_IFLS, ifls);
1692 PWRITE2(pi, PL011COM_CR, sc->sc_cr)
    [all...]
plcom.c 300 pwrite2(struct plcom_instance *pi, bus_size_t o, uint16_t val) function in typeref:typename:void
334 #define PWRITE2(pi, reg, val) pwrite2(pi, reg, val)
461 PWRITE2(pi, PL011COM_CR, sc->sc_cr);
532 PWRITE2(pi, PL011COM_CR, sc->sc_cr);
653 PWRITE2(pi, PL011COM_CR, sc->sc_cr);
790 PWRITE2(pi, PL011COM_CR, sc->sc_cr);
1677 PWRITE2(pi, PL011COM_CR, 0);
1686 PWRITE2(pi, PL011COM_IFLS, ifls);
1692 PWRITE2(pi, PL011COM_CR, sc->sc_cr)
    [all...]

Completed in 25 milliseconds