Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_hdcp.c603 u32 link0_status, keys_state; in hdmi_hdcp_wait_key_an_ready() local
611 keys_state = (link0_status >> 28) & 0x7; in hdmi_hdcp_wait_key_an_ready()
612 if (keys_state == HDCP_KEYS_STATE_VALID) in hdmi_hdcp_wait_key_an_ready()
616 timeout_count, keys_state, link0_status); in hdmi_hdcp_wait_key_an_ready()