Searched refs:latch (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dtime.c58 static unsigned long latch; variable
77 count = (latch - count) * TICK_SIZE;
78 elapsed_time = DIV_ROUND_CLOSEST(count, latch);
95 count = (latch - count) * TICK_SIZE;
96 elapsed_time = DIV_ROUND_CLOSEST(count, latch);
180 latch = DIV_ROUND_CLOSEST(bus_clock/divide, HZ);
182 printk("Timer start : latch = %ld\n", latch);
186 outl(latch, M32R_MFT2RLD_PORTL);
187 outl(latch, M32R_MFT2CUT_PORT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pnx4008/
H A Dsleep.S48 @ clear SDRAM self-refresh bit latch
61 @ set SDRAM self-refresh bit latch
65 @ clear SDRAM self-refresh bit latch
132 @ clear SDRAM self-refresh bit latch
145 @ set SDRAM self-refresh bit latch
149 @ clear SDRAM self-refresh bit latch
168 @ set SDRAM self-refresh bit latch
172 @ clear SDRAM self-refresh bit latch
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dclockevents.c36 * clockevents_delta2ns - Convert a latch value (device ticks) to nanoseconds
37 * @latch: value to convert
40 * Math helper, returns latch value converted to nanoseconds (bound checked)
42 u64 clockevent_delta2ns(unsigned long latch, struct clock_event_device *evt) argument
44 u64 clc = (u64) latch << evt->shift;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dclockchips.h121 extern u64 clockevent_delta2ns(unsigned long latch,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ns9xxx/
H A Dtime-ns9360.c26 static u32 latch; variable
49 __raw_writel(latch, SYS_TRC(TIMER_CLOCKEVENT));
156 latch = SH_DIV(ns9360_cpuclock(), HZ, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c193 static unsigned long pit_calibrate_tsc(u32 latch, unsigned long ms, int loopmin) argument
204 * count mode), binary count. Set the latch register to 50ms
208 outb(latch & 0xff, 0x42);
209 outb(latch >> 8, 0x42);
405 unsigned long flags, latch, ms, fast_calibrate; local
440 latch = CAL_LATCH;
455 tsc_pit_khz = pit_calibrate_tsc(latch, ms, loopmin);
502 latch = CAL2_LATCH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-h1940.c23 #include <mach/h1940-latch.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dtcic.c537 u_char latch, sstat; local
555 latch = sstat ^ socket_table[psock].last_sstat;
561 if (latch == 0)
563 events = (latch & TCIC_SSTAT_CD) ? SS_DETECT : 0;
564 events |= (latch & TCIC_SSTAT_WP) ? SS_WRPROT : 0;
566 events |= (latch & TCIC_SSTAT_LBAT1) ? SS_STSCHG : 0;
568 events |= (latch & TCIC_SSTAT_RDY) ? SS_READY : 0;
569 events |= (latch & TCIC_SSTAT_LBAT1) ? SS_BATDEAD : 0;
570 events |= (latch & TCIC_SSTAT_LBAT2) ? SS_BATWARN : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dh1940-bluetooth.c24 #include <mach/h1940-latch.h>
H A Dmach-h1940.c48 #include <mach/h1940-latch.h>
101 /* Board control latch control */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Disp1301_omap.c1115 u8 latch = isp1301_get_u8(isp, ISP1301_INTERRUPT_LATCH); local
1116 isp1301_clear_bits(isp, ISP1301_INTERRUPT_LATCH, latch);
1117 return latch;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dints-priority.c770 unsigned int latch; member in struct:pin_int_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex166 to latch it with \verb|IPV6_PKTOPTIONS|.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dmxl5005s.c3872 /* Write a single byte to a single reg, latch the value if required by
3873 * following the transaction with the latch byte.
3875 static int mxl5005s_writereg(struct dvb_frontend *fe, u8 reg, u8 val, int latch) argument
3882 if (latch == 0)

Completed in 153 milliseconds