| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | stf.c | 51 if ((wlc->stf->rxstreams == 1) && (val != HT_CAP_RX_STBC_NO)) in brcms_c_stf_stbc_rx_ht_update() 75 if (wlc->stf->txchain == wlc->stf->hw_txchain) { in brcms_c_tempsense_upd() 76 if (txchain && (txchain < wlc->stf->hw_txchain)) in brcms_c_tempsense_upd() 79 } else if (wlc->stf->txchain < wlc->stf->hw_txchain) { in brcms_c_tempsense_upd() 80 if (txchain == wlc->stf->hw_txchain) in brcms_c_tempsense_upd() 136 if ((int_val == ON) && (wlc->stf->txstreams == 1)) in brcms_c_stf_stbc_tx_set() 153 && (wlc->stf->rxstreams == 1)) in brcms_c_stf_stbc_rx_set() 167 if (hweight8(core_mask) > wlc->stf->txstreams) in brcms_c_stf_txcore_set() 170 if ((hweight8(core_mask) == wlc->stf->txstreams) && in brcms_c_stf_txcore_set() 171 ((core_mask & ~wlc->stf->txchain) in brcms_c_stf_txcore_set() [all …]
|
| H A D | main.c | 446 kfree(wlc->stf); in brcms_c_detach_mfree() 550 wlc->stf = kzalloc(sizeof(struct brcms_stf), GFP_ATOMIC); in brcms_c_attach_malloc() 551 if (wlc->stf == NULL) { in brcms_c_attach_malloc() 2310 return (u16) wlc_hw->wlc->stf->txant; in brcms_b_get_txant() 3392 if (wlc->stf->ss_algosel_auto) in brcms_c_set_phy_chanspec() 3393 brcms_c_stf_ss_algo_channel_get(wlc, &wlc->stf->ss_algo_channel, in brcms_c_set_phy_chanspec() 3406 wlc->stf->txstreams); in brcms_default_rateset() 3668 brcms_c_rateset_mcs_upd(&rs, wlc->stf->txstreams); in brcms_c_set_ratetable() 3953 u16 phytxant = wlc->stf->phytxant; in brcms_c_beacon_phytxctl_txant_upd() 4029 wlc->stf->ldpc = val; in brcms_c_ht_update_ldpc() [all …]
|
| H A D | main.h | 217 (((wlc)->stf->txstreams > 1) && (((wlc)->band->band_stf_stbc_tx == ON) \ 220 isset(&((wlc)->stf->ss_algo_channel), PHY_TXC1_MODE_STBC)))) 555 struct brcms_stf *stf; member
|
| H A D | Makefile | 33 stf.o \
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | head.S | 138 stf.spill.nta [_reg1]=f2,16;; \ 139 stf.spill.nta [_reg1]=f3,16;; \ 140 stf.spill.nta [_reg1]=f4,16;; \ 141 stf.spill.nta [_reg1]=f5,16;; \ 142 stf.spill.nta [_reg1]=f16,16;; \ 143 stf.spill.nta [_reg1]=f17,16;; \ 144 stf.spill.nta [_reg1]=f18,16;; \ 145 stf.spill.nta [_reg1]=f19,16;; \ 146 stf.spill.nta [_reg1]=f20,16;; \ 147 stf.spill.nta [_reg1]=f21,16;; \ [all …]
|
| H A D | mca_asm.S | 553 stf.spill [temp2]=f6,PT(F8)-PT(F6) 555 stf.spill [temp1]=f7,PT(F9)-PT(F7) 556 stf.spill [temp2]=f8,PT(F10)-PT(F8) 558 stf.spill [temp1]=f9,PT(F11)-PT(F9) 559 stf.spill [temp2]=f10 561 stf.spill [temp1]=f11 570 stf.spill [temp1]=f2,32 571 stf.spill [temp2]=f3,32 573 stf.spill [temp1]=f4,32 574 stf.spill [temp2]=f5,32 [all …]
|
| H A D | entry.S | 78 stf.spill [sp]=f0 281 stf.spill [r2]=f2,32 285 stf.spill [r3]=f3,32 293 stf.spill [r2]=f4,32 294 stf.spill [r3]=f5,32 305 stf.spill [r2]=f12,32 306 stf.spill [r3]=f13,32 310 stf.spill [r2]=f14,32 311 stf.spill [r3]=f15,32 315 stf.spill [r2]=f16,32 [all …]
|
| H A D | gate.S | 149 stf.spill [base0]=f6,32 150 stf.spill [base1]=f7,32 152 stf.spill [base0]=f8,32 153 stf.spill [base1]=f9,32 156 stf.spill [base0]=f10,32 157 stf.spill [base1]=f11,32 159 stf.spill [base0]=f12,32 160 stf.spill [base1]=f13,32 162 stf.spill [base0]=f14,32 163 stf.spill [base1]=f15,32
|
| H A D | pal.S | 274 stf.spill [in0] = f10,32 275 stf.spill [r2] = f11,32 277 stf.spill [in0] = f12,32 278 stf.spill [r2] = f13,32 280 stf.spill [in0] = f14,32 281 stf.spill [r2] = f15,32
|
| H A D | minstate.h | 198 stf.spill [r2]=f6,32; \ 199 stf.spill [r3]=f7,32; \ 201 stf.spill [r2]=f8,32; \ 202 stf.spill [r3]=f9,32; \ 204 stf.spill [r2]=f10; \ 205 stf.spill [r3]=f11; \
|
| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A D | clear_page.S | 47 .fetch: stf.spill.nta [dst_fetch] = f0, L3_LINE_SIZE 57 1: stf.spill.nta [dst1] = f0, 64 58 stf.spill.nta [dst2] = f0, 64 63 1: stf.spill.nta [dst1] = f0, 64 64 stf.spill.nta [dst2] = f0, 64 65 stf.spill.nta [dst3] = f0, 64 66 stf.spill.nta [dst4] = f0, 128 69 stf.spill.nta [dst1] = f0, 64 70 stf.spill.nta [dst2] = f0, 64 72 stf.spill.nta [dst3] = f0, 64 [all …]
|
| H A D | memset.S | 220 stf.spill [ptr9] = f0, 128 // Do stores one cache line apart 230 stf.spill [ptr2] = f0, 32 231 stf.spill [ptr0] = f0, 32 234 stf.spill [ptr2] = f0, 32 235 stf.spill [ptr0] = f0, 32 238 stf.spill [ptr2] = f0, 32 239 stf.spill [ptr0] = f0, 64 243 stf.spill [ptr2] = f0, 32 244 (p_scr) stf.spill [ptr9] = f0, 128
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android.c | 3652 int bytes_written, error, result = 0, single_stream, stf = -1, i, nss = 0, mcs_map; in wl_android_get_link_status() local 3734 stf = OLD_NRATE_STF_STBC; in wl_android_get_link_status() 3736 stf = (single_stream) ? OLD_NRATE_STF_SISO : OLD_NRATE_STF_SDM; in wl_android_get_link_status() 3739 stf = OLD_NRATE_STF_CDD; in wl_android_get_link_status() 3751 switch (stf) { in wl_android_get_link_status() 3767 __FUNCTION__, result, stf, single_stream, nss)); in wl_android_get_link_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_android.c | 6915 int bytes_written, error, result = 0, single_stream, stf = -1, i, nss = 0, mcs_map; in wl_android_get_link_status() local 6999 stf = OLD_NRATE_STF_STBC; in wl_android_get_link_status() 7001 stf = (single_stream) ? OLD_NRATE_STF_SISO : OLD_NRATE_STF_SDM; in wl_android_get_link_status() 7004 stf = OLD_NRATE_STF_CDD; in wl_android_get_link_status() 7016 switch (stf) { in wl_android_get_link_status() 7032 __FUNCTION__, result, stf, single_stream, nss)); in wl_android_get_link_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_android.c | 7188 int bytes_written, error, result = 0, single_stream, stf = -1, i, nss = 0, mcs_map; in wl_android_get_link_status() local 7272 stf = OLD_NRATE_STF_STBC; in wl_android_get_link_status() 7274 stf = (single_stream) ? OLD_NRATE_STF_SISO : OLD_NRATE_STF_SDM; in wl_android_get_link_status() 7277 stf = OLD_NRATE_STF_CDD; in wl_android_get_link_status() 7289 switch (stf) { in wl_android_get_link_status() 7305 __FUNCTION__, result, stf, single_stream, nss)); in wl_android_get_link_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_android.c | 7274 int bytes_written, error, result = 0, single_stream, stf = -1, i, nss = 0, mcs_map; in wl_android_get_link_status() local 7358 stf = OLD_NRATE_STF_STBC; in wl_android_get_link_status() 7360 stf = (single_stream) ? OLD_NRATE_STF_SISO : OLD_NRATE_STF_SDM; in wl_android_get_link_status() 7363 stf = OLD_NRATE_STF_CDD; in wl_android_get_link_status() 7375 switch (stf) { in wl_android_get_link_status() 7391 __FUNCTION__, result, stf, single_stream, nss)); in wl_android_get_link_status()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android.c | 8627 int bytes_written, error, result = 0, single_stream, stf = -1, i, nss = 0, mcs_map; in wl_android_get_link_status() local 8719 stf = OLD_NRATE_STF_STBC; in wl_android_get_link_status() 8721 stf = (single_stream) ? OLD_NRATE_STF_SISO : OLD_NRATE_STF_SDM; in wl_android_get_link_status() 8724 stf = OLD_NRATE_STF_CDD; in wl_android_get_link_status() 8736 switch (stf) { in wl_android_get_link_status() 8752 __FUNCTION__, result, stf, single_stream, nss)); in wl_android_get_link_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android.c | 8610 int bytes_written, error, result = 0, single_stream, stf = -1, i, nss = 0, mcs_map; in wl_android_get_link_status() local 8702 stf = OLD_NRATE_STF_STBC; in wl_android_get_link_status() 8704 stf = (single_stream) ? OLD_NRATE_STF_SISO : OLD_NRATE_STF_SDM; in wl_android_get_link_status() 8707 stf = OLD_NRATE_STF_CDD; in wl_android_get_link_status() 8719 switch (stf) { in wl_android_get_link_status() 8735 __FUNCTION__, result, stf, single_stream, nss)); in wl_android_get_link_status()
|