Searched refs:MS_OP_GET (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/ppbus/
H A Dppbus_msq.h91 #define MS_OP_GET 0 /* get <ptr>, <len> */ macro
174 #define MS_GET(ptr,len) { MS_OP_GET, {{ ptr }, { len }}}
190 #define ppbus_MS_GET_init(bus,dev,body) ppbus_MS_init(bus, dev, body, MS_OP_GET)
199 int opcode /* MS_OP_GET, MS_OP_PUT */
H A Dppbus_msq.c75 case MS_OP_GET:
303 case MS_OP_GET:
338 * MS_OP_PUT or MS_OP_GET!
/netbsd-current/sys/arch/sgimips/hpc/
H A Dpi1ppc.c964 case MS_OP_GET:
/netbsd-current/sys/dev/ic/
H A Datppc.c1343 case MS_OP_GET:

Completed in 367 milliseconds