Home
last modified time | relevance | path

Searched refs:dword (Results 1 – 25 of 82) sorted by relevance

1234

/drivers/isdn/hardware/eicon/
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 MAE;
[all …]
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 slotId;
[all …]
Dcapidtmf.c200 … q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15); in capidtmf_goertzel_loop()
211 …q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15)); in capidtmf_goertzel_loop()
226 …q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >>… in capidtmf_goertzel_loop()
237 …q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >… in capidtmf_goertzel_loop()
253 dword k; in capidtmf_goertzel_result()
261 d = ((d << 1) * (-q1 >> 16)) + (((dword)(((dword) d) * ((dword)(-q1 & 0xffff)))) >> 15); in capidtmf_goertzel_result()
263 d = ((-d << 1) * (-q1 >> 16)) + (((dword)(((dword) -d) * ((dword)(-q1 & 0xffff)))) >> 15); in capidtmf_goertzel_result()
267 k = ((dword)(d & 0xffff)) * ((dword)(e & 0xffff)); in capidtmf_goertzel_result()
270 k = ((dword)(d >> 16)) * ((dword)(e & 0xffff)); in capidtmf_goertzel_result()
273 k = ((dword)(d & 0xffff)) * ((dword)(e >> 16)); in capidtmf_goertzel_result()
[all …]
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 Data;
[all …]
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 volatile cmd;
[all …]
Dxdi_msg.h87 dword features;
91 dword offset;
92 dword features;
96 dword ram_number;
97 dword offset;
98 dword length;
102 dword fpga_number;
103 dword image_length;
107 dword ram_number;
108 dword offset;
[all …]
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 IndCh;
[all …]
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 id, byte *data, int data_length);
[all …]
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 XTotal;
[all …]
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_status;
[all …]
Ds_4bri.c50 dword regs[4], TrapID, offset, size; in qBri_cpu_trapped()
148 dword volatile __iomem *qBriReset; in stop_qBri_hardware()
149 dword volatile __iomem *qBriIrq; in stop_qBri_hardware()
150 dword volatile __iomem *qBriIsacDspReset; in stop_qBri_hardware()
159 qBriReset = (dword volatile __iomem *)&p[reset_offset]; in stop_qBri_hardware()
160 qBriIsacDspReset = (dword volatile __iomem *)&p[hw_offset]; in stop_qBri_hardware()
173 qBriIrq = (dword volatile __iomem *)&p[irq_offset]; in stop_qBri_hardware()
187 dword *Length, dword *code) { in qBri_check_FPGAsrc()
190 dword fpgaFlen, fpgaTlen, fpgaDlen, cnt, year, i; in qBri_check_FPGAsrc()
215 fpgaFlen = (dword)File[FPGA_NAME_OFFSET - 1]; in qBri_check_FPGAsrc()
[all …]
Dos_bri.c37 static dword diva_bri_get_serial_number(diva_os_xdi_adapter_t *a);
43 dword address,
44 const byte *data, dword length);
46 dword start_address, dword features);
78 dword bar2 = 0, bar2_length = 0xffffffff; in diva_bri_init_card()
332 static dword diva_bri_get_serial_number(diva_os_xdi_adapter_t *a) in diva_bri_get_serial_number()
334 dword serNo = 0; in diva_bri_get_serial_number()
342 serNo = ((dword) serHi << 16) | (dword) serLo; in diva_bri_get_serial_number()
351 serNo = (((dword) serHi) << 16) | ((dword) serLo); in diva_bri_get_serial_number()
409 a->xdi_mbox.data_length = sizeof(dword); in diva_bri_cmd_card_proc()
[all …]
Ddivacapi.h119 dword private_options;
120 dword rtp_primary_payloads;
121 dword rtp_additional_payloads;
138 dword low;
139 dword high;
165 typedef void (*t_std_internal_command)(dword Id, PLCI *plci, byte Rc);
173 dword S_Handle;
181 dword s_context;
268 dword c_ind_mask_table[C_IND_MASK_DWORDS];
269 dword group_optimization_mask_table[C_IND_MASK_DWORDS];
[all …]
Dos_4bri.c22 static dword diva_xdiLoadFileLength = 0;
67 byte *data, dword length);
70 dword address,
72 dword length, dword limit);
74 dword start_address, dword features);
104 dword offset = a->resources.pci.qoffset; in diva_4bri_set_addresses()
105 dword c_offset = offset * a->xdi_adapter.ControllerNumber; in diva_4bri_set_addresses()
417 Slave->serialNo = ((dword) (Slave->ControllerNumber << 24)) | in diva_4bri_init_card()
531 dword data[64]; in _4bri_get_serial_number()
532 dword serNo; in _4bri_get_serial_number()
[all …]
Ds_pri.c43 static dword pri_ram_offset(ADAPTER *a) { in pri_ram_offset()
44 return ((dword)MP_SHARED_RAM_OFFSET); in pri_ram_offset()
52 dword regs[4], TrapID, size; in pri_cpu_trapped()
103 dword i; in stop_pri_hardware()
105 dword volatile __iomem *cfgReg = (void __iomem *)DIVA_OS_MEM_ATTACH_CFG(IoAdapter); in stop_pri_hardware()
118 WRITE_DWORD(&cfgReg[0], ((dword)(~0x03E00000))); in stop_pri_hardware()
140 WRITE_DWORD(cfg, (dword)~0x03E00000); in pri_ISR()
153 dword volatile __iomem *cfgReg = (dword volatile __iomem *)DIVA_OS_MEM_ATTACH_CFG(IoAdapter); in disable_pri_interrupt()
156 WRITE_DWORD(&cfgReg[0], (dword)(~0x03E00000)); in disable_pri_interrupt()
Dos_pri.c45 static dword diva_pri_detect_dsps(diva_os_xdi_adapter_t *a);
167 dword serNo; in diva_pri_init_card()
169 serNo |= ((dword) a->resources.pci.bus) << 8; in diva_pri_init_card()
335 dword i; in diva_pri_reset_adapter()
409 dword address, in diva_pri_write_sdram_block()
410 const byte *data, dword length, dword limit) in diva_pri_write_sdram_block()
434 dword start_address, dword features) in diva_pri_start_adapter()
436 dword i; in diva_pri_start_adapter()
474 dword TrapId; in diva_pri_start_adapter()
475 dword debug; in diva_pri_start_adapter()
[all …]
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;
Ddivasync.h76 dword buffer_length_in_bytes;
94 dword bar;
102 dword structure_length;
116 dword logical_adapter_number;
117 dword controller;
118 dword total_controllers;
130 dword descriptor_magic;
140 dword handle; /* Notification handle */
152 dword length;
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,
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);
Ddivamnt.c89 void diva_os_get_time(dword *sec, dword *usec) in diva_os_get_time()
100 *sec = (dword) (tv.tv_sec - start_time.tv_sec); in diva_os_get_time()
101 *usec = (dword) (tv.tv_usec - start_time.tv_usec); in diva_os_get_time()
105 *usec = (dword) (tv.tv_usec - start_time.tv_usec); in diva_os_get_time()
110 *sec = (dword) tv.tv_sec; in diva_os_get_time()
111 *usec = (dword) tv.tv_usec; in diva_os_get_time()
Ddsp_defs.h192 dword p_excess_header_data;
193 dword p_download_description;
194 dword p_memory_block_table;
195 dword p_segment_table;
196 dword p_symbol_table;
197 dword p_data_blocks_dm;
198 dword p_data_blocks_pm;
/drivers/acpi/acpica/
Dutxface.c516 u32 dword; in ACPI_EXPORT_SYMBOL() local
531 ACPI_MOVE_32_TO_32(&dword, &buffer[0]); in ACPI_EXPORT_SYMBOL()
532 pld_info->revision = ACPI_PLD_GET_REVISION(&dword); in ACPI_EXPORT_SYMBOL()
533 pld_info->ignore_color = ACPI_PLD_GET_IGNORE_COLOR(&dword); in ACPI_EXPORT_SYMBOL()
534 pld_info->color = ACPI_PLD_GET_COLOR(&dword); in ACPI_EXPORT_SYMBOL()
538 ACPI_MOVE_32_TO_32(&dword, &buffer[1]); in ACPI_EXPORT_SYMBOL()
539 pld_info->width = ACPI_PLD_GET_WIDTH(&dword); in ACPI_EXPORT_SYMBOL()
540 pld_info->height = ACPI_PLD_GET_HEIGHT(&dword); in ACPI_EXPORT_SYMBOL()
544 ACPI_MOVE_32_TO_32(&dword, &buffer[2]); in ACPI_EXPORT_SYMBOL()
545 pld_info->user_visible = ACPI_PLD_GET_USER_VISIBLE(&dword); in ACPI_EXPORT_SYMBOL()
[all …]
/drivers/net/ethernet/sfc/
Dbitfield.h85 efx_dword_t dword[2]; member
93 efx_dword_t dword[4]; member
100 #define EFX_DWORD_VAL(dword) \ argument
101 ((unsigned int) le32_to_cpu((dword).u32[0]))
167 #define EFX_EXTRACT_DWORD(dword, low, high) \ argument
168 (EFX_EXTRACT32((dword).u32[0], 0, 31, low, high) & \
187 #define EFX_DWORD_FIELD(dword, field) \ argument
188 EFX_EXTRACT_DWORD(dword, EFX_LOW_BIT(field), \
204 #define EFX_DWORD_IS_ZERO(dword) \ argument
205 (((dword).u32[0]) == (__force __le32) 0)
[all …]
/drivers/pci/
Dsyscall.c22 u32 dword; in SYSCALL_DEFINE5() local
42 cfg_ret = pci_user_read_config_dword(dev, off, &dword); in SYSCALL_DEFINE5()
61 err = put_user(dword, (unsigned int __user *)buf); in SYSCALL_DEFINE5()
92 u32 dword; in SYSCALL_DEFINE5() local
122 err = get_user(dword, (u32 __user *)buf); in SYSCALL_DEFINE5()
125 err = pci_user_write_config_dword(dev, off, dword); in SYSCALL_DEFINE5()

1234