Searched refs:mctrl_word (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dhvsi.h56 __be32 mctrl_word; member in union:hvsi_query_response::__anon68
/linux-master/drivers/tty/hvc/
H A Dhvsi.c257 uint32_t mctrl_word; local
265 mctrl_word = be32_to_cpu(resp->u.mctrl_word);
266 if (mctrl_word & HVSI_TSDTR)
268 if (mctrl_word & HVSI_TSCD)
H A Dhvsi_lib.c115 hvsi_cd_change(pv, be32_to_cpu(r->u.mctrl_word) & HVSI_TSCD);

Completed in 136 milliseconds