Lines Matching refs:monitor
2038 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach() argument
2061 if (bridge->lm_callback[monitor]) { in tsi148_lm_attach()
2068 bridge->lm_callback[monitor] = callback; in tsi148_lm_attach()
2069 bridge->lm_data[monitor] = data; in tsi148_lm_attach()
2073 tmp |= TSI148_LCSR_INTEN_LMEN[monitor]; in tsi148_lm_attach()
2077 tmp |= TSI148_LCSR_INTEO_LMEO[monitor]; in tsi148_lm_attach()
2094 static int tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) in tsi148_lm_detach() argument
2105 lm_en &= ~TSI148_LCSR_INTEN_LMEN[monitor]; in tsi148_lm_detach()
2109 tmp &= ~TSI148_LCSR_INTEO_LMEO[monitor]; in tsi148_lm_detach()
2112 iowrite32be(TSI148_LCSR_INTC_LMC[monitor], in tsi148_lm_detach()
2116 bridge->lm_callback[monitor] = NULL; in tsi148_lm_detach()
2117 bridge->lm_data[monitor] = NULL; in tsi148_lm_detach()