Lines Matching refs:host_msg
7772 u64 info, err, host_msg; in handle_8051_interrupt() local
7783 host_msg = (info >> in handle_8051_interrupt()
7823 if (host_msg & HOST_REQ_DONE) { in handle_8051_interrupt()
7833 host_msg &= ~(u64)HOST_REQ_DONE; in handle_8051_interrupt()
7835 if (host_msg & BC_SMA_MSG) { in handle_8051_interrupt()
7837 host_msg &= ~(u64)BC_SMA_MSG; in handle_8051_interrupt()
7839 if (host_msg & LINKUP_ACHIEVED) { in handle_8051_interrupt()
7842 host_msg &= ~(u64)LINKUP_ACHIEVED; in handle_8051_interrupt()
7844 if (host_msg & EXT_DEVICE_CFG_REQ) { in handle_8051_interrupt()
7846 host_msg &= ~(u64)EXT_DEVICE_CFG_REQ; in handle_8051_interrupt()
7848 if (host_msg & VERIFY_CAP_FRAME) { in handle_8051_interrupt()
7850 host_msg &= ~(u64)VERIFY_CAP_FRAME; in handle_8051_interrupt()
7852 if (host_msg & LINK_GOING_DOWN) { in handle_8051_interrupt()
7855 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7856 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7861 host_msg &= ~(u64)LINK_GOING_DOWN; in handle_8051_interrupt()
7863 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7865 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7867 if (host_msg) { in handle_8051_interrupt()
7872 host_msg)); in handle_8051_interrupt()