Home
last modified time | relevance | path

Searched refs:cli_state_os (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dchannel.h135 (ch))->cli_state_os)), \
141 (ch))->cli_state_os)), \
143 (ch))->cli_state_os), \
148 (ch))->cli_state_os); \
214 u32 cli_state_os; /* CHANNEL_CLIENTSTATE of Guest OS member
407 if (readl(&hdr->cli_state_os) == CHANNELCLI_DISABLED) { in spar_channel_client_acquire_os()
421 if ((readl(&hdr->cli_state_os) != CHANNELCLI_OWNED) && in spar_channel_client_acquire_os()
426 ULTRA_CHANNELCLI_STRING(readl(&hdr->cli_state_os)), in spar_channel_client_acquire_os()
427 readl(&hdr->cli_state_os), in spar_channel_client_acquire_os()
430 writel(CHANNELCLI_OWNED, &hdr->cli_state_os); in spar_channel_client_acquire_os()
[all …]
/linux-4.1.27/drivers/staging/unisys/visorchannel/
Dvisorchannel_funcs.c594 seq_printf(seq, "CliStateOS = %lu\n", (ulong)phdr->cli_state_os); in visorchannel_debug()