Lines Matching refs:cirm
227 cs->hw.hfc.cirm |= HFC_RESET; in reset_TeleInt()
228 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset On */ in reset_TeleInt()
233 cs->hw.hfc.cirm &= ~HFC_RESET; in reset_TeleInt()
234 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset Off */ in reset_TeleInt()
279 cs->hw.hfc.cirm = HFC_CIRM; in setup_TeleInt()
304 cs->hw.hfc.cirm |= HFC_INTA; in setup_TeleInt()
307 cs->hw.hfc.cirm |= HFC_INTB; in setup_TeleInt()
310 cs->hw.hfc.cirm |= HFC_INTC; in setup_TeleInt()
313 cs->hw.hfc.cirm |= HFC_INTD; in setup_TeleInt()
316 cs->hw.hfc.cirm |= HFC_INTE; in setup_TeleInt()
319 cs->hw.hfc.cirm |= HFC_INTF; in setup_TeleInt()
326 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); in setup_TeleInt()