Lines Matching full:fir
659 u64 mask, fir, fec, uid, gfir, gfir_masked, sfir, sfec; in genwqe_fir_checking() local
681 * FIR set without a 2ndary FIR/FIR cannot be cleared in genwqe_fir_checking()
691 /* read the primary FIR (pfir) */ in genwqe_fir_checking()
693 fir = __genwqe_readq(cd, fir_addr); in genwqe_fir_checking()
694 if (fir == 0x0) in genwqe_fir_checking()
697 dev_err(&pci_dev->dev, "* 0x%08x 0x%016llx\n", fir_addr, fir); in genwqe_fir_checking()
698 if (fir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
711 /* secondary fir empty, skip it */ in genwqe_fir_checking()
712 if ((fir & mask) == 0x0) in genwqe_fir_checking()
750 "[HM] Clearing 2ndary FIR 0x%08x with 0x%016llx\n", in genwqe_fir_checking()
759 * there is no secondary FIR. in genwqe_fir_checking()
767 "[HM] Clearing primary FIR 0x%08x with 0x%016llx\n", in genwqe_fir_checking()
781 dev_dbg(&pci_dev->dev, "ACK! Another FIR! Recursing %d!\n", in genwqe_fir_checking()