Searched refs:cycle (Results 26 - 50 of 91) sorted by relevance

1234

/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf12 # itself. It is useful for calling scripts that will power cycle
13 # the box, as only one script needs to be created to power cycle
66 # have directory for the scripts to reboot and power cycle the boxes
69 # You can have each box/machine have a script to power cycle it.
70 # Name your script <box>-cycle.
71 POWER_CYCLE = ${SCRIPTS_DIR}/${BOX}-cycle
114 # something else, ktest will power cycle or reboot the target box
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_ptp.c12 ptp->cycle.quo = readl(hdev->ptp->io_base + HCLGE_PTP_CYCLE_QUO_REG) &
14 ptp->cycle.numer = readl(hdev->ptp->io_base + HCLGE_PTP_CYCLE_NUM_REG);
15 ptp->cycle.den = readl(hdev->ptp->io_base + HCLGE_PTP_CYCLE_DEN_REG);
17 if (ptp->cycle.den == 0) {
18 dev_err(&hdev->pdev->dev, "invalid ptp cycle denominator!\n");
28 struct hclge_ptp_cycle *cycle = &hdev->ptp->cycle; local
33 adj_base = (u64)cycle->quo * (u64)cycle->den + (u64)cycle
[all...]
H A Dhclge_ptp.h69 struct hclge_ptp_cycle cycle; member in struct:hclge_ptp
/linux-master/arch/mips/dec/
H A Decc-berr.c54 const char *kind, *agent, *cycle, *event; local
81 cycle = (erraddr & KN0X_EAR_WRITE) ? mwritstr : mreadstr;
85 cycle = (erraddr & KN0X_EAR_WRITE) ? writestr : readstr;
185 kind, agent, cycle, event, address);
/linux-master/drivers/rtc/
H A Drtc-fsl-ftm-alarm.c208 unsigned long long cycle; local
214 cycle = (alm_time - ktime_get_real_seconds()) * rtc->alarm_freq;
215 if (cycle > MAX_COUNT_VAL) {
226 * changes from MOD to CNTIN. So we should using the cycle - 1.
228 rtc_writel(rtc, FTM_MOD, cycle - 1);
/linux-master/drivers/ata/
H A Dpata_icside.c166 * calculate the cycle time based on the transfer mode, and the EIDE
192 unsigned int cycle; local
202 * Choose the IOMD cycle timing which ensure that the interface
203 * satisfies the measured active, recovery and cycle times.
205 if (t.active <= 50 && t.recover <= 375 && t.cycle <= 425) {
207 cycle = 187;
208 } else if (t.active <= 125 && t.recover <= 375 && t.cycle <= 500) {
210 cycle = 250;
211 } else if (t.active <= 200 && t.recover <= 550 && t.cycle <= 750) {
213 cycle
[all...]
H A Dpata_acpi.c123 acpi->gtm.drive[unit].pio = t->cycle;
150 acpi->gtm.drive[unit].dma = t->cycle;
/linux-master/fs/bcachefs/
H A Dbtree_locking.c86 prt_printf(out, "Found lock cycle (%u entries):", g->nr);
193 static noinline int break_cycle(struct lock_graph *g, struct printbuf *cycle) argument
203 if (cycle) {
204 print_cycle(cycle, g);
220 prt_printf(&buf, bch2_fmt(g->g->trans->c, "cycle of nofail locks"));
249 struct printbuf *cycle)
257 return break_cycle(g, cycle);
269 if (cycle)
285 int bch2_check_for_deadlock(struct btree_trans *trans, struct printbuf *cycle) argument
296 if (cycle)
248 lock_graph_descend(struct lock_graph *g, struct btree_trans *trans, struct printbuf *cycle) argument
[all...]
/linux-master/lib/raid6/
H A Dalgos.c250 int i, cycle; local
263 cycle = ((disks - 2) * PAGE_SIZE) / 65536;
264 for (i = 0; i < cycle; i++) {
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S240 eor r11,r11,r12 @ 1 cycle stall
257 eor r11,r11,r12 @ 1 cycle stall
274 eor r11,r11,r12 @ 1 cycle stall
291 eor r11,r11,r12 @ 1 cycle stall
312 eor r11,r11,r12 @ 1 cycle stall
328 eor r11,r11,r12 @ 1 cycle stall
344 eor r11,r11,r12 @ 1 cycle stall
360 eor r11,r11,r12 @ 1 cycle stall
376 eor r11,r11,r12 @ 1 cycle stall
401 eor r11,r11,r12 @ 1 cycle stal
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx.h420 * Provide current cycle counter as a return value
422 * Returns current cycle counter
427 uint64_t cycle; local
428 CVMX_RDHWR(cycle, 31);
429 return cycle;
433 * Reads a chip global cycle counter. This counts CPU cycles since
437 * Returns Global chip cycle count since chip reset.
/linux-master/include/linux/mfd/syscon/
H A Datmel-smc.h83 * @cycle: NWE/NRD cycle timings (not applicable to at91rm9200)
91 u32 cycle; member in struct:atmel_smc_cs_conf
/linux-master/arch/arm/mach-rpc/
H A Ddma.c205 static int iomd_set_dma_speed(unsigned int chan, dma_t *dma, int cycle) argument
209 if (cycle < 188)
211 else if (cycle <= 250)
213 else if (cycle < 438)
/linux-master/net/sched/
H A Dsch_taprio.c218 /* Get how much time has been already elapsed in the current cycle. */
328 ktime_t earliest_txtime = KTIME_MAX, txtime, cycle, transmit_end_time; local
345 cycle = sched->cycle_time;
348 cycle_end = ktime_add_ns(curr_intv_end, cycle);
375 * first available interval in the next cycle.
379 *interval_start = ktime_add_ns(curr_intv_start, cycle);
380 *interval_end = ktime_add_ns(curr_intv_end, cycle);
386 n = div_s64(ktime_sub(txtime, curr_intv_start), cycle);
387 *interval_start = ktime_add(curr_intv_start, n * cycle);
388 *interval_end = ktime_add(curr_intv_end, n * cycle);
1149 ktime_t cycle = 0; local
1208 ktime_t now, base, cycle; local
1243 ktime_t cycle; local
[all...]
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.c181 int cycle; local
200 cycle = cycles_per_sec - 1;
201 ptp_clock_nsec = (cycle * comp) >> 32;
205 cycle++;
206 ptp_clock_nsec = (cycle * comp) >> 32;
325 * on every coprocessor clock cycle. Typical convention is that it
326 * represent number of nanosecond betwen each cycle. In this
499 /* The ptp_clock_hi rollsover to zero once clock cycle before it
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh232 --cycle-time ${cycle_time} \
/linux-master/drivers/staging/vme_user/
H A Dvme_bridge.h50 u32 cycle; member in struct:vme_dma_vme
H A Dvme_user.c325 /* XXX We do not want to push aspace, cycle and width
332 &master.cycle, &master.dwidth);
356 /* XXX We do not want to push aspace, cycle and width
361 master.aspace, master.cycle, master.dwidth);
371 /* XXX We do not want to push aspace, cycle and width
377 &slave.aspace, &slave.cycle);
396 /* XXX We do not want to push aspace, cycle and width
402 slave.cycle);
/linux-master/fs/xfs/
H A Dxfs_log.c154 int cycle, space; local
156 xlog_crack_grant_head_val(head_val, &cycle, &space);
161 cycle--;
165 new = xlog_assign_grant_head_val(cycle, space);
181 int cycle, space; local
183 xlog_crack_grant_head_val(head_val, &cycle, &space);
190 cycle++;
194 new = xlog_assign_grant_head_val(cycle, space);
1318 * is passed in the cycle/bytes formal parms. In the special case where
1367 xfs_alert(log->l_mp, " GH cycle
1983 uint32_t cycle = get_unaligned_be32(data + i); local
3557 int cycle, space; local
[all...]
/linux-master/sound/firewire/
H A Damdtp-stream.h105 u32 cycle; member in struct:pkt_desc
198 // To start processing content of packets at the same cycle in several contexts for
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf216 POWER_CYCLE = cycle
/linux-master/drivers/firewire/
H A Dcore-iso.c162 int cycle, int sync, int tags)
164 return ctx->card->driver->start_iso(ctx, cycle, sync, tags);
161 fw_iso_context_start(struct fw_iso_context *ctx, int cycle, int sync, int tags) argument
/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h131 * @request_tstamp: The time stamp of isochronous cycle at which the request was sent.
132 * @response_tstamp: The time stamp of isochronous cycle at which the response was sent.
148 * The value of @request_tstamp expresses the isochronous cycle at which the request was sent to
149 * initiate the transaction. The value of @response_tstamp expresses the isochronous cycle at which
151 * containing three low order bits of second field and all 13 bits of cycle field in format of
232 * @tstamp: The time stamp of isochronous cycle at which the request arrived.
273 * @tstamp is isochronous cycle at which the request arrived. It is 16 bit integer value and the
275 * register and the rest 13 bits expresses cycle field.
298 * @cycle: Cycle counter of the last completed packet
348 __u32 cycle; member in struct:fw_cdev_event_iso_interrupt
989 __s32 cycle; member in struct:fw_cdev_start_iso
[all...]
/linux-master/drivers/watchdog/
H A Drzg2l_wdt.c92 static u32 rzg2l_wdt_get_cycle_usec(unsigned long cycle, u32 wdttime) argument
96 return div64_ul(timer_cycle_us, cycle);
117 /* 2 consecutive overflow cycle needed to trigger reset */
/linux-master/drivers/perf/
H A Dxgene_pmu.c289 XGENE_PMU_EVENT_ATTR(cycle-count, 0x00),
290 XGENE_PMU_EVENT_ATTR(cycle-count-div-64, 0x01),
307 XGENE_PMU_EVENT_ATTR(cycle-count, 0x00),
308 XGENE_PMU_EVENT_ATTR(cycle-count-div-64, 0x01),
324 XGENE_PMU_EVENT_ATTR(cycle-count, 0x00),
325 XGENE_PMU_EVENT_ATTR(cycle-count-div-64, 0x01),
334 XGENE_PMU_EVENT_ATTR(cycle-count, 0x00),
335 XGENE_PMU_EVENT_ATTR(cycle-count-div-64, 0x01),
387 XGENE_PMU_EVENT_ATTR(cycle-count, 0x00),
430 XGENE_PMU_EVENT_ATTR(cycle
[all...]

Completed in 260 milliseconds

1234