Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1117 static void sym_log_hard_error(struct Scsi_Host *shost, u_short sist, u_char dstat) argument
1150 sym_name(np), (unsigned)INB(np, nc_sdid)&0x0f, dstat, sist,
1178 u_short sist; local
1181 sist = INW(np, nc_sist);
1183 sym_log_hard_error(shost, sist, dstat);
2297 static void sym_int_par (struct sym_hcb *np, u_short sist) argument
2357 else if (sist & MA)
2806 u_short sist; local
2845 sist = 0;
2850 sist |= INW(np, nc_sist);
[all …]
/linux-6.1.9/drivers/scsi/
Dncr53c8xx.c5648 static void ncr_log_hard_error(struct ncb *np, u16 sist, u_char dstat) in ncr_log_hard_error() argument
5679 ncr_name (np), (unsigned)INB (nc_sdid)&0x0f, dstat, sist, in ncr_log_hard_error()
5731 u16 sist; in ncr_exception() local
5760 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception()
5766 dstat,sist, in ncr_exception()
5783 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception()
5785 if ((sist & SBMC) && ncr_int_sbmc (np)) in ncr_exception()
5787 if ((sist & PAR) && ncr_int_par (np)) in ncr_exception()
5789 if (sist & MA) { in ncr_exception()
5800 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception()
[all …]
/linux-6.1.9/drivers/input/keyboard/
Dapplespi.c392 acpi_handle sist; member
691 acpi_sts = acpi_evaluate_integer(applespi->sist, NULL, NULL, in applespi_enable_spi()
1690 acpi_sts = acpi_get_handle(spi_handle, "SIST", &applespi->sist); in applespi_probe()