HomeSort by: relevance | last modified time | path
    Searched refs:PLC_FLAG_32BIT_ACCESS (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/arm/fdt/
plcom_fdt.c 108 sc->sc_pi.pi_flags = PLC_FLAG_32BIT_ACCESS;
150 pi.pi_flags = PLC_FLAG_32BIT_ACCESS;
  /src/sys/arch/arm/imx/
imx23_plcom.c 97 sc->sc_pi.pi_flags = PLC_FLAG_32BIT_ACCESS;
  /src/sys/arch/arm/acpi/
plcom_acpi.c 111 sc->sc_pi.pi_flags = PLC_FLAG_32BIT_ACCESS;
acpi_platform.c 199 plcom_console.pi_flags = PLC_FLAG_32BIT_ACCESS;
  /src/sys/arch/evbarm/dev/
plcomvar.h 80 #define PLC_FLAG_32BIT_ACCESS 0x0002
plcom.c 268 if (!ISSET(pi->pi_flags, PLC_FLAG_32BIT_ACCESS))
278 if (!ISSET(pi->pi_flags, PLC_FLAG_32BIT_ACCESS))
288 if (!ISSET(pi->pi_flags, PLC_FLAG_32BIT_ACCESS)) {
302 if (!ISSET(pi->pi_flags, PLC_FLAG_32BIT_ACCESS)) {
317 if (!ISSET(pi->pi_flags, PLC_FLAG_32BIT_ACCESS)) {

Completed in 19 milliseconds