Searched refs:rlc (Results 1 – 7 of 7) sorted by relevance
| /src/sys/dev/hwpmc/ |
| H A D | hwpmc_uncore.c | 179 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 D | hwpmc_core.c | 216 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()
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | phy-ctxt.c | 185 iwl_mvm_phy_ctxt_set_rxchain(mvm, ctxt, &cmd.rlc.rx_chain_info, in iwl_mvm_phy_send_rlc() 189 ctxt->id, cmd.rlc.rx_chain_info); in iwl_mvm_phy_send_rlc()
|
| /src/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | datapath.h | 479 struct iwl_rlc_properties rlc; member
|
| /src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 601 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>;
|
| /src/sys/dev/iwx/ |
| H A D | if_iwxreg.h | 5352 struct iwx_rlc_properties rlc; member
|
| H A D | if_iwx.c | 7481 cmd.rlc.rx_chain_info = htole32(iwx_fw_valid_rx_ant(sc) << in iwx_phy_send_rlc() 7483 cmd.rlc.rx_chain_info |= htole32(idle_cnt << IWX_PHY_RX_CHAIN_CNT_POS); in iwx_phy_send_rlc() 7484 cmd.rlc.rx_chain_info |= htole32(active_cnt << in iwx_phy_send_rlc()
|