Searched refs:pcicstatus (Results 1 – 2 of 2) sorted by relevance
84 while (__raw_readl(&pcicptr->pcicstatus) & TX4927_PCIC_PCICSTATUS_IWB) in check_abort()333 __raw_writel(TX4927_PCIC_PCICSTATUS_ALL, &pcicptr->pcicstatus); in tx4927_pcic_setup()374 __u32 pcicstatus = __raw_readl(&pcicptr->pcicstatus); in tx4927_report_pcic_status1() local417 if (pcicstatus & TX4927_PCIC_PCICSTATUS_ALL) { in tx4927_report_pcic_status1()418 printk(KERN_CONT "pcicstatus:%08x(", pcicstatus); in tx4927_report_pcic_status1()420 if (pcicstatus & pcicstat_tbl[i].flag) in tx4927_report_pcic_status1()490 __raw_writel(TX4927_PCIC_PCICSTATUS_ALL, &pcicptr->pcicstatus); in tx4927_pcierr_interrupt()
58 u32 pcicstatus; member