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

  /src/sys/arch/arm/at91/
at91dbguvar.h 40 #define COM_HW_DEV_OK 0x20
at91usartvar.h 40 #define COM_HW_DEV_OK 0x20
at91dbgu.c 288 SET(sc->sc_hwflags, COM_HW_DEV_OK);
469 if (sc == NULL || !ISSET(sc->sc_hwflags, COM_HW_DEV_OK) ||
at91usart.c 326 SET(sc->sc_hwflags, COM_HW_DEV_OK);
571 if (sc == NULL || !ISSET(sc->sc_hwflags, COM_HW_DEV_OK))
  /src/sys/arch/arm/ixp12x0/
ixp12x0_comvar.h 35 #define COM_HW_DEV_OK 0x20
ixp12x0_com.c 254 SET(sc->sc_hwflags, COM_HW_DEV_OK);
472 if (sc == NULL || !ISSET(sc->sc_hwflags, COM_HW_DEV_OK) ||
  /src/sys/arch/arm/sa11x0/
sa11x0_comvar.h 36 #define COM_HW_DEV_OK 0x20
sa11x0_com.c 353 SET(sc->sc_hwflags, COM_HW_DEV_OK);
498 if (sc == NULL || !ISSET(sc->sc_hwflags, COM_HW_DEV_OK) ||
  /src/sys/arch/arm/ep93xx/
epcomvar.h 37 #define COM_HW_DEV_OK 0x20
epcom.c 283 SET(sc->sc_hwflags, COM_HW_DEV_OK);
470 if (sc == NULL || !ISSET(sc->sc_hwflags, COM_HW_DEV_OK) ||
  /src/sys/dev/ic/
comvar.h 69 #define COM_HW_DEV_OK 0x20
com.c 854 SET(sc->sc_hwflags, COM_HW_DEV_OK);
1033 if (sc == NULL || !ISSET(sc->sc_hwflags, COM_HW_DEV_OK) ||
  /src/sys/arch/arm/clps711x/
clpscom.c 122 #define COM_HW_DEV_OK (1 << 1)
249 SET(sc->sc_hwflags, COM_HW_DEV_OK);
577 if (sc == NULL || !ISSET(sc->sc_hwflags, COM_HW_DEV_OK))
  /src/sys/arch/epoc32/windermere/
wmcom.c 87 #define COM_HW_DEV_OK (1 << 1)
226 SET(sc->sc_hwflags, COM_HW_DEV_OK);
464 if (sc == NULL || !ISSET(sc->sc_hwflags, COM_HW_DEV_OK))

Completed in 19 milliseconds