Lines Matching refs:cirm
217 cs->hw.hfc.cirm |= HFC_RESET; in reset_TeleInt()
218 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset On */ in reset_TeleInt()
220 cs->hw.hfc.cirm &= ~HFC_RESET; in reset_TeleInt()
221 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); /* Reset Off */ in reset_TeleInt()
274 cs->hw.hfc.cirm = HFC_CIRM; in setup_TeleInt()
296 cs->hw.hfc.cirm |= HFC_INTA; in setup_TeleInt()
299 cs->hw.hfc.cirm |= HFC_INTB; in setup_TeleInt()
302 cs->hw.hfc.cirm |= HFC_INTC; in setup_TeleInt()
305 cs->hw.hfc.cirm |= HFC_INTD; in setup_TeleInt()
308 cs->hw.hfc.cirm |= HFC_INTE; in setup_TeleInt()
311 cs->hw.hfc.cirm |= HFC_INTF; in setup_TeleInt()
318 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); in setup_TeleInt()