Home
last modified time | relevance | path

Searched refs:sist (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1178 u_short sist; local
1181 sist = INW(np, nc_sist);
2357 else if (sist & MA)
2806 u_short sist; local
2845 sist = 0;
2850 sist |= INW(np, nc_sist);
2867 dstat,sist,
2893 if (sist & PAR) sym_int_par (np, sist);
2912 if (sist & RST) {
2921 if (!(sist & (GEN|HTH|SGE)) &&
[all …]
/linux-6.15/drivers/scsi/
H A Dncr53c8xx.c5731 u16 sist; in ncr_exception() local
5766 dstat,sist, in ncr_exception()
5789 if (sist & MA) { in ncr_exception()
5803 ncr_name(np), istat, dstat, sist); in ncr_exception()
5825 if (sist & RST) { in ncr_exception()
5830 if ((sist & STO) && in ncr_exception()
5859 np->regdump.nc_sist = sist; in ncr_exception()
5862 ncr_log_hard_error(np, sist, dstat); in ncr_exception()
5868 if ((sist & (SGE)) || in ncr_exception()
5874 if (sist & HTH) { in ncr_exception()
[all …]
/linux-6.15/drivers/input/keyboard/
H A Dapplespi.c392 acpi_handle sist; member
691 acpi_sts = acpi_evaluate_integer(applespi->sist, NULL, NULL, in applespi_enable_spi()
1664 acpi_sts = acpi_get_handle(spi_handle, "SIST", &applespi->sist); in applespi_probe()