Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ppbus/
Dppb_msq.h64 #define MS_OP_GET 0 /* get <ptr>, <len> */ macro
147 #define MS_GET(ptr,len) { MS_OP_GET, {{ (ptr) }, { (len) }}}
163 #define ppb_MS_GET_init(bus,dev,body) ppb_MS_init(bus, dev, body, MS_OP_GET)
Dppb_msq.c66 case MS_OP_GET: in mode2xfer()
284 case MS_OP_GET: in ppb_MS_microseq()
Dimmio.c468 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in imm_instr()
Dvpoio.c464 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in vpoio_instr()
/freebsd-12-stable/sys/dev/ppc/
Dppc.c1510 case MS_OP_GET: in ppc_exec_microseq()