Home
last modified time | relevance | path

Searched refs:SRST (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/ncr/
Dncrreg.h132 #define SRST 0x40 /* mod: reset chip */ macro
Dncr.c3710 OUTB (nc_istat, SRST);
4684 OUTB (nc_istat, SRST);
5502 OUTB (nc_istat, SRST);
6743 OUTB (nc_istat, SRST);
/freebsd-12-stable/sys/dev/sym/
Dsym_defs.h350 #define SRST 0x40 /* mod: reset chip */ macro
Dsym_hipd.c2949 OUTB (nc_istat, SRST); in sym_chip_reset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZScheduleZEC12.td717 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZScheduleZ196.td679 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZScheduleZ13.td747 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZScheduleZ14.td767 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZScheduleZ15.td782 def : InstRW<[WLat30, WLat30, WLat30, MCD], (instregex "SRST(U)?$")>;
DSystemZInstrInfo.td2130 defm SRST : StringRRE<"srst", 0xB25E, z_search_string>;
DSystemZISelLowering.cpp8521 return emitStringWrapper(MI, MBB, SystemZ::SRST); in EmitInstrWithCustomInserter()