Searched refs:CLOCK_INT (Results 1 – 7 of 7) sorted by relevance
127 case CLOCK_INT: in c101_set_iface()222 new_line.clock_type != CLOCK_INT && in c101_ioctl()
146 case CLOCK_INT: in pci200_set_iface()243 new_line.clock_type != CLOCK_INT && in pci200_ioctl()
180 case CLOCK_INT: in n2_set_iface()291 new_line.clock_type != CLOCK_INT && in n2_ioctl()
633 if (conf->phys_settings.clock_type == CLOCK_INT) { /* Master mode */ in falc_init_t1()797 if (conf->phys_settings.clock_type == CLOCK_INT) { /* Master mode */ in falc_init_e1()2747 if (clktype == CLOCK_INT || clktype == CLOCK_TXINT) { in ch_config()2753 if (clktype == CLOCK_INT) { in ch_config()
1948 case CLOCK_INT: in fst_set_iface()2002 INTCLK ? CLOCK_INT : CLOCK_EXT; in fst_get_iface()
974 if (settings->loopback && (settings->clock_type != CLOCK_INT)) { in dscc4_loopback_check()
18 #define CLOCK_INT 2 /* Internal TX and RX clock - DCE */ macro