Home
last modified time | relevance | path

Searched full:cm_evter_stat (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/memory/
Dfsl_ifc.c73 if (ifc_in32(&ifc->cm_evter_stat) & IFC_CM_EVTER_STAT_CSER) in fsl_ifc_ctrl_init()
74 ifc_out32(IFC_CM_EVTER_STAT_CSER, &ifc->cm_evter_stat); in fsl_ifc_ctrl_init()
153 cs_err = ifc_in32(&ifc->cm_evter_stat); in fsl_ifc_ctrl_irq()
158 ifc_out32(IFC_CM_EVTER_STAT_CSER, &ifc->cm_evter_stat); in fsl_ifc_ctrl_irq()
/linux-6.12.1/Documentation/devicetree/bindings/memory-controllers/fsl/
Dfsl,ifc.yaml45 present, the first is the "common" interrupt (CM_EVTER_STAT), and the
/linux-6.12.1/include/linux/
Dfsl_ifc.h206 * Common Event and Error Status Register (CM_EVTER_STAT)
808 __be32 cm_evter_stat; member