Searched refs:dsp_index (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/sound/pci/asihpi/ |
D | hpi6000.c | 157 u16 dsp_index, u32 hpi_address, u32 *source, u32 count); 159 u16 dsp_index, u32 hpi_address, u32 *dest, u32 count); 171 u16 dsp_index, struct hpi_message *phm, struct hpi_response *phr); 176 static short hpi6000_wait_dsp_ack(struct hpi_adapter_obj *pao, u16 dsp_index, 180 u16 dsp_index, u32 host_cmd); 184 static short hpi6000_send_data(struct hpi_adapter_obj *pao, u16 dsp_index, 187 static short hpi6000_get_data(struct hpi_adapter_obj *pao, u16 dsp_index, 418 u32 dsp_index = 0; in subsys_create_adapter() local 456 for (dsp_index = 0; dsp_index < MAX_DSPS; dsp_index++) { in subsys_create_adapter() 458 phw->ado[dsp_index].pa_parent_adapter = pao; in subsys_create_adapter() [all …]
|
D | hpi6205.c | 204 static u32 boot_loader_read_mem32(struct hpi_adapter_obj *pao, int dsp_index, 208 int dsp_index, u32 address, u32 data); 211 int dsp_index); 213 static u16 boot_loader_test_memory(struct hpi_adapter_obj *pao, int dsp_index, 217 int dsp_index); 220 int dsp_index); 222 static u16 boot_loader_test_pld(struct hpi_adapter_obj *pao, int dsp_index); 1504 static u32 boot_loader_read_mem32(struct hpi_adapter_obj *pao, int dsp_index, in boot_loader_read_mem32() argument 1511 if (dsp_index == 0) { in boot_loader_read_mem32() 1534 } else if (dsp_index == 1) { in boot_loader_read_mem32() [all …]
|
D | hpi_internal.h | 721 u16 dsp_index; member 820 u16 dsp_index; member
|
/linux-2.6.39/drivers/isdn/hardware/eicon/ |
D | os_pri.c | 972 int dsp_row = 0, dsp_index, dsp_num; in diva_pri_detect_dsps() local 987 dsp_index = dsp_num % 7; in diva_pri_detect_dsps() 995 dsp_data_port += (dsp_index * 8); in diva_pri_detect_dsps() 996 dsp_addr_port += (dsp_index * 8) + 0x80; in diva_pri_detect_dsps() 1016 for (dsp_index = 0; dsp_index < 7; dsp_index++) { in diva_pri_detect_dsps() 1017 if (!(row_state & (1 << dsp_index))) { in diva_pri_detect_dsps() 1020 dsp_index + 1)) in diva_pri_detect_dsps()
|
/linux-2.6.39/sound/pci/ |
D | maestro3.c | 2508 int i, dsp_index; in m3_suspend() local 2523 dsp_index = 0; in m3_suspend() 2525 chip->suspend_mem[dsp_index++] = in m3_suspend() 2528 chip->suspend_mem[dsp_index++] = in m3_suspend() 2541 int i, dsp_index; in m3_resume() local 2565 dsp_index = 0; in m3_resume() 2568 chip->suspend_mem[dsp_index++]); in m3_resume() 2571 chip->suspend_mem[dsp_index++]); in m3_resume()
|