Searched refs:TSI148_LCSR_VICR_STID_M (Results 1 – 2 of 2) sorted by relevance
1012 #define TSI148_LCSR_VICR_STID_M (0xFF<<0) /* Status/ID Mask */ macro
446 tmp = (tmp & ~TSI148_LCSR_VICR_STID_M) | in tsi148_irq_generate()447 (statid & TSI148_LCSR_VICR_STID_M); in tsi148_irq_generate()