Lines Matching defs:cycle
91 "nocyclemaster", SYSCTL_DESCR("Do not send cycle start packets"),
998 /* Clear cycle match counter bits */
1001 /* 2bit second + 13bit cycle */
1923 int sec, cycle, cycle_match;
1925 cycle = cycle_now & 0x1fff;
1933 cycle = cycle + CYCLE_DELAY;
1934 if (cycle >= 8000) {
1936 cycle -= 8000;
1938 cycle = roundup2(cycle, CYCLE_MOD);
1939 if (cycle >= 8000) {
1941 if (cycle == 8000)
1942 cycle = 0;
1944 cycle = CYCLE_MOD;
1946 cycle_match = ((sec << 13) | cycle) & 0x7ffff;
2030 * cycle master.
2043 /* cycle timer */
2115 aprint_error_dev(fc->dev, "too many cycle lost, "
2116 "no cycle master present?\n");