HomeSort by: relevance | last modified time | path
    Searched refs:mint (Results 1 - 25 of 208) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/dev/ic/
dwc_mmc.c 375 device_printf(sc->sc_dev, "MINT: 0x%08x\n",
885 uint32_t idst, mint, imask; local
889 mint = MMC_READ(sc, DWC_MMC_MINT);
890 if (!idst && !mint) {
895 MMC_WRITE(sc, DWC_MMC_RINT, mint);
900 device_printf(sc->sc_dev, "mmc intr idst=%08X mint=%08X\n",
901 idst, mint);
905 if ((mint & sc->sc_intr_cardmask) != 0) {
912 if (cmd != NULL && (mint & DWC_MMC_INT_ERROR) != 0) {
915 if ((mint & DWC_MMC_INT_RESP_TIMEOUT) != 0)
    [all...]
  /src/external/bsd/openpam/dist/
config.sub 991 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
993 os=mint
1491 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1492 os=mint
    [all...]
  /src/external/apache2/llvm/dist/llvm/cmake/
config.guess 392 # The situation for MiNT is a little confusing. The machine name
395 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
396 # to the lowercase version "mint" (or "freemint"). Finally
398 # MiNT. But MiNT is downward compatible to TOS, so this should
400 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
401 echo m68k-atari-mint${UNAME_RELEASE}
403 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*
    [all...]
  /src/sys/external/isc/libsodium/dist/
config.guess 410 # The situation for MiNT is a little confusing. The machine name
413 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
414 # to the lowercase version "mint" (or "freemint"). Finally
416 # MiNT. But MiNT is downward compatible to TOS, so this should
418 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
419 echo m68k-atari-mint${UNAME_RELEASE}
421 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*
    [all...]
  /src/external/apache2/llvm/autoconf/autoconf/
config.guess 397 # The situation for MiNT is a little confusing. The machine name
400 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
401 # to the lowercase version "mint" (or "freemint"). Finally
403 # MiNT. But MiNT is downward compatible to TOS, so this should
405 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
406 echo m68k-atari-mint${UNAME_RELEASE}
408 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*
    [all...]
  /src/external/bsd/libevent/dist/build-aux/
config.guess 450 # The situation for MiNT is a little confusing. The machine name
453 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
454 # to the lowercase version "mint" (or "freemint"). Finally
456 # MiNT. But MiNT is downward compatible to TOS, so this should
458 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
459 echo m68k-atari-mint"$UNAME_RELEASE"
461 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*
    [all...]
config.sub 808 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
811 os=mint
1484 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1485 os=mint
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
config.guess 423 # The situation for MiNT is a little confusing. The machine name
426 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
427 # to the lowercase version "mint" (or "freemint"). Finally
429 # MiNT. But MiNT is downward compatible to TOS, so this should
431 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
432 echo m68k-atari-mint${UNAME_RELEASE}
434 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*
    [all...]
  /src/external/lgpl3/mpc/dist/build-aux/
config.guess 451 # The situation for MiNT is a little confusing. The machine name
454 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
455 # to the lowercase version "mint" (or "freemint"). Finally
457 # MiNT. But MiNT is downward compatible to TOS, so this should
459 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
460 echo m68k-atari-mint"$UNAME_RELEASE"
462 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*
    [all...]
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1489 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1490 os=mint
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_mmc.c 634 uint32_t idst, mint, imask; local
638 mint = MMC_READ(sc, SUNXI_MMC_MINT);
639 if (!idst && !mint) {
644 MMC_WRITE(sc, SUNXI_MMC_RINT, mint);
648 DPRINTF(sc->sc_dev, "mmc intr idst=%08X mint=%08X\n",
649 idst, mint);
652 if ((mint & SUNXI_MMC_INT_SDIO_INT) != 0) {
659 if (cmd != NULL && (mint & SUNXI_MMC_INT_ERROR) != 0) {
662 if ((mint & SUNXI_MMC_INT_RESP_TIMEOUT) != 0) {
669 device_printf(sc->sc_dev, "host controller timeout, mint=0x%08x\n", mint)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1494 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1495 os=mint
    [all...]
  /src/external/bsd/openldap/dist/build/
config.sub 811 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
814 basic_os=mint
1466 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1467 os=mint
    [all...]
  /src/external/gpl3/gcc/dist/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1490 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1491 os=mint
    [all...]
  /src/external/gpl3/gcc.old/dist/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1490 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1491 os=mint
    [all...]
  /src/external/gpl3/gdb/dist/readline/readline/support/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1494 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1495 os=mint
    [all...]
  /src/external/lgpl3/gmp/dist/
configfsf.sub 811 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
814 basic_os=mint
1465 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1466 os=mint
    [all...]
  /src/external/lgpl3/mpfr/dist/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1494 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1495 os=mint
    [all...]
  /src/external/mit/expat/dist/conftools/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1515 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1516 os=mint
    [all...]
  /src/external/mit/isl/dist/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1494 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1495 os=mint
    [all...]
  /src/external/mit/isl/dist/interface/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1494 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1495 os=mint
    [all...]
  /src/external/mit/libuv/dist/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1494 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1495 os=mint
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/support/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1494 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1495 os=mint
    [all...]
  /src/external/bsd/jemalloc.old/dist/build-aux/
config.sub 811 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
814 basic_os=mint
1466 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1467 os=mint
    [all...]
  /src/external/bsd/file/dist/
config.sub 826 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
829 basic_os=mint
1490 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1491 os=mint
    [all...]

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 9