Lines Matching refs:host_msg
7731 u64 info, err, host_msg; in handle_8051_interrupt() local
7742 host_msg = (info >> in handle_8051_interrupt()
7782 if (host_msg & HOST_REQ_DONE) { in handle_8051_interrupt()
7792 host_msg &= ~(u64)HOST_REQ_DONE; in handle_8051_interrupt()
7794 if (host_msg & BC_SMA_MSG) { in handle_8051_interrupt()
7796 host_msg &= ~(u64)BC_SMA_MSG; in handle_8051_interrupt()
7798 if (host_msg & LINKUP_ACHIEVED) { in handle_8051_interrupt()
7801 host_msg &= ~(u64)LINKUP_ACHIEVED; in handle_8051_interrupt()
7803 if (host_msg & EXT_DEVICE_CFG_REQ) { in handle_8051_interrupt()
7805 host_msg &= ~(u64)EXT_DEVICE_CFG_REQ; in handle_8051_interrupt()
7807 if (host_msg & VERIFY_CAP_FRAME) { in handle_8051_interrupt()
7809 host_msg &= ~(u64)VERIFY_CAP_FRAME; in handle_8051_interrupt()
7811 if (host_msg & LINK_GOING_DOWN) { in handle_8051_interrupt()
7814 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7815 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7820 host_msg &= ~(u64)LINK_GOING_DOWN; in handle_8051_interrupt()
7822 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7824 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7826 if (host_msg) { in handle_8051_interrupt()
7831 host_msg)); in handle_8051_interrupt()