/arch/avr32/mach-at32ap/ |
D | hsmc.c | 36 int cycle; in smc_set_timing() local 98 cycle = config->ncs_read_setup + config->ncs_read_pulse + recover; in smc_set_timing() 100 if (config->read_cycle < cycle) in smc_set_timing() 101 config->read_cycle = cycle; in smc_set_timing() 109 cycle = config->nrd_setup + config->nrd_pulse + recover; in smc_set_timing() 111 if (config->read_cycle < cycle) in smc_set_timing() 112 config->read_cycle = cycle; in smc_set_timing() 120 cycle = config->ncs_write_setup + config->ncs_write_pulse + recover; in smc_set_timing() 122 if (config->write_cycle < cycle) in smc_set_timing() 123 config->write_cycle = cycle; in smc_set_timing() [all …]
|
/arch/alpha/lib/ |
D | ev6-csum_ipv6_magic.S | 115 cmpult $20,$3,$3 # E : (1 cycle stall on $20) 116 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20) 119 addq $20,$19,$20 # E : (1 cycle stall on $20) 124 addq $18,$19,$18 # E : (1 cycle stall on $19) 130 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0) 132 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0) 135 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1) 136 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on $1) 137 extwl $1,4,$1 # U : ushort[2] (1 cycle stall on $1) 142 extwl $3,2,$1 # U : ushort[1] (1 cycle stall on $3) [all …]
|
D | ev6-memchr.S | 66 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
|
/arch/mips/dec/ |
D | kn02xa-berr.c | 57 const char *kind, *agent, *cycle, *event; in dec_kn02xa_be_backend() local 76 cycle = mreadstr; in dec_kn02xa_be_backend() 79 cycle = invoker ? writestr : readstr; in dec_kn02xa_be_backend() 88 kind, agent, cycle, event, address); in dec_kn02xa_be_backend()
|
D | kn01-berr.c | 85 const char *kind, *agent, *cycle, *event; in dec_kn01_be_backend() local 130 cycle = mreadstr; in dec_kn01_be_backend() 133 cycle = invoker ? writestr : readstr; in dec_kn01_be_backend() 142 kind, agent, cycle, event, address); in dec_kn01_be_backend()
|
D | ecc-berr.c | 58 const char *kind, *agent, *cycle, *event; in dec_ecc_be_backend() local 85 cycle = (erraddr & KN0X_EAR_WRITE) ? mwritstr : mreadstr; in dec_ecc_be_backend() 89 cycle = (erraddr & KN0X_EAR_WRITE) ? writestr : readstr; in dec_ecc_be_backend() 189 kind, agent, cycle, event, address); in dec_ecc_be_backend()
|
/arch/arm/boot/dts/ |
D | omap3430-sdp.dts | 76 gpmc,rd-cycle-ns = <186>; 77 gpmc,wr-cycle-ns = <186>; 122 gpmc,rd-cycle-ns = <72>; 123 gpmc,wr-cycle-ns = <72>; 167 gpmc,rd-cycle-ns = <108>; 168 gpmc,wr-cycle-ns = <96>;
|
D | omap-gpmc-smsc911x.dtsi | 39 gpmc,rd-cycle-ns = <155>; 40 gpmc,wr-cycle-ns = <155>;
|
D | omap2420-h4.dts | 44 gpmc,rd-cycle-ns = <170>; 45 gpmc,wr-cycle-ns = <170>;
|
D | omap-gpmc-smsc9221.dtsi | 42 gpmc,rd-cycle-ns = <60>; 43 gpmc,wr-cycle-ns = <54>;
|
D | omap3-overo-tobiduo-common.dtsi | 39 gpmc,rd-cycle-ns = <60>; 40 gpmc,wr-cycle-ns = <54>;
|
D | omap2430-sdp.dts | 61 gpmc,rd-cycle-ns = <187>; 62 gpmc,wr-cycle-ns = <187>;
|
D | omap2420-n8x0-common.dtsi | 68 gpmc,rd-cycle-ns = <145>; 69 gpmc,wr-cycle-ns = <136>;
|
D | omap-zoom-common.dtsi | 41 gpmc,rd-cycle-ns = <155>; 42 gpmc,wr-cycle-ns = <155>;
|
D | imx6q-tx6q-1110.dts | 32 * the PWM value and the actual duty cycle 54 * the PWM value and the actual duty cycle
|
D | imx6dl-tx6u-811x.dts | 32 * the PWM value and the actual duty cycle 54 * the PWM value and the actual duty cycle
|
D | omap3-sb-t35.dtsi | 123 gpmc,rd-cycle-ns = <155>; 124 gpmc,wr-cycle-ns = <155>;
|
D | omap3-devkit8000-common.dtsi | 222 gpmc,rd-cycle-ns = <82>; 223 gpmc,wr-cycle-ns = <82>; 285 gpmc,rd-cycle-ns = <186>; 286 gpmc,wr-cycle-ns = <186>;
|
D | dm8168-evm.dts | 107 gpmc,rd-cycle-ns = <82>; 108 gpmc,wr-cycle-ns = <82>;
|
D | omap4-duovero-parlor.dts | 157 gpmc,rd-cycle-ns = <50>; 158 gpmc,wr-cycle-ns = <50>;
|
D | omap3-n950-n9.dtsi | 148 gpmc,rd-cycle-ns = <112>; 149 gpmc,wr-cycle-ns = <112>;
|
/arch/blackfin/mach-common/ |
D | pm.c | 263 u32 cycle, cycle2; in bfin_pm_end() local 273 : "=d,a" (cycle2), "=d,a" (cycle), "=d,a" (usec) : : "CC" in bfin_pm_end() 276 usec64 = ((u64)cycle2 << 32) + cycle; in bfin_pm_end()
|
/arch/mips/include/asm/octeon/ |
D | cvmx.h | 373 uint64_t cycle; in cvmx_get_cycle() local 374 CVMX_RDHWR(cycle, 31); in cvmx_get_cycle() 375 return cycle; in cvmx_get_cycle()
|
/arch/arm/crypto/ |
D | sha1-armv4-large.S | 230 eor r11,r11,r12 @ 1 cycle stall 247 eor r11,r11,r12 @ 1 cycle stall 264 eor r11,r11,r12 @ 1 cycle stall 281 eor r11,r11,r12 @ 1 cycle stall 302 eor r11,r11,r12 @ 1 cycle stall 318 eor r11,r11,r12 @ 1 cycle stall 334 eor r11,r11,r12 @ 1 cycle stall 350 eor r11,r11,r12 @ 1 cycle stall 366 eor r11,r11,r12 @ 1 cycle stall 391 eor r11,r11,r12 @ 1 cycle stall [all …]
|
/arch/arm/mach-rpc/ |
D | dma.c | 204 static int iomd_set_dma_speed(unsigned int chan, dma_t *dma, int cycle) in iomd_set_dma_speed() argument 208 if (cycle < 188) in iomd_set_dma_speed() 210 else if (cycle <= 250) in iomd_set_dma_speed() 212 else if (cycle < 438) in iomd_set_dma_speed()
|