| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_usb_core.c | 125 u32 tbtt; in mt76x02u_start_pre_tbtt_timer() local 128 tbtt = mt76_get_field(dev, MT_TBTT_TIMER, MT_TBTT_TIMER_VAL); in mt76x02u_start_pre_tbtt_timer() 129 tbtt *= 32; in mt76x02u_start_pre_tbtt_timer() 131 if (tbtt <= PRE_TBTT_USEC) { in mt76x02u_start_pre_tbtt_timer() 136 time = (tbtt - PRE_TBTT_USEC) * 1000ull; in mt76x02u_start_pre_tbtt_timer() 142 u32 tbtt, dw0, dw1; in mt76x02u_restart_pre_tbtt_timer() local 146 tbtt = mt76_get_field(dev, MT_TBTT_TIMER, MT_TBTT_TIMER_VAL); in mt76x02u_restart_pre_tbtt_timer() 147 tbtt *= 32; in mt76x02u_restart_pre_tbtt_timer() 152 dev_dbg(dev->mt76.dev, "TSF: %llu us TBTT %u us\n", tsf, tbtt); in mt76x02u_restart_pre_tbtt_timer() 158 if (tbtt < PRE_TBTT_USEC) in mt76x02u_restart_pre_tbtt_timer() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/ |
| H A D | acx.c | 915 int wl1251_acx_wr_tbtt_and_dtim(struct wl1251 *wl, u16 tbtt, u8 dtim) in wl1251_acx_wr_tbtt_and_dtim() argument 926 acx->tbtt = tbtt; in wl1251_acx_wr_tbtt_and_dtim()
|
| H A D | acx.h | 1185 u16 tbtt; member 1474 int wl1251_acx_wr_tbtt_and_dtim(struct wl1251 *wl, u16 tbtt, u8 dtim);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcm_app_utils.c | 334 IDX_IN_WL_CNT_VER_6_T(tbtt), 464 IDX_IN_WL_CNT_VER_7_T(tbtt), 621 IDX_IN_WL_CNT_VER_11_T(tbtt),
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcm_app_utils.c | 334 IDX_IN_WL_CNT_VER_6_T(tbtt), 464 IDX_IN_WL_CNT_VER_7_T(tbtt), 621 IDX_IN_WL_CNT_VER_11_T(tbtt),
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcm_app_utils.c | 335 IDX_IN_WL_CNT_VER_6_T(tbtt), 465 IDX_IN_WL_CNT_VER_11_T(tbtt),
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcm_app_utils.c | 335 IDX_IN_WL_CNT_VER_6_T(tbtt), 465 IDX_IN_WL_CNT_VER_11_T(tbtt),
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcm_app_utils.c | 335 IDX_IN_WL_CNT_VER_6_T(tbtt), 465 IDX_IN_WL_CNT_VER_11_T(tbtt),
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcm_app_utils.c | 334 IDX_IN_WL_CNT_VER_6_T(tbtt), 462 IDX_IN_WL_CNT_VER_11_T(tbtt),
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 2783 uint32 tbtt; /**< cnts the TBTT int's */ member 3282 uint32 tbtt; /**< cnts the TBTT int's */ member 3582 uint32 tbtt; /**< cnts the TBTT int's */ member 7303 uint16 tbtt; /**< time of BSS to end of life, in unit of TBTT */ member 13888 uint32 tbtt; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 3666 uint32 tbtt; /**< cnts the TBTT int's */ member 4347 uint32 tbtt; /**< cnts the TBTT int's */ member 4647 uint32 tbtt; /* cnts the TBTT int's */ member 4880 uint32 tbtt; /**< cnts the TBTT int's */ member 9199 uint16 tbtt; /**< time of BSS to end of life, in unit of TBTT */ member 18175 uint32 tbtt; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 3666 uint32 tbtt; /**< cnts the TBTT int's */ member 4347 uint32 tbtt; /**< cnts the TBTT int's */ member 4647 uint32 tbtt; /* cnts the TBTT int's */ member 4880 uint32 tbtt; /**< cnts the TBTT int's */ member 9199 uint16 tbtt; /**< time of BSS to end of life, in unit of TBTT */ member 18175 uint32 tbtt; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 3677 uint32 tbtt; /**< cnts the TBTT int's */ member 4358 uint32 tbtt; /**< cnts the TBTT int's */ member 4658 uint32 tbtt; /* cnts the TBTT int's */ member 4891 uint32 tbtt; /**< cnts the TBTT int's */ member 9210 uint16 tbtt; /**< time of BSS to end of life, in unit of TBTT */ member 18183 uint32 tbtt; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | hal.h | 3400 u64 tbtt; member
|
| H A D | smd.c | 2152 msg_body.tbtt = vif->bss_conf.sync_tsf; in wcn36xx_smd_enter_bmps()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 4438 uint32 tbtt; /**< cnts the TBTT int's */ member 5365 uint32 tbtt; /**< cnts the TBTT int's */ member 5668 uint32 tbtt; /* cnts the TBTT int's */ member 5901 uint32 tbtt; /**< cnts the TBTT int's */ member 11772 uint16 tbtt; /**< time of BSS to end of life, in unit of TBTT */ member 22843 uint32 tbtt; member 22855 uint32 tbtt; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 4446 uint32 tbtt; /**< cnts the TBTT int's */ member 5373 uint32 tbtt; /**< cnts the TBTT int's */ member 5676 uint32 tbtt; /* cnts the TBTT int's */ member 5909 uint32 tbtt; /**< cnts the TBTT int's */ member 11790 uint16 tbtt; /**< time of BSS to end of life, in unit of TBTT */ member 22935 uint32 tbtt; member 22947 uint32 tbtt; member
|