Searched refs:cycle (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S35 * (we can't hide the 3-cycle latency of the unpkbw in the 6-instruction sequence)
114 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
115 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
118 addq $20,$19,$20 # E : (1 cycle stall on $20)
123 addq $18,$19,$18 # E : (1 cycle stall on $19)
126 /* (1 cycle stall on $18, 2 cycles on $20) */
129 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
131 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0)
134 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1)
135 zapnot $1,3,$0 # U : ushort[0] (1 cycle stal
[all...]
H A Dev6-memchr.S66 extqh $6, $16, $6 # U : 2 cycle stall for $6
106 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle
109 addq $0, 2, $3 # E : U L U L : 2 cycle stall on $0
111 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle
114 addq $0, 1, $3 # E : U L U L : 2 cycle stall on $0
116 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle
H A Dev6-memset.S151 * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
171 cmovlt $2, $7, $4 # E : Latency 2, extra mapping cycle
328 * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
348 cmovlt $2, $7, $4 # E : Latency 2, extra mapping cycle
515 * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
535 cmovlt $2, $7, $4 # E : Latency 2, extra mapping cycle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Diso.c270 static int do_iso_xmit_start(struct hpsb_iso *iso, int cycle) argument
272 int retval = iso->host->driver->isoctl(iso, XMIT_START, cycle);
283 int hpsb_iso_xmit_start(struct hpsb_iso *iso, int cycle, int prebuffer) argument
291 if (cycle < -1)
292 cycle = -1;
293 else if (cycle >= 8000)
294 cycle %= 8000;
296 iso->xmit_cycle = cycle;
308 /* remember the starting cycle; DMA will commence from xmit_queue_packets()
310 iso->start_cycle = cycle;
318 hpsb_iso_recv_start(struct hpsb_iso *iso, int cycle, int tag_mask, int sync) argument
455 hpsb_iso_packet_sent(struct hpsb_iso *iso, int cycle, int error) argument
485 hpsb_iso_packet_received(struct hpsb_iso *iso, u32 offset, u16 len, u16 total_len, u16 cycle, u8 channel, u8 tag, u8 sy) argument
[all...]
H A Diso.h47 /* (recv only) the cycle number (mod 8000) on which the packet was
49 __u16 cycle; member in struct:hpsb_iso_packet_info
138 /* starting cycle for DMA (xmit only) */
141 /* cycle at which next packet will be transmitted,
183 void hpsb_iso_packet_sent(struct hpsb_iso *iso, int cycle, int error);
185 u16 total_len, u16 cycle, u8 channel, u8 tag,
H A Draw1394.h130 __u16 cycle; /* recv only */ member in struct:raw1394_iso_packet_info
176 /* cycle number at which next packet will be transmitted;
188 simultaneously read with cycle timer */
H A Dohci1394.c495 /* Enable cycle timer and cycle master and set the IRM
1186 static int ohci_iso_recv_start(struct hpsb_iso *iso, int cycle, int tag_mask, int sync);
1444 static int ohci_iso_recv_start(struct hpsb_iso *iso, int cycle, int tag_mask, int sync) argument
1472 if (cycle != -1) {
1478 /* set starting cycle */
1479 cycle &= 0x1FFF;
1481 /* 'cycle' is only mod 8000, but we also need two 'seconds' bits -
1488 cycle |= (seconds & 3) << 13;
1490 contextMatch |= cycle << 1
1609 unsigned short len, cycle, total_len; local
1809 unsigned short cycle; local
1968 int cycle; local
2099 ohci_iso_xmit_start(struct hpsb_iso *iso, int cycle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-timing.h44 short cycle; /* t0 */ member in struct:ide_timing
184 q->cycle = EZ(t->cycle * 1000, T);
196 if (what & IDE_TIMING_CYCLE ) m->cycle = max(a->cycle, b->cycle);
230 * PIO/MWDMA cycle timing.
240 if (speed <= XFER_PIO_2) p.cycle = p.cyc8b = id->eide_pio;
241 else p.cycle = p.cyc8b = id->eide_pio_iordy;
245 p.cycle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dkn02xa-berr.c59 const char *kind, *agent, *cycle, *event; local
78 cycle = mreadstr;
81 cycle = invoker ? writestr : readstr;
90 kind, agent, cycle, event, address);
H A Dkn01-berr.c88 const char *kind, *agent, *cycle, *event; local
133 cycle = mreadstr;
136 cycle = invoker ? writestr : readstr;
145 kind, agent, cycle, event, address);
H A Decc-berr.c60 const char *kind, *agent, *cycle, *event; local
87 cycle = (erraddr & KN0X_EAR_WRITE) ? mwritstr : mreadstr;
91 cycle = (erraddr & KN0X_EAR_WRITE) ? writestr : readstr;
191 kind, agent, cycle, event, address);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dhsmc.c36 u32 setup, pulse, cycle, mode; local
61 cycle = (HSMC_BF(NWE_CYCLE, ns2cyc(config->write_cycle))
108 pr_debug("smc cs%d: setup/%08x pulse/%08x cycle/%08x mode/%08x\n",
109 cs, setup, pulse, cycle, mode);
114 hsmc_writel(hsmc, CYCLE0 + offset, cycle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_icside.c165 * calculate the cycle time based on the transfer mode, and the EIDE
191 unsigned int cycle; local
201 * Choose the IOMD cycle timing which ensure that the interface
202 * satisfies the measured active, recovery and cycle times.
204 if (t.active <= 50 && t.recover <= 375 && t.cycle <= 425)
205 iomd_type = 'D', cycle = 187;
206 else if (t.active <= 125 && t.recover <= 375 && t.cycle <= 500)
207 iomd_type = 'C', cycle = 250;
208 else if (t.active <= 200 && t.recover <= 550 && t.cycle <= 750)
209 iomd_type = 'B', cycle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-iso.c140 fw_iso_context_start(struct fw_iso_context *ctx, int cycle, int sync, int tags) argument
142 return ctx->card->driver->start_iso(ctx, cycle, sync, tags);
H A Dfw-transaction.h295 u32 cycle,
350 int cycle, int sync, int tags);
401 s32 cycle, u32 sync, u32 tags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfirewire-cdev.h75 __u32 cycle; member in struct:fw_cdev_event_iso_interrupt
221 __s32 cycle; member in struct:fw_cdev_start_iso
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-rpc/
H A Ddma.c176 static int iomd_set_dma_speed(dmach_t channel, dma_t *dma, int cycle) argument
180 if (cycle < 188)
182 else if (cycle <= 250)
184 else if (cycle < 438)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_priv.h35 #define XLOG_HEADER_MAGIC_NUM 0xFEEDbabe /* Invalid cycle number */
42 #define XLOG_HEADER_CYCLE_SIZE (32*1024) /* cycle data in header */
63 #define ASSIGN_ANY_LSN_HOST(lsn,cycle,block) \
65 (lsn) = ((xfs_lsn_t)(cycle)<<32)|(block); \
67 #define ASSIGN_ANY_LSN_DISK(lsn,cycle,block) \
69 INT_SET(((uint *)&(lsn))[0], ARCH_CONVERT, (cycle)); \
328 uint h_cycle; /* write cycle of log : 4 */
344 uint xh_cycle; /* write cycle of log : 4 */
417 * The reservation head lsn is not made up of a cycle number and block number.
418 * Instead, it uses a cycle numbe
[all...]
H A Dxfs_log.c58 STATIC int xlog_space_left(xlog_t *log, int cycle, int bytes);
742 int need_bytes, free_bytes, cycle, bytes; local
770 cycle = log->l_grant_write_cycle;
772 free_bytes = xlog_space_left(log, cycle, bytes);
789 cycle = log->l_grant_reserve_cycle;
791 free_bytes = xlog_space_left(log, cycle, bytes);
882 * is passed in the cycle/bytes formal parms. In the special case where
895 xlog_space_left(xlog_t *log, int cycle, int bytes) argument
903 if ((tail_cycle == cycle) && (bytes >= tail_bytes)) {
905 } else if ((tail_cycle + 1) < cycle) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest044.tcl106 set cycle 1
108 while { $cycle <= $ncycles } {
113 puts "Beginning cycle $cycle"
155 incr cycle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S117 mul r0, r8, r7 @ R0=W1*ROWr16[1]=b0 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
120 mul r1, r9, r7 @ R1=W3*ROWr16[1]=b1 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
122 mul r5, r10, r7 @ R5=W5*ROWr16[1]=b2 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
123 mul r7, r11, r7 @ R7=W7*ROWr16[1]=b3 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
125 mlane r0, r9, r2, r0 @ R0+=W3*ROWr16[3]=b0 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
127 mlane r1, r11, r2, r1 @ R1-=W7*ROWr16[3]=b1 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
128 mlane r5, r8, r2, r5 @ R5-=W1*ROWr16[3]=b2 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
129 mlane r7, r10, r2, r7 @ R7-=W5*ROWr16[3]=b3 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
317 mul r0, r8, r7 @ R0=W1*ROWr16[1]=b0 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
320 mul r1, r9, r7 @ R1=W3*ROWr16[1]=b1 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dacornfb.c179 u_int sync_len, display_start, display_end, cycle; local
237 cycle = display_end + var->right_margin;
244 if (cycle & 2) {
245 cycle += 2;
250 vidc.h_cycle = (cycle - 2) / 2;
261 cycle = display_end + var->lower_margin;
264 cycle = (cycle - 3) / 2;
266 cycle = cycle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Damd74xx.c115 int speed[4], cycle[4], setup[4], active[4], recover[4], den[4], local
173 cycle[i] = 666666 / amd_clock;
179 cycle[i] = 500000 / amd_clock;
184 cycle[i] = 1000000 * ((den[i] && uen[i]) ? udma[i] : (active[i] + recover[i]) * 2) / amd_clock / 2;
194 amd_print_drive("Cycle Time: ", "%8dns", cycle[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DNCR53C9x.h357 unsigned int ccycle; /* One ESP clock cycle */
637 #define ESP_TICK(ccf, cycle) ((7682 * (ccf) * (cycle) / 1000))
H A Desp_scsi.h228 #define ESP_TICK(ccf, cycle) ((7682 * (ccf) * (cycle) / 1000))

Completed in 156 milliseconds

12