Searched refs:swheader (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 1340 static inline u8 brcmf_sdio_getdatoffset(u8 *swheader) in brcmf_sdio_getdatoffset() argument 1343 hdrvalue = *(u32 *)swheader; in brcmf_sdio_getdatoffset() 1347 static inline bool brcmf_sdio_fromevntchan(u8 *swheader) in brcmf_sdio_fromevntchan() argument 1352 hdrvalue = *(u32 *)swheader; in brcmf_sdio_fromevntchan() 1364 u32 swheader; in brcmf_sdio_hdparse() local 1399 swheader = le32_to_cpu(*(__le32 *)header); in brcmf_sdio_hdparse() 1405 rx_seq = (u8)(swheader & SDPCM_SEQ_MASK); in brcmf_sdio_hdparse() 1406 rd->channel = (swheader & SDPCM_CHANNEL_MASK) >> SDPCM_CHANNEL_SHIFT; in brcmf_sdio_hdparse() 1442 rd->len_nxtfrm = (swheader & SDPCM_NEXTLEN_MASK) >> SDPCM_NEXTLEN_SHIFT; in brcmf_sdio_hdparse() 1449 swheader = le32_to_cpu(*(__le32 *)(header + 4)); in brcmf_sdio_hdparse() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 2433 uint32 swheader; in dhdsdio_txpkt_preprocess() local 2689 swheader = ((chan << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhdsdio_txpkt_preprocess() 2692 htol32_ua_store(swheader, frame + swhdr_offset); in dhdsdio_txpkt_preprocess() 2693 htol32_ua_store(0, frame + swhdr_offset + sizeof(swheader)); in dhdsdio_txpkt_preprocess() 3047 uint32 swheader; in dhd_bus_txctl() local 3112 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 3115 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN + SDPCM_HWEXT_LEN); in dhd_bus_txctl() 3117 + SDPCM_HWEXT_LEN + sizeof(swheader)); in dhd_bus_txctl() 3128 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 3130 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN); in dhd_bus_txctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 2227 uint32 swheader; in dhdsdio_txpkt_preprocess() local 2411 swheader = ((chan << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhdsdio_txpkt_preprocess() 2414 htol32_ua_store(swheader, frame + swhdr_offset); in dhdsdio_txpkt_preprocess() 2415 htol32_ua_store(0, frame + swhdr_offset + sizeof(swheader)); in dhdsdio_txpkt_preprocess() 2747 uint32 swheader; in dhd_bus_txctl() local 2805 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 2808 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN + SDPCM_HWEXT_LEN); in dhd_bus_txctl() 2810 + SDPCM_HWEXT_LEN + sizeof(swheader)); in dhd_bus_txctl() 2821 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 2823 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN); in dhd_bus_txctl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 2284 uint32 swheader; in dhdsdio_txpkt_preprocess() local 2468 swheader = ((chan << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhdsdio_txpkt_preprocess() 2471 htol32_ua_store(swheader, frame + swhdr_offset); in dhdsdio_txpkt_preprocess() 2472 htol32_ua_store(0, frame + swhdr_offset + sizeof(swheader)); in dhdsdio_txpkt_preprocess() 2804 uint32 swheader; in dhd_bus_txctl() local 2862 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 2865 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN + SDPCM_HWEXT_LEN); in dhd_bus_txctl() 2867 + SDPCM_HWEXT_LEN + sizeof(swheader)); in dhd_bus_txctl() 2878 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 2880 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN); in dhd_bus_txctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 2223 uint32 swheader; in dhdsdio_txpkt_preprocess() local 2407 swheader = ((chan << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhdsdio_txpkt_preprocess() 2410 htol32_ua_store(swheader, frame + swhdr_offset); in dhdsdio_txpkt_preprocess() 2411 htol32_ua_store(0, frame + swhdr_offset + sizeof(swheader)); in dhdsdio_txpkt_preprocess() 2743 uint32 swheader; in dhd_bus_txctl() local 2801 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 2804 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN + SDPCM_HWEXT_LEN); in dhd_bus_txctl() 2806 + SDPCM_HWEXT_LEN + sizeof(swheader)); in dhd_bus_txctl() 2817 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 2819 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN); in dhd_bus_txctl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 2474 uint32 swheader; in dhdsdio_txpkt_preprocess() local 2720 swheader = ((chan << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhdsdio_txpkt_preprocess() 2723 htol32_ua_store(swheader, frame + swhdr_offset); in dhdsdio_txpkt_preprocess() 2724 htol32_ua_store(0, frame + swhdr_offset + sizeof(swheader)); in dhdsdio_txpkt_preprocess() 3089 uint32 swheader; in dhd_bus_txctl() local 3155 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 3158 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN + SDPCM_HWEXT_LEN); in dhd_bus_txctl() 3160 + SDPCM_HWEXT_LEN + sizeof(swheader)); in dhd_bus_txctl() 3171 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 3173 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN); in dhd_bus_txctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 2463 uint32 swheader; in dhdsdio_txpkt_preprocess() local 2709 swheader = ((chan << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhdsdio_txpkt_preprocess() 2712 htol32_ua_store(swheader, frame + swhdr_offset); in dhdsdio_txpkt_preprocess() 2713 htol32_ua_store(0, frame + swhdr_offset + sizeof(swheader)); in dhdsdio_txpkt_preprocess() 3078 uint32 swheader; in dhd_bus_txctl() local 3144 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 3147 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN + SDPCM_HWEXT_LEN); in dhd_bus_txctl() 3149 + SDPCM_HWEXT_LEN + sizeof(swheader)); in dhd_bus_txctl() 3160 swheader = ((SDPCM_CONTROL_CHANNEL << SDPCM_CHANNEL_SHIFT) & SDPCM_CHANNEL_MASK) in dhd_bus_txctl() 3162 htol32_ua_store(swheader, frame + SDPCM_FRAMETAG_LEN); in dhd_bus_txctl() [all …]
|