Searched refs:CLOCK_INT (Results 1 – 10 of 10) sorted by relevance
10 #define CLOCK_INT 2 /* Internal TX and RX clock - DCE */ macro
152 case CLOCK_INT: in hss_set_clock()155 return CLOCK_INT; in hss_set_clock()
147 case CLOCK_INT: in c101_set_iface()258 new_line.clock_type != CLOCK_INT && in c101_ioctl()
120 case CLOCK_INT: in pci200_set_iface()210 new_line.clock_type != CLOCK_INT && in pci200_ioctl()
120 case CLOCK_INT: in pc300_set_iface()233 new_line.clock_type != CLOCK_INT && in pc300_ioctl()
162 case CLOCK_INT: in n2_set_iface()269 new_line.clock_type != CLOCK_INT && in n2_ioctl()
400 if (port->clock_type == CLOCK_INT) in hss_config()1292 if (clk != CLOCK_EXT && clk != CLOCK_INT) in hss_hdlc_ioctl()1299 if (clk == CLOCK_INT) { in hss_hdlc_ioctl()
1846 case CLOCK_INT: in fst_set_iface()1900 INTCLK ? CLOCK_INT : CLOCK_EXT; in fst_get_iface()
4090 case (HDLC_FLAG_RXC_BRG | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_INT; break; in hdlcdev_wan_ioctl()4114 case CLOCK_INT: flags = HDLC_FLAG_RXC_BRG | HDLC_FLAG_TXC_BRG; break; in hdlcdev_wan_ioctl()
1559 case (HDLC_FLAG_RXC_BRG | HDLC_FLAG_TXC_BRG): new_line.clock_type = CLOCK_INT; break; in hdlcdev_ioctl()1583 case CLOCK_INT: flags = HDLC_FLAG_RXC_BRG | HDLC_FLAG_TXC_BRG; break; in hdlcdev_ioctl()
Completed in 31 milliseconds