Lines Matching refs:host_msg
7733 u64 info, err, host_msg; in handle_8051_interrupt() local
7744 host_msg = (info >> in handle_8051_interrupt()
7784 if (host_msg & HOST_REQ_DONE) { in handle_8051_interrupt()
7794 host_msg &= ~(u64)HOST_REQ_DONE; in handle_8051_interrupt()
7796 if (host_msg & BC_SMA_MSG) { in handle_8051_interrupt()
7798 host_msg &= ~(u64)BC_SMA_MSG; in handle_8051_interrupt()
7800 if (host_msg & LINKUP_ACHIEVED) { in handle_8051_interrupt()
7803 host_msg &= ~(u64)LINKUP_ACHIEVED; in handle_8051_interrupt()
7805 if (host_msg & EXT_DEVICE_CFG_REQ) { in handle_8051_interrupt()
7807 host_msg &= ~(u64)EXT_DEVICE_CFG_REQ; in handle_8051_interrupt()
7809 if (host_msg & VERIFY_CAP_FRAME) { in handle_8051_interrupt()
7811 host_msg &= ~(u64)VERIFY_CAP_FRAME; in handle_8051_interrupt()
7813 if (host_msg & LINK_GOING_DOWN) { in handle_8051_interrupt()
7816 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7817 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7822 host_msg &= ~(u64)LINK_GOING_DOWN; in handle_8051_interrupt()
7824 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7826 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7828 if (host_msg) { in handle_8051_interrupt()
7833 host_msg)); in handle_8051_interrupt()