Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dhvsi.h21 #define HVSI_TSCD 0x20 macro
/Linux-v6.1/drivers/tty/hvc/
Dhvsi_lib.c79 hvsi_cd_change(pv, be32_to_cpu(pkt->word) & HVSI_TSCD); in hvsi_got_control()
115 hvsi_cd_change(pv, be32_to_cpu(r->u.mctrl_word) & HVSI_TSCD); in hvsi_got_response()
Dhvsi.c232 if ((be32_to_cpu(header->word) & HVSI_TSCD) == 0) { in hvsi_recv_control()
268 if (mctrl_word & HVSI_TSCD) in hvsi_recv_response()