Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
H A Dfsl_xcvr.c1084 { FSL_XCVR_EXT_ISR, 0x00000000 },
1142 case FSL_XCVR_EXT_ISR: in fsl_xcvr_readable_reg()
1212 case FSL_XCVR_EXT_ISR: in fsl_xcvr_writeable_reg()
1258 case FSL_XCVR_EXT_ISR: in fsl_xcvr_volatile_reg()
1396 regmap_read(regmap, FSL_XCVR_EXT_ISR, &isr); in irq0_isr()
H A Dfsl_xcvr.h31 #define FSL_XCVR_EXT_ISR 0x50 /* Interrupt status */ macro