Home
last modified time | relevance | path

Searched refs:HVSI_TSCD (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dhvsi.h20 #define HVSI_TSCD 0x20 macro
/linux-4.1.27/drivers/tty/hvc/
Dhvsi_lib.c78 hvsi_cd_change(pv, be32_to_cpu(pkt->word) & HVSI_TSCD); in hvsi_got_control()
114 hvsi_cd_change(pv, be32_to_cpu(r->u.mctrl_word) & HVSI_TSCD); in hvsi_got_response()
Dhvsi.c245 if ((header->word & HVSI_TSCD) == 0) { in hvsi_recv_control()
279 if (resp->u.mctrl_word & HVSI_TSCD) in hvsi_recv_response()