Home
last modified time | relevance | path

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

/linux-4.4.14/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.c301 packet.verb = cpu_to_be16(VSV_SEND_VERSION_NUMBER); in hvsi_version_respond()
646 ret = hvsi_query(hp, VSV_SEND_VERSION_NUMBER); in hvsi_handshake()
/linux-4.4.14/arch/powerpc/include/asm/
Dhvsi.h15 #define VSV_SEND_VERSION_NUMBER 1 macro