Searched refs:dsps (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | 53c700.c | 782 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_extended_message() argument 846 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_extended_message() 864 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_message() argument 877 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_message() 886 dsp, dsps); in process_message() 911 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_message() 924 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_message() 930 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_message() 952 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, in process_script_interrupt() argument 964 if(dsps == A_GOOD_STATUS_AFTER_STATUS) { in process_script_interrupt() [all …]
|
/linux-4.1.27/arch/mips/include/asm/ |
D | mips-r2-to-r6-emul.h | 18 u64 dsps; member
|
/linux-4.1.27/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 648 MIPS_R2_STATS(dsps); in madd_func() 677 MIPS_R2_STATS(dsps); in maddu_func() 706 MIPS_R2_STATS(dsps); in msub_func() 735 MIPS_R2_STATS(dsps); in msubu_func() 2248 (unsigned long)__this_cpu_read(mipsr2emustats.dsps), in mipsr2_stats_show() 2249 (unsigned long)__this_cpu_read(mipsr2bdemustats.dsps)); in mipsr2_stats_show() 2309 __this_cpu_write((mipsr2emustats).dsps, 0); in mipsr2_stats_clear_show() 2310 __this_cpu_write((mipsr2bdemustats).dsps, 0); in mipsr2_stats_clear_show()
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm_adsp.c | 1370 struct wm_adsp *dsps = snd_soc_codec_get_drvdata(codec); in wm_adsp1_event() local 1371 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp1_event() 1602 struct wm_adsp *dsps = snd_soc_codec_get_drvdata(codec); in wm_adsp2_early_event() local 1603 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_early_event() 1623 struct wm_adsp *dsps = snd_soc_codec_get_drvdata(codec); in wm_adsp2_event() local 1624 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_event()
|