Home
last modified time | relevance | path

Searched refs:CLOCK_INT (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/net/wan/
Dc101.c127 case CLOCK_INT: in c101_set_iface()
222 new_line.clock_type != CLOCK_INT && in c101_ioctl()
Dpci200syn.c146 case CLOCK_INT: in pci200_set_iface()
243 new_line.clock_type != CLOCK_INT && in pci200_ioctl()
Dn2.c180 case CLOCK_INT: in n2_set_iface()
291 new_line.clock_type != CLOCK_INT && in n2_ioctl()
Dpc300_drv.c633 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()
Dfarsync.c1948 case CLOCK_INT: in fst_set_iface()
2002 INTCLK ? CLOCK_INT : CLOCK_EXT; in fst_get_iface()
Ddscc4.c974 if (settings->loopback && (settings->clock_type != CLOCK_INT)) { in dscc4_loopback_check()
/linux-2.4.37.9/include/linux/
Dhdlc.h18 #define CLOCK_INT 2 /* Internal TX and RX clock - DCE */ macro