Searched refs:siu (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/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 | 1905 struct scsi_status_iu_header *siu; in ahd_linux_handle_scsi_status() local 1919 siu = (struct scsi_status_iu_header *) in ahd_linux_handle_scsi_status() 1922 scsi_4btoul(siu->sense_length), in ahd_linux_handle_scsi_status() 1924 sense_offset = SIU_SENSE_OFFSET(siu); in ahd_linux_handle_scsi_status()
|
H A D | aic79xx_core.c | 8874 struct scsi_status_iu_header *siu; in ahd_handle_scsi_status() local 8877 siu = (struct scsi_status_iu_header *)scb->sense_data; in ahd_handle_scsi_status() 8878 ahd_set_scsi_status(scb, siu->status); in ahd_handle_scsi_status() 8883 SCB_GET_TAG(scb), siu->status); in ahd_handle_scsi_status() 8886 siu->flags, scsi_4btoul(siu->sense_length), in ahd_handle_scsi_status() 8887 scsi_4btoul(siu->pkt_failures_length)); in ahd_handle_scsi_status() 8890 if ((siu->flags & SIU_RSPVALID) != 0) { in ahd_handle_scsi_status() 8892 if (scsi_4btoul(siu->pkt_failures_length) < 4) { in ahd_handle_scsi_status() 8896 switch (SIU_PKTFAIL_CODE(siu)) { in ahd_handle_scsi_status() [all...] |
/kernel/linux/linux-6.6/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 | 1899 struct scsi_status_iu_header *siu; in ahd_linux_handle_scsi_status() local 1913 siu = (struct scsi_status_iu_header *) in ahd_linux_handle_scsi_status() 1916 scsi_4btoul(siu->sense_length), in ahd_linux_handle_scsi_status() 1918 sense_offset = SIU_SENSE_OFFSET(siu); in ahd_linux_handle_scsi_status()
|
H A D | aic79xx_core.c | 8869 struct scsi_status_iu_header *siu; in ahd_handle_scsi_status() local 8872 siu = (struct scsi_status_iu_header *)scb->sense_data; in ahd_handle_scsi_status() 8873 ahd_set_scsi_status(scb, siu->status); in ahd_handle_scsi_status() 8878 SCB_GET_TAG(scb), siu->status); in ahd_handle_scsi_status() 8881 siu->flags, scsi_4btoul(siu->sense_length), in ahd_handle_scsi_status() 8882 scsi_4btoul(siu->pkt_failures_length)); in ahd_handle_scsi_status() 8885 if ((siu->flags & SIU_RSPVALID) != 0) { in ahd_handle_scsi_status() 8887 if (scsi_4btoul(siu->pkt_failures_length) < 4) { in ahd_handle_scsi_status() 8891 switch (SIU_PKTFAIL_CODE(siu)) { in ahd_handle_scsi_status() [all...] |
/kernel/linux/linux-5.10/sound/soc/sh/ |
H A D | Makefile | 10 snd-soc-siu-objs := siu_pcm.o siu_dai.o 14 obj-$(CONFIG_SND_SOC_SH4_SIU) += snd-soc-siu.o
|
H A D | siu_pcm.c | 21 #include <asm/siu.h> 23 #include "siu.h" 25 #define DRV_NAME "siu-i2s" 505 * While the siu has 2 ports, only one port can be on at a time (only 1 in siu_pcm_new() 506 * SPB). So far all the boards using the siu had only one of the ports in siu_pcm_new()
|
H A D | siu_dai.c | 15 #include <asm/siu.h> 20 #include "siu.h" 101 /* Issue software reset to siu */ in siu_dai_start() 529 /* Stop the siu if the other stream is not using it */ in siu_dai_shutdown() 561 /* Set up the siu if not already done */ in siu_dai_prepare() 700 .name = "siu-i2s-dai", 789 .name = "siu-pcm-audio",
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | Makefile | 10 snd-soc-siu-objs := siu_pcm.o siu_dai.o 14 obj-$(CONFIG_SND_SOC_SH4_SIU) += snd-soc-siu.o
|
H A D | siu_pcm.c | 21 #include <asm/siu.h> 23 #include "siu.h" 25 #define DRV_NAME "siu-i2s" 501 * While the siu has 2 ports, only one port can be on at a time (only 1 in siu_pcm_new() 502 * SPB). So far all the boards using the siu had only one of the ports in siu_pcm_new()
|
H A D | siu_dai.c | 15 #include <asm/siu.h> 20 #include "siu.h" 101 /* Issue software reset to siu */ in siu_dai_start() 529 /* Stop the siu if the other stream is not using it */ in siu_dai_shutdown() 561 /* Set up the siu if not already done */ in siu_dai_prepare() 700 .name = "siu-i2s-dai", 788 .name = "siu-pcm-audio",
|
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/ |
H A D | siu.c | 15 #include <asm/vr41xx/siu.h>
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7722.c | 20 #include <asm/siu.h> 470 .name = "siu-pcm-audio",
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7722.c | 20 #include <asm/siu.h> 470 .name = "siu-pcm-audio",
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | vr41xx_siu.c | 24 #include <asm/vr41xx/siu.h>
|
Completed in 32 milliseconds