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

  /src/sys/external/gpl2/dts/dist/include/dt-bindings/thermal/
thermal_exynos.h 18 #define TYPE_NONE 4
  /src/sys/dev/pci/
jmide.c 102 TYPE_NONE
256 sc->sc_chan_type[sc->sc_chan_swap ? 1 : 0] = TYPE_NONE;
260 sc->sc_chan_type[sc->sc_chan_swap ? 1 : 0] = TYPE_NONE;
272 sc->sc_chan_type[sc->sc_chan_swap ? 0 : 1] = TYPE_NONE;
275 if (sc->sc_chan_type[0] == TYPE_NONE &&
276 sc->sc_chan_type[1] == TYPE_NONE)
350 case TYPE_NONE:
358 if (jmidesc->sc_chan_type[channel] == TYPE_NONE) {

Completed in 108 milliseconds