Home
last modified time | relevance | path

Searched refs:STREAM_CONTROL (Results 1 – 2 of 2) sorted by relevance

/qemu/target/microblaze/
H A Dop_helper.c34 int control = ctrl & STREAM_CONTROL; in helper_put()
51 int control = ctrl & STREAM_CONTROL; in helper_get()
H A Dcpu.h231 #define STREAM_CONTROL (1 << 3) macro