Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/hvc/
Dhvsi_lib.c30 q.verb = cpu_to_be16(VSV_SEND_VERSION_NUMBER); in hvsi_start_handshake()
89 if (be16_to_cpu(pkt->verb) != VSV_SEND_VERSION_NUMBER) in hvsi_got_query()
98 r.verb = cpu_to_be16(VSV_SEND_VERSION_NUMBER); in hvsi_got_query()
Dhvsi.c299 packet.verb = VSV_SEND_VERSION_NUMBER; in hvsi_version_respond()
644 ret = hvsi_query(hp, VSV_SEND_VERSION_NUMBER); in hvsi_handshake()
/linux-4.1.27/arch/powerpc/include/asm/
Dhvsi.h15 #define VSV_SEND_VERSION_NUMBER 1 macro