Home
last modified time | relevance | path

Searched refs:STO (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/arm/dts/
H A Dam335x-draco.dts67 0x0E8 (PIN_INPUT_PULLUP | MUX_MODE7) /* lcd_plck FIX STO should be a OUTPUT driven high*/
/openbmc/u-boot/include/
H A Dsym53c8xx.h164 #define STO 0x0400/* sta: timeout (select) */ macro
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h245 #define STO 0x0400/* sta: timeout (select) */ macro
H A Dsym_hipd.c1852 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
2924 else if (sist & STO) sym_int_sto (np);
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h768 #define STO 0x0400/* sta: timeout (select) */ macro
H A Dncr53c8xx.c5165 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in ncr_init()
5783 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception()
5830 if ((sist & STO) && in ncr_exception()