Searched refs:dsps (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/
H A D53c700.c795 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)
858 NCR_700_phase[(dsps & 0xf00) >> 8]);
875 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)
888 NCR_700_phase[(dsps & 0xf00) >> 8]);
897 dsp, dsps);
922 NCR_700_phase[(dsps & 0xf00) >> 8]);
935 NCR_700_phase[(dsps & 0xf00) >> 8]);
941 NCR_700_phase[(dsps & 0xf00) >> 8]);
962 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, argument
974 if(dsps
793 process_extended_message(struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) argument
874 process_message(struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) argument
1504 __u32 dsps; local
[all...]
/linux-master/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h18 u64 dsps; member in struct:mips_r2_emulator_stats
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c901 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); local
902 struct wm_adsp *dsp = &dsps[w->shift];
942 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); local
943 struct wm_adsp *dsp = &dsps[w->shift];
953 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); local
956 struct wm_adsp *dsp = &dsps[mc->shift - 1];
968 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); local
972 struct wm_adsp *dsp = &dsps[mc->shift - 1];
1048 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); local
1049 struct wm_adsp *dsp = &dsps[
1114 struct wm_adsp *dsps = snd_soc_component_get_drvdata(component); local
[all...]
/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c650 MIPS_R2_STATS(dsps);
679 MIPS_R2_STATS(dsps);
708 MIPS_R2_STATS(dsps);
737 MIPS_R2_STATS(dsps);
2254 seq_printf(s, "dsps\t\t%ld\t%ld\n",
2255 (unsigned long)__this_cpu_read(mipsr2emustats.dsps),
2256 (unsigned long)__this_cpu_read(mipsr2bdemustats.dsps));
2316 __this_cpu_write((mipsr2emustats).dsps, 0);
2317 __this_cpu_write((mipsr2bdemustats).dsps, 0);

Completed in 155 milliseconds