Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/common/
H A Dmclink.c19 MCINT_RX_CONTENT_AVAILABLE = 1 << 14, enumerator
111 while (!(int_status & MCINT_RX_CONTENT_AVAILABLE)) { in mclink_receive()