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

  /src/sys/arch/arm/apple/
apple_pcie.c 173 #define PWRITE4(bst, bsh, reg, val) \
176 PWRITE4((bst), (bsh), (reg), PREAD4((bst), (bsh), (reg)) | (bits))
178 PWRITE4((bst), (bsh), (reg), PREAD4((bst), (bsh), (reg)) & ~(bits))
194 PWRITE4(bst, bsh, PCIE_PORT_MSI_CTRL,
196 PWRITE4(bst, bsh, PCIE_PORT_MSI_REMAP, 0);
197 PWRITE4(bst, bsh, PCIE_PORT_MSI_DOORBELL,
283 PWRITE4(bst, bsh, PCIE_PORT_LTSSM_CTRL, PCIE_PORT_LTSSM_CTRL_START);
292 #undef PWRITE4
  /src/sys/arch/evbarm/dev/
plcom.c 335 #define PWRITE4(pi, reg, val) \
462 PWRITE4(pi, PL011COM_IMSC, sc->sc_imsc);
533 PWRITE4(pi, PL011COM_IMSC, sc->sc_imsc);
654 PWRITE4(pi, PL011COM_IMSC, sc->sc_imsc);
791 PWRITE4(pi, PL011COM_IMSC, sc->sc_imsc);
892 PWRITE4(pi, PL011COM_IMSC, sc->sc_imsc);
1680 PWRITE4(pi, PL011COM_IBRD, sc->sc_rateh);
1813 PWRITE4(pi, PL011COM_IMSC, sc->sc_imsc);
1960 PWRITE4(pi, PL011COM_IMSC, sc->sc_imsc);
2186 PWRITE4(pi, PL011COM_IMSC, sc->sc_imsc)
    [all...]

Completed in 13 milliseconds