Searched refs:dsps (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | 53c700.c | 781 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_extended_message() argument 845 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_extended_message() 863 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_message() argument 876 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_message() 885 dsp, dsps); in process_message() 910 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_message() 923 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_message() 929 NCR_700_phase[(dsps & 0xf00) >> 8]); in process_message() 951 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, in process_script_interrupt() argument 963 if(dsps == A_GOOD_STATUS_AFTER_STATUS) { in process_script_interrupt() [all …]
|
/linux-4.4.14/arch/mips/include/asm/ |
D | mips-r2-to-r6-emul.h | 18 u64 dsps; member
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 649 MIPS_R2_STATS(dsps); in madd_func() 678 MIPS_R2_STATS(dsps); in maddu_func() 707 MIPS_R2_STATS(dsps); in msub_func() 736 MIPS_R2_STATS(dsps); in msubu_func() 2249 (unsigned long)__this_cpu_read(mipsr2emustats.dsps), in mipsr2_stats_show() 2250 (unsigned long)__this_cpu_read(mipsr2bdemustats.dsps)); in mipsr2_stats_show() 2310 __this_cpu_write((mipsr2emustats).dsps, 0); in mipsr2_stats_clear_show() 2311 __this_cpu_write((mipsr2bdemustats).dsps, 0); in mipsr2_stats_clear_show()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm_adsp.c | 1793 struct wm_adsp *dsps = snd_soc_codec_get_drvdata(codec); in wm_adsp1_event() local 1794 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp1_event() 1996 struct wm_adsp *dsps = snd_soc_codec_get_drvdata(codec); in wm_adsp2_early_event() local 1997 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_early_event() 2017 struct wm_adsp *dsps = snd_soc_codec_get_drvdata(codec); in wm_adsp2_event() local 2018 struct wm_adsp *dsp = &dsps[w->shift]; in wm_adsp2_event()
|