Lines Matching refs:host_msg
7709 u64 info, err, host_msg; in handle_8051_interrupt() local
7720 host_msg = (info >> in handle_8051_interrupt()
7760 if (host_msg & HOST_REQ_DONE) { in handle_8051_interrupt()
7770 host_msg &= ~(u64)HOST_REQ_DONE; in handle_8051_interrupt()
7772 if (host_msg & BC_SMA_MSG) { in handle_8051_interrupt()
7774 host_msg &= ~(u64)BC_SMA_MSG; in handle_8051_interrupt()
7776 if (host_msg & LINKUP_ACHIEVED) { in handle_8051_interrupt()
7779 host_msg &= ~(u64)LINKUP_ACHIEVED; in handle_8051_interrupt()
7781 if (host_msg & EXT_DEVICE_CFG_REQ) { in handle_8051_interrupt()
7783 host_msg &= ~(u64)EXT_DEVICE_CFG_REQ; in handle_8051_interrupt()
7785 if (host_msg & VERIFY_CAP_FRAME) { in handle_8051_interrupt()
7787 host_msg &= ~(u64)VERIFY_CAP_FRAME; in handle_8051_interrupt()
7789 if (host_msg & LINK_GOING_DOWN) { in handle_8051_interrupt()
7792 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7793 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7798 host_msg &= ~(u64)LINK_GOING_DOWN; in handle_8051_interrupt()
7800 if (host_msg & LINK_WIDTH_DOWNGRADED) { in handle_8051_interrupt()
7802 host_msg &= ~(u64)LINK_WIDTH_DOWNGRADED; in handle_8051_interrupt()
7804 if (host_msg) { in handle_8051_interrupt()
7809 host_msg)); in handle_8051_interrupt()