Searched refs:us (Results 76 - 100 of 120) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmca_drv.c661 if (psp->us || psp->ci == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c175 #define NS_UDELAY(us) \
176 do { if (do_delays) udelay(us); } while(0)
177 #define NS_MDELAY(us) \
178 do { if (do_delays) mdelay(us); } while(0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h478 void timeout __P((void (*func)(void *), void *arg, int s, int us));
479 /* Call func(arg) after s.us seconds */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S15 # If physical address of wakeup_code is 0x12345, BIOS should call us with
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dbreak.S238 # the slots in the trap fixup tables allowing us to simply divide the offset into the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_mbox.c589 offset = (uint8_t *)&phba->slim2p->mbx.us.s2.port -
H A Dlpfc_sli.c233 struct lpfc_pgp *pgp = &phba->slim2p->mbx.us.s2.port[pring->ringno];
387 * The HBA will tell us when an IOCB entry is available.
445 struct lpfc_pgp *pgp = &phba->slim2p->mbx.us.s2.port[ringno];
894 struct lpfc_pgp *pgp = &phba->slim2p->mbx.us.s2.port[pring->ringno];
939 pgp = &phba->slim2p->mbx.us.s2.port[pring->ringno];
1077 struct lpfc_pgp *pgp = &phba->slim2p->mbx.us.s2.port[pring->ringno];
1245 struct lpfc_pgp *pgp = &phba->slim2p->mbx.us.s2.port[pring->ringno];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm22 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
H A Dgvmat64.asm157 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm22 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
H A Dgvmat64.asm157 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-au1x00/
H A Dau1000.h51 void static inline au_sync_udelay(int us) argument
54 udelay(us);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpal.h404 us : 1, /* Uncontained storage member in struct:pal_process_state_info_s
696 #define pmci_proc_uncontained_storage_damage pme_processor.us
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-au1x00/
H A Dau1000.h51 void static inline au_sync_udelay(int us) argument
54 udelay(us);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dutils.c2909 int hours, mins, secs, us; local
2911 us = ic->duration % AV_TIME_BASE;
2917 (100 * us) / AV_TIME_BASE);
2922 int secs, us; local
2925 us = ic->start_time % AV_TIME_BASE;
2927 secs, (int)av_rescale(us, 1000000, AV_TIME_BASE));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c335 printf("%d, p: 0x%x dur:%lu us state:%d\n", i,
2023 /* Print out a microsecond timestamp as "sec.ms.us " */
2027 uint us, ms, sec; local
2029 us = (ticks % TSF_TICKS_PER_MS) * 1000 / TSF_TICKS_PER_MS;
2033 printf("%04u.%03u.%03u ", sec, ms, us);
2063 uint us, ms, sec; local
2077 us = (logtab[readi].cycles % TSF_TICKS_PER_MS) * 1000 / TSF_TICKS_PER_MS;
2082 buf += snprintf(buf, (limit - buf), "%04u.%03u.%03u ", sec, ms, us);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Darlan-main.c93 static inline long us2ticks(int us) argument
95 return us * (1000000 / HZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/
H A Depi_ttcp.c2580 delay(int us) argument
2585 tv.tv_usec = (time_t)us;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S11 /* Signature words to ensure LILO loaded us right */
72 # us also needs to be loaded.
241 # can deal with us?
292 # e820h, which lets us assemble a memory map, then try e801h,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S735 ;; since *not* doing that saves us from re-entrancy checks. We don't want
737 ;; to reset us.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex403 and all packets received by us came from this single peer.
424 traffic on the link even if it is not destined for us, not broadcasted
1136 \{prefix, tos, preference\}. This {\em key\/} lets us locate
1286 peers are allowed to send to us.
1552 \paragraph{Examples:} Let us count routes of protocol \verb|gated/bgp|
1845 It is time for a more complicated example. Let us add an invalid
1872 better path to the destination and sent us an ICMP redirect message.
1942 Cisco IOS~\cite{IOS} does. Let us call it ``match \& set''.
2231 \paragraph{Example:} Let us continue with the example from the previous subsection.
2876 when a packet does not leave this network. Let us retur
[all...]
H A Dip-tunnels.tex348 Let us consider the simplest example:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dhead.S86 /* The Sparc trap table, bootloader gives us control at _start. */
98 /* We get control passed to us here at t_zero. */
468 * will peek into our elf header and load us where
855 cmp %l1, 'd' ! Let us see how the beast will die
996 * Also puts us in register window zero with traps off.
1270 call %o0 ! Get us out of here...
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dserial167.c194 void my_udelay(long us) argument
200 while (us--)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c107 * interruptible_sleep_on_timeout() replaced Nishanth Aravamudan <nacc@us.ibm.com>
434 __u64 us = tv->tv_usec; local
435 us += (__u64) tv->tv_sec * (__u64) 1000000;
436 return us;
3578 /* Register us to receive netdevice events */
3616 /* Un-register us from receiving netdevice events */

Completed in 244 milliseconds

12345