Home
last modified time | relevance | path

Searched refs:cable_len (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/lmc/
HDif_lmc.c937 sc->config.cable_len = 10; /* meters */ in t3_config()
947 if (sc->config.cable_len > 30) in t3_config()
1541 sc->config.cable_len = 10; in t1_config()
1626 if (sc->config.cable_len > 2000) in t1_config()
1628 else if (sc->config.cable_len > 1000) in t1_config()
1630 else if (sc->config.cable_len > 100) in t1_config()
1687 if (sc->config.cable_len > 200) in t1_config()
1689 else if (sc->config.cable_len > 160) in t1_config()
1691 else if (sc->config.cable_len > 120) in t1_config()
1693 else if (sc->config.cable_len > 80) in t1_config()
[all …]
HDif_lmc.h818 u_int32_t cable_len; /* T3, T1: cable length in meters */ member
/NextBSD/usr.sbin/lmcconfig/
HDlmcconfig.c900 printf("Cable length:\t\t%d meters\n", config.cable_len); in print_cable_len()
1406 config.cable_len = strtoul(optarg, NULL, 0); in t3_cmd()
1798 config.cable_len = strtoul(optarg, NULL, 0); in t1_cmd()