Searched refs:MS_OP_GET (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/ppbus/ |
| D | ppb_msq.h | 64 #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)
|
| D | ppb_msq.c | 66 case MS_OP_GET: in mode2xfer() 284 case MS_OP_GET: in ppb_MS_microseq()
|
| D | immio.c | 468 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in imm_instr()
|
| D | vpoio.c | 464 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in vpoio_instr()
|
| /freebsd-12-stable/sys/dev/ppc/ |
| D | ppc.c | 1510 case MS_OP_GET: in ppc_exec_microseq()
|