Home
last modified time | relevance | path

Searched refs:memdev_tmp (Results 1 – 1 of 1) sorted by relevance

/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/gp2x/
H A Dsoc.c36 int memdev_tmp; in soc_detect() local
43 memdev_tmp = open("/dev/mem", O_RDONLY); in soc_detect()
44 if (memdev_tmp == -1) in soc_detect()
52 memdev_tmp, 0xc0000000); in soc_detect()
56 close(memdev_tmp); in soc_detect()
96 close(memdev_tmp); in soc_detect()