Lines Matching refs:misc_stat
267 u32 misc_stat;
270 misc_stat = nwl_bridge_readl(pcie, MSGF_MISC_STATUS) &
272 if (!misc_stat)
275 if (misc_stat & MSGF_MISC_SR_RXMSG_OVER)
278 if (misc_stat & MSGF_MISC_SR_SLAVE_ERR)
281 if (misc_stat & MSGF_MISC_SR_MASTER_ERR)
284 if (misc_stat & MSGF_MISC_SR_I_ADDR_ERR)
287 if (misc_stat & MSGF_MISC_SR_E_ADDR_ERR)
290 if (misc_stat & MSGF_MISC_SR_FATAL_AER)
293 if (misc_stat & MSGF_MISC_SR_NON_FATAL_AER)
296 if (misc_stat & MSGF_MISC_SR_CORR_AER)
299 if (misc_stat & MSGF_MISC_SR_UR_DETECT)
302 if (misc_stat & MSGF_MISC_SR_NON_FATAL_DEV)
305 if (misc_stat & MSGF_MISC_SR_FATAL_DEV)
308 if (misc_stat & MSGF_MSIC_SR_LINK_AUTO_BWIDTH)
311 if (misc_stat & MSGF_MSIC_SR_LINK_BWIDTH)
315 nwl_bridge_writel(pcie, misc_stat, MSGF_MISC_STATUS);