Home
last modified time | relevance | path

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

/dports/games/libretro-picodrive/picodrive-600894e/platform/gp2x/
H A Dvid_pollux.c48 memregl[0x406C>>2] = memregl[0x446C>>2] = fb_paddr[fb_work_buf]; in pollux_video_flip()
49 memregl[0x4058>>2] |= 0x10; in pollux_video_flip()
50 memregl[0x4458>>2] |= 0x10; in pollux_video_flip()
90 memregl[0x4000>>2] |= 1 << 3; in gp2x_video_changemode_ll_()
116 memregl[0x405c>>2] = memregl[0x445c>>2] = bytes; in gp2x_video_changemode_ll_()
117 memregl[0x4060>>2] = memregl[0x4460>>2] = in gp2x_video_changemode_ll_()
120 r = memregl[0x4058>>2]; in gp2x_video_changemode_ll_()
122 memregl[0x4058>>2] = r; in gp2x_video_changemode_ll_()
124 r = memregl[0x4458>>2]; in gp2x_video_changemode_ll_()
126 memregl[0x4458>>2] = r; in gp2x_video_changemode_ll_()
[all …]
H A D940ctl.c144 memregs[0x3b46>>1], memregl[0x4500>>2], memregl[0x4510>>2]); in wait_busy_940()
152 memregs[0x3b46>>1], memregl[0x4500>>2], memregl[0x4510>>2]); in wait_busy_940()
302 memregl[0x4504>>2] = 0; // make sure no FIQs will be generated in YM2612Init_940()
303memregl[0x4508>>2] = ~(1<<26); // unmask DUALCPU ints in the undocumented 940's interrupt controll… in YM2612Init_940()
349 memregl[0x4500>>2] = 0xffffffff; // clear pending IRQs in SRCPND in YM2612Init_940()
350 memregl[0x4510>>2] = 0xffffffff; // clear pending IRQs in INTPND in YM2612Init_940()
H A Dvid_mmsp2.c114 memregl[0x2908>>2]=(unsigned long)((float)escalah *bpp *(H/240.0)); in gp2x_video_RGB_setscaling_()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/gp2x/
H A Dvid_pollux.c48 memregl[0x406C>>2] = memregl[0x446C>>2] = fb_paddr[fb_work_buf]; in pollux_video_flip()
49 memregl[0x4058>>2] |= 0x10; in pollux_video_flip()
50 memregl[0x4458>>2] |= 0x10; in pollux_video_flip()
90 memregl[0x4000>>2] |= 1 << 3; in gp2x_video_changemode_ll_()
116 memregl[0x405c>>2] = memregl[0x445c>>2] = bytes; in gp2x_video_changemode_ll_()
117 memregl[0x4060>>2] = memregl[0x4460>>2] = in gp2x_video_changemode_ll_()
120 r = memregl[0x4058>>2]; in gp2x_video_changemode_ll_()
122 memregl[0x4058>>2] = r; in gp2x_video_changemode_ll_()
124 r = memregl[0x4458>>2]; in gp2x_video_changemode_ll_()
126 memregl[0x4458>>2] = r; in gp2x_video_changemode_ll_()
[all …]
H A D940ctl.c144 memregs[0x3b46>>1], memregl[0x4500>>2], memregl[0x4510>>2]); in wait_busy_940()
152 memregs[0x3b46>>1], memregl[0x4500>>2], memregl[0x4510>>2]); in wait_busy_940()
302 memregl[0x4504>>2] = 0; // make sure no FIQs will be generated in YM2612Init_940()
303memregl[0x4508>>2] = ~(1<<26); // unmask DUALCPU ints in the undocumented 940's interrupt controll… in YM2612Init_940()
349 memregl[0x4500>>2] = 0xffffffff; // clear pending IRQs in SRCPND in YM2612Init_940()
350 memregl[0x4510>>2] = 0xffffffff; // clear pending IRQs in INTPND in YM2612Init_940()
H A Dvid_mmsp2.c114 memregl[0x2908>>2]=(unsigned long)((float)escalah *bpp *(H/240.0)); in gp2x_video_RGB_setscaling_()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/gp2x/
H A Dsoc_pollux.c133 clk0_src = (memregl[0xdbc4>>2] >> 1) & 7; in pollux_get_real_snd_rate()
140 rate = decode_pll(clk0_src ? memregl[0xf008>>2] : memregl[0xf004>>2]); in pollux_get_real_snd_rate()
189 vf000 = memregl[0xf000>>2]; in pollux_cpu_clock_set()
191 memregl[0xf000>>2] = vf000; in pollux_cpu_clock_set()
192 memregl[0xf004>>2] = vf004; in pollux_cpu_clock_set()
193 memregl[0xf07c>>2] |= 0x8000; in pollux_cpu_clock_set()
259 memregl = (volatile void *)memregs; in pollux_init()
277 memregl[0xf000>>2]); in pollux_init()
281 rate = decode_pll(memregl[0xf008>>2]); in pollux_init()
342 memregl[0x4058>>2] |= 0x10; in pollux_finish()
[all …]
H A Dsoc.c23 volatile unsigned int *memregl; variable
32 volatile unsigned int *memregl; in soc_detect() local
60 memregl = (volatile void *)memregs; in soc_detect()
73 pollux_chipname[i >> 2] = memregl[(0x1f810 + i) >> 2]; in soc_detect()
H A Dpollux_set.c197 volatile unsigned int *memregl = (volatile void *)memregs; in apply_cpuclk() local
214 vf000 = memregl[0xf000>>2]; in apply_cpuclk()
216 memregl[0xf000>>2] = vf000; in apply_cpuclk()
217 memregl[0xf004>>2] = vf004; in apply_cpuclk()
218 memregl[0xf07c>>2] |= 0x8000; in apply_cpuclk()
219 for (i = 0; (memregl[0xf07c>>2] & 0x8000) && i < 0x100000; i++) in apply_cpuclk()
H A Dsoc_pollux.h3 extern volatile unsigned int *memregl;
H A Dsoc.h3 extern volatile unsigned int *memregl;
H A Dsoc_mmsp2.c391 memregl = (volatile unsigned int *) memregs; in mmsp2_init()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dplat_pollux.c119 memregl[0x406C>>2] = memregl[0x446C>>2] = fb_paddrs[fb_work_buf]; in fb_flip()
120 memregl[0x4058>>2] |= 0x10; in fb_flip()
121 memregl[0x4458>>2] |= 0x10; in fb_flip()
133 memregl[0x4004>>2] = 0x00ef013f; in pollux_changemode()
134 memregl[0x4000>>2] |= 1 << 3; in pollux_changemode()
156 memregl[0x405c>>2] = memregl[0x445c>>2] = bytes; in pollux_changemode()
157 memregl[0x4060>>2] = memregl[0x4460>>2] = 320 * bytes; in pollux_changemode()
159 r = memregl[0x4058>>2]; in pollux_changemode()
161 memregl[0x4058>>2] = r; in pollux_changemode()
163 r = memregl[0x4458>>2]; in pollux_changemode()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dplat_pollux.c119 memregl[0x406C>>2] = memregl[0x446C>>2] = fb_paddrs[fb_work_buf]; in fb_flip()
120 memregl[0x4058>>2] |= 0x10; in fb_flip()
121 memregl[0x4458>>2] |= 0x10; in fb_flip()
133 memregl[0x4004>>2] = 0x00ef013f; in pollux_changemode()
134 memregl[0x4000>>2] |= 1 << 3; in pollux_changemode()
156 memregl[0x405c>>2] = memregl[0x445c>>2] = bytes; in pollux_changemode()
157 memregl[0x4060>>2] = memregl[0x4460>>2] = 320 * bytes; in pollux_changemode()
159 r = memregl[0x4058>>2]; in pollux_changemode()
161 memregl[0x4058>>2] = r; in pollux_changemode()
163 r = memregl[0x4458>>2]; in pollux_changemode()
[all …]