Home
last modified time | relevance | path

Searched refs:MEC_ESPI_TAF_HWMON_GIRQ_POS (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_espi_taf.c33 #define MEC_ESPI_TAF_HWMON_GIRQ_POS 10 macro
78 bitmap |= MEC_BIT(MEC_ESPI_TAF_HWMON_GIRQ_POS); in iflags_to_bitmap()
93 uint32_t girq_bm = MEC_BIT(MEC_ESPI_TAF_ECP_GIRQ_POS) | MEC_BIT(MEC_ESPI_TAF_HWMON_GIRQ_POS); in taf_disable_clear_intr()
137 if (src & MEC_BIT(MEC_ESPI_TAF_HWMON_GIRQ_POS)) { in mec_hal_espi_taf_girq_status()
152 if (src & MEC_BIT(MEC_ESPI_TAF_HWMON_GIRQ_POS)) { in mec_hal_espi_taf_girq_result()
Dmec_espi_api.h24 #define MEC_ESPI_TAF_HWMON_GIRQ_POS 10 macro