Searched refs:MS_OP_GET (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/dev/ppbus/ |
| HD | ppb_msq.h | 62 #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)
|
| HD | ppb_msq.c | 64 case MS_OP_GET: in mode2xfer() 282 case MS_OP_GET: in ppb_MS_microseq()
|
| HD | immio.c | 466 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in imm_instr()
|
| HD | vpoio.c | 462 ppb_MS_exec(ppbus, vpo->vpo_dev, MS_OP_GET, (union ppb_insarg)buffer, in vpoio_instr()
|
| /freebsd-11-stable/sys/dev/ppc/ |
| HD | ppc.c | 1512 case MS_OP_GET: in ppc_exec_microseq()
|