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()
275 cs->hw.hfc.cirm = HFC_CIRM; in setup_TeleInt()
297 cs->hw.hfc.cirm |= HFC_INTA; in setup_TeleInt()
300 cs->hw.hfc.cirm |= HFC_INTB; in setup_TeleInt()
303 cs->hw.hfc.cirm |= HFC_INTC; in setup_TeleInt()
306 cs->hw.hfc.cirm |= HFC_INTD; in setup_TeleInt()
309 cs->hw.hfc.cirm |= HFC_INTE; in setup_TeleInt()
312 cs->hw.hfc.cirm |= HFC_INTF; in setup_TeleInt()
319 byteout(cs->hw.hfc.addr | 1, cs->hw.hfc.cirm); in setup_TeleInt()