Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ppbus/
HDppb_msq.h62 #define MS_OP_GET 0 /* get <ptr>, <len> */ macro
145 #define MS_GET(ptr,len) { MS_OP_GET, {{ (ptr) }, { (len) }}}
161 #define ppb_MS_GET_init(bus,dev,body) ppb_MS_init(bus, dev, body, MS_OP_GET)
HDppb_msq.c64 case MS_OP_GET: in mode2xfer()
282 case MS_OP_GET: in ppb_MS_microseq()
HDimmio.c466 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in imm_instr()
HDvpoio.c462 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in vpoio_instr()
/freebsd-11-stable/sys/dev/ppc/
HDppc.c1512 case MS_OP_GET: in ppc_exec_microseq()