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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dhw_settings.S20 .dword 0xc0004000 ; Kernel start address
24 .dword 0
26 .dword 1
28 .dword 2
30 .dword 3
32 .dword 4 ; No debug
37 .dword 1
39 .dword 0
43 .dword R_WAITSTATES
44 .dword CONFIG_ETRAX_DEF_R_WAITSTATE
[all...]
H A Dcsumcpfruser.S61 .dword 1b,4b
62 .dword 2b,5b
63 .dword 3b,6b
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dum_xdi.h12 dword type;
13 dword features;
14 dword channels;
15 dword serial_number;
33 dword type;
34 dword Req;
35 dword ReqCh;
36 dword data_length;
40 dword Ind;
41 dword IndC
[all...]
H A Dxdi_msg.h33 As acknowledge dword with serial number will be read in the user buffer
39 dword[0...7] = 8 PCI BARS
40 dword[9] = IRQ
68 Acknowledge is one dword with following values:
87 dword features;
91 dword offset;
92 dword features;
96 dword ram_number;
97 dword offset;
98 dword lengt
[all...]
H A Dkst_ifc.h42 dword ChannelNumber;
44 dword Event;
46 dword Norm;
48 dword Options; /* Options received from Application */
50 dword TxSpeed;
51 dword RxSpeed;
53 dword RoundtripMsec;
55 dword SymbolRate;
60 dword SNRdb;
61 dword MA
[all...]
H A Dhelpers.h28 dword diva_get_protocol_file_features (byte* File,
31 dword IdBufferSize);
41 void *xdiLoadFile (char *FileName, dword *FileLength, unsigned long MaxLoadSize) ;
46 void *xdiLoadArchive (PISDN_ADAPTER IoAdapter, dword *FileLength, unsigned long MaxLoadSize) ;
H A Dio.h38 dword Num ;
48 dword Length;
69 dword Logging ;
70 dword features ;
77 dword cardType ;
78 dword protocol_id ; /* configured protocol identifier */
80 dword BusType ;
81 dword BusNumber ;
82 dword slotNumber ;
83 dword slotI
[all...]
H A Ddebug_if.h34 dword sequence;
35 dword time_sec;
36 dword time_usec;
37 dword facility;
38 dword dli;
39 dword drv_id;
40 dword di_cpu;
41 dword data_length;
46 dword diva_dbg_q_length (void);
53 int diva_get_driver_info (dword i
[all...]
H A Dpc_maint.h28 #define POINTER_32BIT dword
84 dword cx_b1;
85 dword cx_b2;
86 dword cr_b1;
87 dword cr_b2;
88 dword px_b1;
89 dword px_b2;
90 dword pr_b1;
91 dword pr_b2;
96 dword XTota
[all...]
H A Dmi_pc.h71 dword sr;
72 dword cr;
73 dword epc;
74 dword vaddr;
75 dword regs[32];
76 dword mdlo;
77 dword mdhi;
78 dword reseverd;
79 dword xclass;
83 dword volatil
[all...]
H A Dmaintidi.h101 dword audio_tap_mask;
102 dword current_audio_tap_mask;
103 dword current_eye_pattern_mask;
107 dword bchannel_trace_mask;
108 dword current_bchannel_trace_mask;
137 dword line_init_event;
138 dword modem_init_event;
139 dword fax_init_event;
141 dword pending_line_status;
142 dword pending_modem_statu
[all...]
H A Dadapter.h13 dword status;
H A Dcapi20.h66 dword Global_Options;
67 dword B1_Protocols;
68 dword B2_Protocols;
69 dword B3_Protocols;
191 dword Info_Mask;
192 dword CIP_Mask;
237 dword SupportedServices;
299 dword Data;
306 dword Data;
319 dword Dat
[all...]
H A Dcapidtmf.c200 q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15);
211 q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15));
226 q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >> 15);
237 q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dwor
[all...]
H A Dxdi_adapter.h14 dword bar[8]; /* contains context of appropriate BAR Register */
16 dword length[8]; /* bar length */
38 dword status;
40 dword data_length;
67 dword dsp_mask;
H A Dsdp_hdr.h76 typedef void (*diva_task_set_pid_proc_t)(dword id);
80 typedef int (*diva_task_run_time_init_proc_t)(void*, dword);
88 typedef dword (*diva_task_get_tick_count_proc_t)(void);
H A Ddiva_dma.h31 int nr, void* virt, dword phys,
36 void** pvirt, dword* pphys);
H A Ddi.h50 dword protocol_capabilities;
60 dword rx_stream[256];
61 dword tx_stream[256];
65 dword ( * ram_offset)(ADAPTER * a);
68 const dword* data,
72 dword* data,
H A Dentity.h17 dword status;
H A Ddiva_dma.c34 dword phys_bus_addr; /* 32bit address as seen by the card */
59 int nr, void* virt, dword phys,
88 void** pvirt, dword* pphys) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dhw_settings.S18 .dword 0xc0004000 ; Kernel start address
22 .dword 0
24 .dword 1
26 .dword 2
28 .dword 3
30 .dword 4 ; No debug
34 .dword REG_ADDR(bif_core, regi_bif_core, rw_grp1_cfg)
35 .dword CONFIG_ETRAX_MEM_GRP1_CONFIG
36 .dword REG_ADDR(bif_core, regi_bif_core, rw_grp2_cfg)
37 .dword CONFIG_ETRAX_MEM_GRP2_CONFI
[all...]
H A Dcsumcpfruser.S66 .dword 1b,4b
67 .dword 2b,5b
68 .dword 3b,6b
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/pci/
H A Dk8-bus.c14 #define NODE_ID(dword) (dword & 0x07)
19 #define SECONDARY_LDT_BUS_NUMBER(dword) ((dword >> 8) & 0xFF)
20 #define SUBORDINATE_LDT_BUS_NUMBER(dword) ((dword >> 16) & 0xFF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dsyscall.c25 u32 dword; local
46 cfg_ret = pci_user_read_config_dword(dev, off, &dword);
67 err = put_user(dword, (unsigned int __user *)buf);
98 u32 dword; local
129 err = get_user(dword, (u32 __user *)buf);
132 err = pci_user_write_config_dword(dev, off, dword);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dops-titan-ht.c70 uint32_t dword; local
72 titan_ht_config_read_dword(bus, devfn, offset, &dword);
74 dword >>= ((offset & 3) << 3);
75 dword &= (0xffffffffU >> ((4 - size) << 8));

Completed in 186 milliseconds

12345