Lines Matching refs:misc_stat
263 u32 misc_stat;
266 misc_stat = nwl_bridge_readl(pcie, MSGF_MISC_STATUS) &
268 if (!misc_stat)
271 if (misc_stat & MSGF_MISC_SR_RXMSG_OVER)
274 if (misc_stat & MSGF_MISC_SR_SLAVE_ERR)
277 if (misc_stat & MSGF_MISC_SR_MASTER_ERR)
280 if (misc_stat & MSGF_MISC_SR_I_ADDR_ERR)
283 if (misc_stat & MSGF_MISC_SR_E_ADDR_ERR)
286 if (misc_stat & MSGF_MISC_SR_FATAL_AER)
289 if (misc_stat & MSGF_MISC_SR_NON_FATAL_AER)
292 if (misc_stat & MSGF_MISC_SR_CORR_AER)
295 if (misc_stat & MSGF_MISC_SR_UR_DETECT)
298 if (misc_stat & MSGF_MISC_SR_NON_FATAL_DEV)
301 if (misc_stat & MSGF_MISC_SR_FATAL_DEV)
304 if (misc_stat & MSGF_MSIC_SR_LINK_AUTO_BWIDTH)
307 if (misc_stat & MSGF_MSIC_SR_LINK_BWIDTH)
311 nwl_bridge_writel(pcie, misc_stat, MSGF_MISC_STATUS);