Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vme_user/
H A Dvme_tsi148.h1012 #define TSI148_LCSR_VICR_STID_M (0xFF<<0) /* Status/ID Mask */ macro
H A Dvme_tsi148.c446 tmp = (tmp & ~TSI148_LCSR_VICR_STID_M) | in tsi148_irq_generate()
447 (statid & TSI148_LCSR_VICR_STID_M); in tsi148_irq_generate()