Searched refs:dword (Results 101 - 107 of 107) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm24 ; via register, assume that the high dword of that register is filled with 0.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_32.c1858 EARLY_PCI_OP(read, dword, u32 *)
1861 EARLY_PCI_OP(write, dword, u32)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Ddiskonchip.c422 uint32_t dword; member in union:__anon5142
435 ident.dword = readl(docptr + DoC_2k_CDSN_IO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h694 _PCI_NOP(o,dword,u32 x)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c2548 uint32 dword)
2552 (char *) &dword, sizeof(dword));
2547 map_dword_into_ctr(REGVAL_CTR *ctr, const char *val_name, uint32 dword) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.c1346 u32 dword = 0; local
1359 dword = RDOUTDOOR(adapter);
1360 if(dword != 0x10001234) {
H A Dadvansys.c1320 #define ADV_MEM_WRITEDW(addr, dword) writel(dword, addr)
2448 /* Write dword (4 bytes) to a register. */
2449 #define AdvWriteDWordRegister(iop_base, reg_off, dword) \
2450 (ADV_MEM_WRITEDW((iop_base) + (reg_off), (dword)))
2478 #define AdvWriteDWordLramNoSwap(iop_base, addr, dword) \
2481 cpu_to_le16((ushort) ((dword) & 0xFFFF)))), \
2484 cpu_to_le16((ushort) ((dword >> 16) & 0xFFFF)))))

Completed in 319 milliseconds

12345