Lines Matching refs:host_msg
7724 u64 info, err, host_msg; in handle_8051_interrupt() local
7735 host_msg = (info >> in handle_8051_interrupt()
7775 if (host_msg & HOST_REQ_DONE) { in handle_8051_interrupt()
7785 host_msg &= ~(u64)HOST_REQ_DONE; in handle_8051_interrupt()
7787 if (host_msg & BC_SMA_MSG) { in handle_8051_interrupt()
7789 host_msg &= ~(u64)BC_SMA_MSG; in handle_8051_interrupt()
7791 if (host_msg & LINKUP_ACHIEVED) { in handle_8051_interrupt()
7794 host_msg &= ~(u64)LINKUP_ACHIEVED; in handle_8051_interrupt()
7796 if (host_msg & EXT_DEVICE_CFG_REQ) { in handle_8051_interrupt()
7798 host_msg &= ~(u64)EXT_DEVICE_CFG_REQ; in handle_8051_interrupt()
7800 if (host_msg & VERIFY_CAP_FRAME) { in handle_8051_interrupt()
7802 host_msg &= ~(u64)VERIFY_CAP_FRAME; in handle_8051_interrupt()
7804 if (host_msg & LINK_GOING_DOWN) { in handle_8051_interrupt()
7807 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7808 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7813 host_msg &= ~(u64)LINK_GOING_DOWN; in handle_8051_interrupt()
7815 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7817 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7819 if (host_msg) { in handle_8051_interrupt()
7824 host_msg)); in handle_8051_interrupt()