Home
last modified time | relevance | path

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

/openbmc/u-boot/board/kosagi/novena/
H A Dvideo.c67 int refstate; in it6251_is_stable() local
81 refstate = i2c_reg_read(laddr, IT6251_REF_STATE); in it6251_is_stable()
82 debug("Ref Link State: 0x%02x\n", refstate); in it6251_is_stable()
84 if ((refstate & 0x1f) != 0) in it6251_is_stable()
88 if (refstate & IT6251_REF_STATE_MUTED) in it6251_is_stable()