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

/linux-master/arch/powerpc/include/asm/
H A Dhvsi.h20 #define HVSI_TSDTR 0x01 macro
/linux-master/drivers/tty/hvc/
H A Dhvsi_lib.c309 ctrl.mask = cpu_to_be32(HVSI_TSDTR);
310 ctrl.word = cpu_to_be32(dtr ? HVSI_TSDTR : 0);
H A Dhvsi.c266 if (mctrl_word & HVSI_TSDTR)
592 packet.mask = cpu_to_be32(HVSI_TSDTR);
595 packet.word = cpu_to_be32(HVSI_TSDTR);

Completed in 130 milliseconds