Searched refs:CLOCK_EXT (Results 1 – 6 of 6) sorted by relevance
220 if (new_line.clock_type != CLOCK_EXT && in c101_ioctl()323 card->settings.clock_type = CLOCK_EXT; in c101_run()
241 if (new_line.clock_type != CLOCK_EXT && in pci200_ioctl()414 port->settings.clock_type = CLOCK_EXT; in pci200_pci_init_one()
289 if (new_line.clock_type != CLOCK_EXT && in n2_ioctl()458 port->settings.clock_type = CLOCK_EXT; in n2_run()
1944 case CLOCK_EXT: in fst_set_iface()2002 INTCLK ? CLOCK_INT : CLOCK_EXT; in fst_get_iface()
2769 if (clktype == CLOCK_EXT) { in ch_config()3135 chan->conf.phys_settings.clock_type = CLOCK_EXT; in cpc_init_card()
17 #define CLOCK_EXT 1 /* External TX and RX clock - DTE */ macro