Lines Matching refs:BIT
70 #define MCHP_ACPI_EC_0_IBF_GIRQ BIT(5)
71 #define MCHP_ACPI_EC_0_OBE_GIRQ BIT(6)
77 #define MCHP_ACPI_EC_1_IBF_GIRQ BIT(7)
78 #define MCHP_ACPI_EC_1_OBE_GIRQ BIT(8)
84 #define MCHP_ACPI_EC_2_IBF_GIRQ BIT(9)
85 #define MCHP_ACPI_EC_2_OBE_GIRQ BIT(10)
91 #define MCHP_ACPI_EC_3_IBF_GIRQ BIT(11)
92 #define MCHP_ACPI_EC_3_OBE_GIRQ BIT(12)
107 #define MCHP_ACPI_EC_STS_OBF BIT(MCHP_ACPI_EC_STS_OBF_POS)
109 #define MCHP_ACPI_EC_STS_IBF BIT(MCHP_ACPI_EC_STS_IBF_POS)
111 #define MCHP_ACPI_EC_STS_UD1A BIT(MCHP_ACPI_EC_STS_UD1A_POS)
113 #define MCHP_ACPI_EC_STS_CMD BIT(MCHP_ACPI_EC_STS_CMD_POS)
115 #define MCHP_ACPI_EC_STS_BURST BIT(MCHP_ACPI_EC_STS_BURST_POS)
117 #define MCHP_ACPI_EC_STS_SCI BIT(MCHP_ACPI_EC_STS_SCI_POS)
119 #define MCHP_ACPI_EC_STS_SMI BIT(MCHP_ACPI_EC_STS_SMI_POS)
121 #define MCHP_ACPI_EC_STS_UD0A BIT(MCHP_ACPI_EC_STS_UD0A_POS)
127 #define MCHP_ACPI_EC_BYTE_CTRL_4B_EN BIT(MCHP_ACPI_EC_BYTE_CTRL_4B_POS)
162 #define MCHP_ACPI_PM1_CTL_GIRQ_VAL BIT(MCHP_ACPI_PM1_CTL_GIRQ_POS)
163 #define MCHP_ACPI_PM1_EN_GIRQ_VAL BIT(MCHP_ACPI_PM1_EN_GIRQ_POS)
164 #define MCHP_ACPI_PM1_STS_GIRQ_VAL BIT(MCHP_ACPI_PM1_STS_GIRQ_POS)
185 #define MCHP_ACPI_PM1_STS2_PWRBTN BIT(0)
186 #define MCHP_ACPI_PM1_STS2_SLPBTN BIT(1)
187 #define MCHP_ACPI_PM1_STS2_RTC BIT(2)
188 #define MCHP_ACPI_PM1_STS2_PWRBTNOR BIT(3)
189 #define MCHP_ACPI_PM1_STS2_WAK BIT(7)
200 #define MCHP_ACPI_PM1_EN2_PWRBTN BIT(0)
201 #define MCHP_ACPI_PM1_EN2_SLPBTN BIT(1)
202 #define MCHP_ACPI_PM1_EN2_RTC BIT(2)
213 #define MCHP_ACPI_PM1_CTRL2_PWRBTNOR_EN BIT(1)
216 #define MCHP_ACPI_PM1_CTRL2_SLP_EN BIT(5)