/src/sys/dev/ic/ |
dwc_mmc.c | 375 device_printf(sc->sc_dev, "MINT: 0x%08x\n", 885 uint32_t idst, mint, imask; local in function:dwc_mmc_intr 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/sys/arch/arm/sunxi/ |
sunxi_mmc.c | 621 uint32_t idst, mint, imask; local in function:sunxi_mmc_intr 625 mint = MMC_READ(sc, SUNXI_MMC_MINT); 626 if (!idst && !mint) { 631 MMC_WRITE(sc, SUNXI_MMC_RINT, mint); 635 DPRINTF(sc->sc_dev, "mmc intr idst=%08X mint=%08X\n", 636 idst, mint); 639 if ((mint & SUNXI_MMC_INT_SDIO_INT) != 0) { 646 if (cmd != NULL && (mint & SUNXI_MMC_INT_ERROR) != 0) { 649 if ((mint & SUNXI_MMC_INT_RESP_TIMEOUT) != 0) { 656 device_printf(sc->sc_dev, "host controller timeout, mint=0x%08x\n", mint) [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...] |
config.sub | 239 -mint | -mint[0-9]*) 241 os=-mint 807 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) 809 os=-mint 1495 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]* [all...] |
configure | 9541 mint*) 9542 # On MiNT this can take a long time and run out of memory.
|
/src/lib/librumpuser/build-aux/ |
config.guess | 434 # The situation for MiNT is a little confusing. The machine name 437 # > m68000). The system name ranges from "MiNT" over "FreeMiNT" 438 # to the lowercase version "mint" (or "freemint"). Finally 440 # MiNT. But MiNT is downward compatible to TOS, so this should 442 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) 443 echo m68k-atari-mint${UNAME_RELEASE} 445 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:* [all...] |
config.sub | 238 -mint | -mint[0-9]*) 240 os=-mint 837 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) 839 os=-mint 1530 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]* [all...] |
/src/sys/external/isc/libsodium/dist/build-aux/ |
config.guess | 434 # The situation for MiNT is a little confusing. The machine name 437 # > m68000). The system name ranges from "MiNT" over "FreeMiNT" 438 # to the lowercase version "mint" (or "freemint"). Finally 440 # MiNT. But MiNT is downward compatible to TOS, so this should 442 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) 443 echo m68k-atari-mint${UNAME_RELEASE} 445 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:* [all...] |
config.sub | 238 -mint | -mint[0-9]*) 240 os=-mint 839 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) 841 os=-mint 1538 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]* [all...] |
/src/games/tetris/ |
scores.c | 382 int sd, mint, lck; local in function:getscores 391 mint = O_RDWR | O_CREAT; 397 mint = O_RDONLY; 403 sd = open(_PATH_SCOREFILE, mint, 0666);
|
/src/sys/dev/pcmcia/ |
if_ray.c | 3087 struct timeval mint; local in function:ray_update_siglev 3098 mint.tv_sec = LONG_MAX; 3099 mint.tv_usec = 0; 3102 if (timercmp(&sl->rsl_time, &mint, <)) { 3104 mint = sl->rsl_time;
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 1706 mint*) 1707 # On MiNT this can take a long time and run out of memory.
|