Home
last modified time | relevance | path

Searched defs:_CCX_INFO (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_ccx.h43 struct _CCX_INFO { struct
46 u8 nhm_th[11];
47 u16 nhm_period; /* 4us per unit */
48 u16 clm_period; /* 4us per unit */
49 enum nhm_inexclude_txon nhm_inexclude_txon;
50 enum nhm_inexclude_cca nhm_inexclude_cca;
53 u8 nhm_th_restore[11];
54 u16 nhm_period_restore; /* 4us per unit */
55 u16 clm_period_restore; /* 4us per unit */
56 enum nhm_inexclude_txon nhm_inexclude_txon_restore;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_ccx.h29 typedef struct _CCX_INFO{ struct
32 u1Byte NHM_th[11];
33 u2Byte NHM_period; /* 4us per unit */
34 u2Byte CLM_period; /* 4us per unit */
35 NHM_INEXCLUDE_TXON NHM_inexclude_txon;
36 NHM_INEXCLUDE_CCA NHM_inexclude_cca;
39 u1Byte NHM_th_restore[11];
40 u2Byte NHM_period_restore; /* 4us per unit */
41 u2Byte CLM_period_restore; /* 4us per unit */
42 NHM_INEXCLUDE_TXON NHM_inexclude_txon_restore;
[all …]