Lines Matching refs:PPC_BIT

594 #define   PSIHB9_IRQ_METHOD             PPC_BIT(0)
595 #define PSIHB9_IRQ_RESET PPC_BIT(1)
598 #define PSIHB9_ESB_CI_VALID PPC_BIT(63)
601 #define PSIHB9_ESB_NOTIF_VALID PPC_BIT(63)
606 #define PSIHB9_IRQ_LEVEL_PSI PPC_BIT(0)
607 #define PSIHB9_IRQ_LEVEL_OCC PPC_BIT(1)
608 #define PSIHB9_IRQ_LEVEL_FSI PPC_BIT(2)
609 #define PSIHB9_IRQ_LEVEL_LPCHC PPC_BIT(3)
610 #define PSIHB9_IRQ_LEVEL_LOCAL_ERR PPC_BIT(4)
611 #define PSIHB9_IRQ_LEVEL_GLOBAL_ERR PPC_BIT(5)
612 #define PSIHB9_IRQ_LEVEL_TPM PPC_BIT(6)
613 #define PSIHB9_IRQ_LEVEL_LPC_SIRQ1 PPC_BIT(7)
614 #define PSIHB9_IRQ_LEVEL_LPC_SIRQ2 PPC_BIT(8)
615 #define PSIHB9_IRQ_LEVEL_LPC_SIRQ3 PPC_BIT(9)
616 #define PSIHB9_IRQ_LEVEL_LPC_SIRQ4 PPC_BIT(10)
617 #define PSIHB9_IRQ_LEVEL_SBE_I2C PPC_BIT(11)
618 #define PSIHB9_IRQ_LEVEL_DIO PPC_BIT(12)
619 #define PSIHB9_IRQ_LEVEL_PSU PPC_BIT(13)
620 #define PSIHB9_IRQ_LEVEL_I2C_C PPC_BIT(14)
621 #define PSIHB9_IRQ_LEVEL_I2C_D PPC_BIT(15)
622 #define PSIHB9_IRQ_LEVEL_I2C_E PPC_BIT(16)
623 #define PSIHB9_IRQ_LEVEL_SBE PPC_BIT(19)
626 #define PSIHB9_IRQ_STAT_PSI PPC_BIT(0)
627 #define PSIHB9_IRQ_STAT_OCC PPC_BIT(1)
628 #define PSIHB9_IRQ_STAT_FSI PPC_BIT(2)
629 #define PSIHB9_IRQ_STAT_LPCHC PPC_BIT(3)
630 #define PSIHB9_IRQ_STAT_LOCAL_ERR PPC_BIT(4)
631 #define PSIHB9_IRQ_STAT_GLOBAL_ERR PPC_BIT(5)
632 #define PSIHB9_IRQ_STAT_TPM PPC_BIT(6)
633 #define PSIHB9_IRQ_STAT_LPC_SIRQ1 PPC_BIT(7)
634 #define PSIHB9_IRQ_STAT_LPC_SIRQ2 PPC_BIT(8)
635 #define PSIHB9_IRQ_STAT_LPC_SIRQ3 PPC_BIT(9)
636 #define PSIHB9_IRQ_STAT_LPC_SIRQ4 PPC_BIT(10)
637 #define PSIHB9_IRQ_STAT_SBE_I2C PPC_BIT(11)
638 #define PSIHB9_IRQ_STAT_DIO PPC_BIT(12)
639 #define PSIHB9_IRQ_STAT_PSU PPC_BIT(13)
644 #define PSIHB10_CR_STORE_EOI PPC_BIT(12)
647 #define PSIHB10_ESB_CI_64K PPC_BIT(1)
830 psi->regs[PSIHB_REG(PSIHB9_IRQ_LEVEL)] |= PPC_BIT(irq); in pnv_psi_power9_set_irq()
832 psi->regs[PSIHB_REG(PSIHB9_IRQ_LEVEL)] &= ~PPC_BIT(irq); in pnv_psi_power9_set_irq()