Home
last modified time | relevance | path

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

/openbsd/sys/arch/m88k/m88k/
H A Dm88100_machdep.c143 if (ISSET(dmtx, DMT_WRITE)) in dae_print_one()
190 if (ISSET(dmtx, DMT_WRITE)) { in dae_process()
205 if (dmtx & DMT_WRITE) { in dae_process()
272 if (!ISSET(dmtx, DMT_WRITE)) { in dae_process()
H A Ddb_interface.c133 if (ISSET(t, DMT_WRITE)) { in m88k_dmx_print()
152 if (ISSET(t, DMT_WRITE)) in m88k_dmx_print()
H A Dtrap.c294 if (frame->tf_dmt0 & (DMT_WRITE|DMT_LOCKBAR)) { in m88100_trap()
402 if (frame->tf_dmt0 & (DMT_WRITE | DMT_LOCKBAR)) { in m88100_trap()
/openbsd/sys/arch/m88k/include/
H A Dm88100.h45 #define DMT_WRITE 0x00000002 /* Read/Write Transaction Bit */ macro