Home
last modified time | relevance | path

Searched refs:spi_max_width (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/scsi/aic7xxx/
Daic79xx_osm.c644 spi_max_width(starget) = (flags & CFWIDEB) ? 1 : 0; in ahd_linux_target_alloc()
2398 if (spi_max_width(starget)) { in ahd_linux_set_period()
2482 if (dt && spi_max_width(starget)) { in ahd_linux_set_dt()
2564 if (iu && spi_max_width(starget)) { in ahd_linux_set_iu()
2604 if (rdstrm && spi_max_width(starget)) in ahd_linux_set_rd_strm()
2640 if (wrflow && spi_max_width(starget)) in ahd_linux_set_wr_flow()
2684 if (rti && spi_max_width(starget)) in ahd_linux_set_rti()
2720 if (pcomp && spi_max_width(starget)) { in ahd_linux_set_pcomp_en()
2764 if (hold && spi_max_width(starget)) in ahd_linux_set_hold_mcs()
Daic7xxx_osm.c609 spi_max_width(starget) = (flags & CFWIDEB) ? 1 : 0; in ahc_linux_target_alloc()
2348 if (spi_max_width(starget)) in ahc_linux_set_period()
2418 if (dt && spi_max_width(starget)) { in ahc_linux_set_dt()
/Linux-v5.15/include/scsi/
Dscsi_transport_spi.h67 #define spi_max_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->max_width) macro
/Linux-v5.15/drivers/message/fusion/
Dmptspi.c215 spi_max_width(scsi_target(sdev)) = width; in mptspi_setTargetNegoParms()
442 spi_max_width(starget) = nvram & MPT_NVRAM_WIDE_DISABLE ? 0 : 1; in mptspi_target_alloc()
445 spi_max_width(starget) = ioc->spi_data.maxBusWidth; in mptspi_target_alloc()
766 spi_max_width(scsi_target(sdev)))); in mptspi_slave_configure()
/Linux-v5.15/drivers/scsi/
Dscsi_transport_spi.c250 spi_max_width(starget) = 1; in spi_setup_transport_attrs()
861 int max_width = spi_max_width(starget); in spi_dv_device_internal()
874 spi_max_width(starget) = 0; in spi_dv_device_internal()
Desp_scsi.c2461 spi_max_width(tp->starget) = 1; in esp_slave_alloc()
2463 spi_max_width(tp->starget) = 0; in esp_slave_alloc()
/Linux-v5.15/drivers/scsi/sym53c8xx_2/
Dsym_glue.c766 spi_max_width(tp->starget) = tp->usr_width; in sym53c8xx_slave_alloc()