Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/include/
Dchannel.h173 u32 cli_state_boot; /* CHANNEL_CLIENTSTATE of pre-boot member
384 (readl(&hdr->cli_state_boot) == CHANNELCLI_DISABLED)) { in spar_channel_client_acquire_os()
426 if (readl(&hdr->cli_state_boot) == CHANNELCLI_BUSY) { in spar_channel_client_acquire_os()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchannel.c603 seq_printf(seq, "CliStateBoot = %lu\n", (ulong)phdr->cli_state_boot); in visorchannel_debug()