Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dchannel.h209 u32 cli_state_boot; /* CHANNEL_CLIENTSTATE of pre-boot member
422 (readl(&hdr->cli_state_boot) == CHANNELCLI_DISABLED)) { in spar_channel_client_acquire_os()
464 if (readl(&hdr->cli_state_boot) == CHANNELCLI_BUSY) { in spar_channel_client_acquire_os()
/linux-4.1.27/drivers/staging/unisys/visorchannel/
Dvisorchannel_funcs.c593 seq_printf(seq, "CliStateBoot = %lu\n", (ulong)phdr->cli_state_boot); in visorchannel_debug()