Searched refs:siu (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | scsi_iu.h | 19 #define SIU_PKTFAIL_OFFSET(siu) 12 20 #define SIU_PKTFAIL_CODE(siu) (scsi_4btoul((siu)->pkt_failures) & 0xFF) 27 #define SIU_SENSE_OFFSET(siu) \ 28 (12 + (((siu)->flags & SIU_RSPVALID) \ 29 ? scsi_4btoul((siu)->pkt_failures_length) \
|
H A D | aic79xx_osm.c | 1919 struct scsi_status_iu_header *siu; ahd_linux_handle_scsi_status() local 1933 siu = (struct scsi_status_iu_header *) ahd_linux_handle_scsi_status() 1936 scsi_4btoul(siu->sense_length), ahd_linux_handle_scsi_status() 1938 sense_offset = SIU_SENSE_OFFSET(siu); ahd_linux_handle_scsi_status()
|
H A D | aic79xx_core.c | 8966 struct scsi_status_iu_header *siu; ahd_handle_scsi_status() local 8969 siu = (struct scsi_status_iu_header *)scb->sense_data; ahd_handle_scsi_status() 8970 ahd_set_scsi_status(scb, siu->status); ahd_handle_scsi_status() 8975 SCB_GET_TAG(scb), siu->status); ahd_handle_scsi_status() 8978 siu->flags, scsi_4btoul(siu->sense_length), ahd_handle_scsi_status() 8979 scsi_4btoul(siu->pkt_failures_length)); ahd_handle_scsi_status() 8982 if ((siu->flags & SIU_RSPVALID) != 0) { ahd_handle_scsi_status() 8984 if (scsi_4btoul(siu->pkt_failures_length) < 4) { ahd_handle_scsi_status() 8988 switch (SIU_PKTFAIL_CODE(siu)) { ahd_handle_scsi_status() 9010 if (siu->status == SCSI_STATUS_OK) ahd_handle_scsi_status() 9014 if ((siu->flags & SIU_SNSVALID) != 0) { ahd_handle_scsi_status()
|
/linux-4.1.27/sound/soc/sh/ |
H A D | Makefile | 9 snd-soc-siu-objs := siu_pcm.o siu_dai.o 13 obj-$(CONFIG_SND_SOC_SH4_SIU) += snd-soc-siu.o
|
H A D | migor.c | 25 #include "siu.h" 133 .cpu_dai_name = "siu-pcm-audio", 135 .platform_name = "siu-pcm-audio",
|
H A D | siu_dai.c | 29 #include <asm/siu.h> 34 #include "siu.h" 115 /* Issue software reset to siu */ siu_dai_start() 543 /* Stop the siu if the other stream is not using it */ siu_dai_shutdown() 575 /* Set up the siu if not already done */ siu_dai_prepare() 714 .name = "siu-i2s-dai", 731 .name = "siu-i2s", 848 .name = "siu-pcm-audio",
|
H A D | siu_pcm.c | 34 #include <asm/siu.h> 36 #include "siu.h" 543 * While the siu has 2 ports, only one port can be on at a time (only 1 siu_pcm_new() 544 * SPB). So far all the boards using the siu had only one of the ports siu_pcm_new()
|
H A D | siu.h | 2 * siu.h - ALSA SoC driver for Renesas SH7343, SH7722 SIU peripheral.
|
/linux-4.1.27/arch/mips/vr41xx/common/ |
H A D | siu.c | 28 #include <asm/vr41xx/siu.h>
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7722.c | 23 #include <asm/siu.h> 475 .name = "siu-pcm-audio",
|
H A D | clock-sh7722.c | 222 CLKDEV_DEV_ID("siu-pcm-audio", &mstp_clks[HWBLK_SIU]),
|
H A D | clock-sh7723.c | 259 CLKDEV_DEV_ID("siu-pcm-audio", &mstp_clks[HWBLK_SIU]),
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | vr41xx_siu.c | 41 #include <asm/vr41xx/siu.h>
|
Completed in 372 milliseconds