Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dhvsi.h20 #define HVSI_TSDTR 0x01 macro
/linux-5.19.10/drivers/tty/hvc/
Dhvsi_lib.c307 ctrl.mask = cpu_to_be32(HVSI_TSDTR); in hvsilib_write_mctrl()
308 ctrl.word = cpu_to_be32(dtr ? HVSI_TSDTR : 0); in hvsilib_write_mctrl()
Dhvsi.c266 if (mctrl_word & HVSI_TSDTR) in hvsi_recv_response()
592 packet.mask = cpu_to_be32(HVSI_TSDTR); in hvsi_set_mctrl()
595 packet.word = cpu_to_be32(HVSI_TSDTR); in hvsi_set_mctrl()