Searched refs:sist (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1117 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 …]
|
/drivers/scsi/ |
D | ncr53c8xx.c | 5814 static void ncr_log_hard_error(struct ncb *np, u16 sist, u_char dstat) in ncr_log_hard_error() argument 5845 ncr_name (np), (unsigned)INB (nc_sdid)&0x0f, dstat, sist, in ncr_log_hard_error() 5897 u16 sist; in ncr_exception() local 5926 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception() 5932 dstat,sist, in ncr_exception() 5949 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception() 5951 if ((sist & SBMC) && ncr_int_sbmc (np)) in ncr_exception() 5953 if ((sist & PAR) && ncr_int_par (np)) in ncr_exception() 5955 if (sist & MA) { in ncr_exception() 5966 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception() [all …]
|
/drivers/input/keyboard/ |
D | applespi.c | 383 acpi_handle sist; member 678 acpi_sts = acpi_evaluate_integer(applespi->sist, NULL, NULL, in applespi_enable_spi() 1689 acpi_sts = acpi_get_handle(spi_handle, "SIST", &applespi->sist); in applespi_probe()
|