/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | xlnx,sd-fec.yaml | 15 which provides high-throughput LDPC and Turbo Code implementations. 16 The LDPC decode & encode functionality is capable of covering a range of 66 The SD-FEC integrated block supports Low Density Parity Check (LDPC) 67 decoding and encoding and Turbo code decoding. The LDPC codes used are 73 enum: [ ldpc, turbo ] 134 xlnx,sdfec-code = "ldpc";
|
H A D | xlnx,sd-fec.txt | 4 which provides high-throughput LDPC and Turbo Code implementations. 5 The LDPC decode & encode functionality is capable of covering a range of 25 - xlnx,sdfec-code : Should contain "ldpc" or "turbo" to describe the codes 53 xlnx,sdfec-code = "ldpc";
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | tx.c | 71 le32_encode_bits(pkt_info->ldpc, RTW_TX_DESC_W5_DATA_LDPC) | in rtw_tx_fill_tx_desc() 364 bool ldpc = false; in rtw_tx_data_pkt_info_update() local 395 ldpc = si->ldpc_en; in rtw_tx_data_pkt_info_update() 406 pkt_info->ldpc = ldpc; in rtw_tx_data_pkt_info_update()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_ht.c | 234 * We only do LDPC if the rate is 11n, both we and the in ath_tx_rate_fill_rcflags() 235 * receiver support LDPC and it's enabled. in ath_tx_rate_fill_rcflags() 246 * The 11n duration calculation doesn't know about LDPC, in ath_tx_rate_fill_rcflags() 277 * If we can't do LDPC, don't. in ath_tx_rate_fill_rcflags() 369 * LDPC is a global flag, so ... in ath_tx_rate_fill_rcflags() 663 * TODO: If we're all doing 11n rates then we can set LDPC. in ath_rateseries_setup() 664 * If we've been asked to /do/ LDPC but we are handed a in ath_rateseries_setup()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rs.h | 15 * @IWL_TLC_MNG_CFG_FLAGS_LDPC_MSK: enable LDPC 477 /* Bit 27: (1) LDPC enabled, (0) LDPC disabled */ 572 /* Bit 16 (1) LDPC enables, (0) LDPC disabled */
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_mon.c | 92 ppdu_info->ldpc = u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_SU_MU_CODING); in ath12k_dp_mon_parse_vht_sig_a() 138 ppdu_info->ldpc = u32_get_bits(info1, HAL_RX_HT_SIG_INFO_INFO1_FEC_CODING); in ath12k_dp_mon_parse_ht_sig() 243 ppdu_info->ldpc = value; in ath12k_dp_mon_parse_he_sig_b2_ofdma() 274 ppdu_info->ldpc = value; in ath12k_dp_mon_parse_he_sig_b2_mu() 576 ppdu_info->ldpc = u32_get_bits(info1, HAL_RX_HE_SIG_A_SU_INFO_INFO1_CODING); in ath12k_dp_mon_parse_he_sig_su() 1663 tx_ppdu_info->rx_status.ldpc = in ath12k_dp_mon_tx_parse_status_tlv() 2233 if (ppdu_info->ldpc < HAL_RX_SU_MU_CODING_MAX) in ath12k_dp_mon_rx_update_peer_su_stats() 2234 rx_stats->coding_count[ppdu_info->ldpc] += num_msdu; in ath12k_dp_mon_rx_update_peer_su_stats() 2351 rx_user_status->ldpc = u32_get_bits(mu_ul_user_v0_word1, in ath12k_dp_mon_rx_process_ulofdma() 2354 ppdu_info->ldpc = 1; in ath12k_dp_mon_rx_process_ulofdma() [all …]
|
H A D | hal_rx.h | 139 u8 ldpc; member 176 u8 ldpc; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | debugfs.c | 919 * ldpc - off: 0, on: 1 in mt7996_sta_fixed_rate_set() 925 &phy.preamble, &phy.stbc, &phy.ldpc, &phy.spe, <f) != 10) { in mt7996_sta_fixed_rate_set() 927 "format: Mode BW MCS NSS GI Preamble STBC LDPC SPE ltf\n"); in mt7996_sta_fixed_rate_set() 934 phy.ldpc = phy.ldpc ? 7 : 0; in mt7996_sta_fixed_rate_set()
|
H A D | mcu.h | 499 u8 ldpc; member
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-config.h | 185 * @ldpc: support Tx/Rx with LDPC 192 ldpc:1, 193 ldpc:1, global() member
|
/freebsd/sys/contrib/dev/iwlwifi/cfg/ |
H A D | 8000.c | 54 .ldpc = true,
|
H A D | 9000.c | 50 .ldpc = true,
|
H A D | 7000.c | 209 .ldpc = true,
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hal_rx.c | 979 ppdu_info->ldpc = FIELD_GET(HAL_RX_HT_SIG_INFO_INFO1_FEC_CODING, info1); in ath11k_hal_rx_parse_mon_status_tlv() 1031 ppdu_info->ldpc = FIELD_GET(HAL_RX_VHT_SIG_A_INFO_INFO1_SU_MU_CODING, in ath11k_hal_rx_parse_mon_status_tlv() 1127 ppdu_info->ldpc = (value == HAL_RX_SU_MU_CODING_LDPC) ? 1 : 0; in ath11k_hal_rx_parse_mon_status_tlv() 1388 ppdu_info->ldpc = value; in ath11k_hal_rx_parse_mon_status_tlv() 1426 ppdu_info->ldpc = value; in ath11k_hal_rx_parse_mon_status_tlv()
|
H A D | hal_rx.h | 148 u8 ldpc; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | testmode.h | 31 * @MT76_TM_ATTR_TX_RATE_LDPC: packet tx enable LDPC (u8)
|
H A D | mt76_connac_mcu.h | 549 u8 ldpc; member 647 u8 ldpc; member 656 u8 ldpc; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | debugfs.c | 1344 * ldpc - off: 0, on: 1 in mt7915_sta_fixed_rate_set() 1350 &phy.ldpc, &phy.stbc, &he_ltf) != 8) { in mt7915_sta_fixed_rate_set() 1352 "format: Mode BW NSS MCS (HE)GI LDPC STBC HE_LTF\n"); in mt7915_sta_fixed_rate_set() 1357 phy.ldpc = (phy.bw || phy.ldpc) * GENMASK(2, 0); in mt7915_sta_fixed_rate_set()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | usb_phy.c | 143 /* Enable LDPC Rx */ in mt76x2u_phy_set_channel()
|
H A D | pci_phy.c | 208 /* Enable LDPC Rx */ in mt76x2_phy_set_channel()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | rs.c | 239 (rate & RATE_MCS_LDPC_MSK) ? "LDPC " : "", in rs_pretty_print_rate()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips64r6InstrInfo.td | 76 class LDPC_DESC : PCREL_DESC_BASE<"ldpc", GPR64Opnd, simm18_lsl3, II_LDPC>; 152 def LDPC: LDPC_ENC, LDPC_DESC, ISA_MIPS64R6;
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | rs-fw.c | 86 if (mvm->cfg->ht_params->ldpc && in rs_fw_get_config_flags() 91 /* consider LDPC support in case of HE */ in rs_fw_get_config_flags()
|
/freebsd/sys/net80211/ |
H A D | _ieee80211.h | 530 #define IEEE80211_HTC_TXLDPC 0x02000000 /* CAPABILITY: TX using LDPC */ 535 "\20\1LDPC\2CHWIDTH40\5GREENFIELD\6SHORTGI20\7SHORTGI40\10TXSTBC" \
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_desc.h | 270 #define HAL_TXDESC_LDPC 0x1000 /* Set LDPC TX for all rates */
|