Searched refs:status32 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCRegisterInfo.td | 60 def STATUS32 : Aux<10, "status32">; // No DwarfRegNum defined in the ARC ABI
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 68 /*reserved,*/ /*limm indicator,*/ r63 = 63, pc = 70, status32 = 74 enumerator 135 DEFINE_GENERIC_REGISTER_STUB(status32, nullptr, LLDB_REGNUM_GENERIC_FLAGS)} };
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_intel.c | 2756 uint32_t status32; in recover_atom_link() local 2766 status32 = arc4random() % ATOM_LINK_RECOVERY_TIME; in recover_atom_link() 2767 pause("Link", (ATOM_LINK_RECOVERY_TIME + status32) * hz / 1000); in recover_atom_link() 2772 status32 = intel_ntb_reg_read(4, ntb->reg->ntb_ctl); in recover_atom_link() 2773 if ((status32 & ATOM_CNTL_LINK_DOWN) != 0) in recover_atom_link() 2776 status32 = intel_ntb_reg_read(4, ntb->reg->lnk_sta); in recover_atom_link() 2777 width = NTB_LNK_STA_WIDTH(status32); in recover_atom_link() 2778 speed = status32 & NTB_LINK_SPEED_MASK; in recover_atom_link()
|