Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dosiop.c484 osiop_read_4(sc, OSIOP_DSP), in osiop_poll()
485 osiop_read_4(sc, OSIOP_DSP) - in osiop_poll()
1024 osiop_write_4(sc, OSIOP_DSP, in osiop_start()
1074 osiop_read_4(sc, OSIOP_DSP), in osiop_checkintr()
1185 osiop_write_4(sc, OSIOP_DSP, in osiop_checkintr()
1241 osiop_read_4(sc, OSIOP_DSP)); in osiop_checkintr()
1294 osiop_write_4(sc, OSIOP_DSP, in osiop_checkintr()
1313 osiop_write_4(sc, OSIOP_DSP, in osiop_checkintr()
1332 osiop_write_4(sc, OSIOP_DSP, in osiop_checkintr()
1641 osiop_read_4(sc, OSIOP_DSP), in osiop_checkintr()
[all …]
H A Dosiopreg.h103 #define OSIOP_DSP 0x2c /* rw: DMA SCRIPTS Pointer reg */ macro
/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_osiop.cc257 uint32_t *dspp = (uint32_t*) &d->reg[OSIOP_DSP]; in osiop_get_next_scripts_word()
291 uint32_t *dspp = (uint32_t*) &d->reg[OSIOP_DSP]; in osiop_execute_scripts_instr()
600 *(uint32_t*) &d->reg[OSIOP_DSP] = target_addr; in osiop_execute_scripts_instr()
841 case OSIOP_DSP: in DEVICE_ACCESS()
966 case OSIOP_DSP: in DEVICE_ACCESS()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dosiopreg.h105 #define OSIOP_DSP 0x2c /* rw: DMA SCRIPTS Pointer reg */ macro