Home
last modified time | relevance | path

Searched refs:rlc (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_uncore.c179 ucf_reload_count_to_perfctr_value(pmc_value_t rlc) in ucf_reload_count_to_perfctr_value() argument
181 return (1ULL << uncore_ucf_width) - rlc; in ucf_reload_count_to_perfctr_value()
459 ucp_reload_count_to_perfctr_value(pmc_value_t rlc) in ucp_reload_count_to_perfctr_value() argument
461 return (1ULL << uncore_ucp_width) - rlc; in ucp_reload_count_to_perfctr_value()
H A Dhwpmc_core.c216 iaf_reload_count_to_perfctr_value(pmc_value_t rlc) in iaf_reload_count_to_perfctr_value() argument
218 return (1ULL << core_iaf_width) - rlc; in iaf_reload_count_to_perfctr_value()
571 iap_reload_count_to_perfctr_value(pmc_value_t rlc) in iap_reload_count_to_perfctr_value() argument
573 return (1ULL << core_iap_width) - rlc; in iap_reload_count_to_perfctr_value()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Ddatapath.h457 struct iwl_rlc_properties rlc; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dphy-ctxt.c192 iwl_mvm_phy_ctxt_set_rxchain(mvm, ctxt, &cmd.rlc.rx_chain_info, in iwl_mvm_phy_send_rlc()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td601 def RLC8r : InstAlias<"rlc.b\t$dst", (ADDC8rr GR8:$dst, GR8:$dst), 0>;
602 def RLC16r : InstAlias<"rlc\t$dst", (ADDC16rr GR16:$dst, GR16:$dst), 0>;
603 def RLC8m : InstAlias<"rlc.b\t$dst", (ADDC8mm memdst:$dst, memdst:$dst), 0>;
604 def RLC16m : InstAlias<"rlc\t$dst", (ADDC16mm memdst:$dst, memdst:$dst), 0>;