Searched refs:MS_OP_PUT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ppbus/ |
H A D | ppb_msq.h | 63 #define MS_OP_PUT 1 /* put <ptr>, <len> */ macro 142 #define MS_PUT(ptr,len) { MS_OP_PUT, {{ (ptr) }, { (len) }}} 161 #define ppb_MS_PUT_init(bus,dev,body) ppb_MS_init(bus, dev, body, MS_OP_PUT)
|
H A D | ppb_msq.c | 69 case MS_OP_PUT: in mode2xfer() 282 case MS_OP_PUT: in ppb_MS_microseq() 290 if (mi->opcode == MS_OP_PUT) { in ppb_MS_microseq()
|
H A D | ppi.c | 459 { MS_OP_PUT, { MS_UNKNOWN, MS_UNKNOWN, MS_UNKNOWN } }, in ppiwrite()
|
/freebsd/sys/dev/ppc/ |
H A D | ppc.c | 1502 case MS_OP_PUT: in ppc_exec_microseq()
|