Home
last modified time | relevance | path

Searched refs:RST (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/arch/mips/rb532/
Dsetup.c30 writel(0x80000001, IDT434_REG_BASE + RST); in rb_machine_restart()
/linux-2.6.39/arch/mips/include/asm/mach-rc32434/
Drb.h23 #define RST (1 << 15) macro
/linux-2.6.39/Documentation/hwmon/
Dsmm66580 and/or other activity. Triggered signals can include HEALTHY, RST, Power Off,
82 or crit if exceeding the limits triggers RST, Power Off, or Fault, and as min or
/linux-2.6.39/arch/cris/arch-v10/drivers/
DKconfig585 bool "DS1302 RST on Generic Port"
588 If your product has the RST signal line for the DS1302 RTC on the
590 case the RST signal line is assumed to be connected to Port PB
594 int "DS1302 RST bit number"
598 This is the bit number for the RST signal line of the DS1302 RTC on
/linux-2.6.39/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu51 #RST DRV (P64)
/linux-2.6.39/drivers/scsi/sym53c8xx_2/
Dsym_defs.h267 #define RST 0x02 /* sta: scsi bus reset detected */ macro
Dsym_hipd.c197 OUTW(np, nc_sien, RST); in sym_reset_scsi_bus()
1865 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
2904 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
2925 if (sist & RST) {
/linux-2.6.39/Documentation/powerpc/
Deeh-pci-error-recovery.txt93 would consist of resetting the PCI device (holding the PCI #RST
165 rtas_set_slot_reset() -- assert the PCI #RST line for 1/8th of a second
/linux-2.6.39/drivers/scsi/
Dncr53c8xx.h793 #define RST 0x02 /* sta: scsi bus reset detected */ macro
Dncr53c8xx.c4496 OUTW (nc_sien, RST); in ncr_reset_scsi_bus()
5316 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in ncr_init()
5959 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception()
6001 if (sist & RST) { in ncr_exception()
/linux-2.6.39/drivers/net/wan/
DKconfig330 As a replacement, some vendors provide a way to assert the PCI #RST
/linux-2.6.39/Documentation/PCI/
Dpci-error-recovery.txt267 Powerpc soft reset consists of asserting the adapter #RST line and then
/linux-2.6.39/Documentation/scsi/
Dsym53c8xx_2.txt650 Bit 0x02 : RST SCSI BUS Reset
Dncr53c8xx.txt1349 Bit 0x02 : RST SCSI BUS Reset
/linux-2.6.39/net/netfilter/
DKconfig634 iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN \