Home
last modified time | relevance | path

Searched refs:hw_cfg_info (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.c138 u32 efuse_size = adapter->hw_cfg_info.efuse_size; in dump_efuse_map_88xx()
139 u32 prtct_efuse_size = adapter->hw_cfg_info.prtct_efuse_size; in dump_efuse_map_88xx()
241 if (adapter->hw_cfg_info.bt_efuse_size != size) in dump_efuse_map_bt_88xx()
321 if (offset >= adapter->hw_cfg_info.efuse_size) { in write_efuse_bt_88xx()
393 if (offset >= adapter->hw_cfg_info.efuse_size) { in read_efuse_bt_88xx()
474 *size = adapter->hw_cfg_info.efuse_size - in get_efuse_available_size_88xx()
475 adapter->hw_cfg_info.prtct_efuse_size - adapter->efuse_end; in get_efuse_available_size_88xx()
495 *size = adapter->hw_cfg_info.efuse_size; in get_efuse_size_88xx()
515 *size = adapter->hw_cfg_info.eeprom_size; in get_log_efuse_size_88xx()
535 u32 size = adapter->hw_cfg_info.eeprom_size; in dump_log_efuse_map_88xx()
[all …]
H A Dhalmac_common_88xx.c293 pg_size = adapter->hw_cfg_info.page_size; in dl_drv_rsvd_page_88xx()
387 *(u32 *)value = adapter->hw_cfg_info.efuse_size; in get_hw_value_88xx()
390 *(u32 *)value = adapter->hw_cfg_info.eeprom_size; in get_hw_value_88xx()
393 *(u32 *)value = adapter->hw_cfg_info.bt_efuse_size; in get_hw_value_88xx()
400 *(u32 *)value = adapter->hw_cfg_info.tx_fifo_size; in get_hw_value_88xx()
403 *(u32 *)value = adapter->hw_cfg_info.rx_fifo_size; in get_hw_value_88xx()
409 *(u8 *)value = adapter->hw_cfg_info.cam_entry_num; in get_hw_value_88xx()
418 *(u32 *)value = adapter->hw_cfg_info.page_size; in get_hw_value_88xx()
421 *(u16 *)value = adapter->hw_cfg_info.tx_align_size; in get_hw_value_88xx()
440 *(u32 *)value = adapter->hw_cfg_info.txdesc_size; in get_hw_value_88xx()
[all …]
H A Dhalmac_init_88xx.c126 adapter->hw_cfg_info.chk_security_keyid = 0; in init_adapter_param_88xx()
127 adapter->hw_cfg_info.acq_num = 8; in init_adapter_param_88xx()
128 adapter->hw_cfg_info.page_size = TX_PAGE_SIZE_88XX; in init_adapter_param_88xx()
129 adapter->hw_cfg_info.tx_align_size = TX_ALIGN_SIZE_88XX; in init_adapter_param_88xx()
130 adapter->hw_cfg_info.txdesc_size = TX_DESC_SIZE_88XX; in init_adapter_param_88xx()
131 adapter->hw_cfg_info.rxdesc_size = RX_DESC_SIZE_88XX; in init_adapter_param_88xx()
132 adapter->hw_cfg_info.rx_desc_fifo_size = 0; in init_adapter_param_88xx()
755 u8 txdesc_size = adapter->hw_cfg_info.txdesc_size; in verify_send_rsvd_page_88xx()
H A Dhalmac_cfg_wmac_88xx.c679 u32 size = adapter->hw_cfg_info.eeprom_size; in board_rf_fine_tune_88xx()
793 adapter->hw_cfg_info.chk_security_keyid = 1; in config_security_88xx()
795 adapter->hw_cfg_info.chk_security_keyid = 0; in config_security_88xx()
885 if (idx >= adapter->hw_cfg_info.cam_entry_num) in write_cam_88xx()
896 if (adapter->hw_cfg_info.chk_security_keyid == 1) in write_cam_88xx()
978 if (idx >= adapter->hw_cfg_info.cam_entry_num) in read_cam_entry_88xx()
1001 if (idx >= adapter->hw_cfg_info.cam_entry_num) in clear_cam_entry_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.c137 u32 efuse_size = adapter->hw_cfg_info.efuse_size; in dump_efuse_map_88xx()
138 u32 prtct_efuse_size = adapter->hw_cfg_info.prtct_efuse_size; in dump_efuse_map_88xx()
240 if (adapter->hw_cfg_info.bt_efuse_size != size) in dump_efuse_map_bt_88xx()
320 if (offset >= adapter->hw_cfg_info.efuse_size) { in write_efuse_bt_88xx()
392 if (offset >= adapter->hw_cfg_info.efuse_size) { in read_efuse_bt_88xx()
473 *size = adapter->hw_cfg_info.efuse_size - in get_efuse_available_size_88xx()
474 adapter->hw_cfg_info.prtct_efuse_size - adapter->efuse_end; in get_efuse_available_size_88xx()
494 *size = adapter->hw_cfg_info.efuse_size; in get_efuse_size_88xx()
514 *size = adapter->hw_cfg_info.eeprom_size; in get_log_efuse_size_88xx()
534 u32 size = adapter->hw_cfg_info.eeprom_size; in dump_log_efuse_map_88xx()
[all …]
H A Dhalmac_common_88xx.c292 pg_size = adapter->hw_cfg_info.page_size; in dl_drv_rsvd_page_88xx()
386 *(u32 *)value = adapter->hw_cfg_info.efuse_size; in get_hw_value_88xx()
389 *(u32 *)value = adapter->hw_cfg_info.eeprom_size; in get_hw_value_88xx()
392 *(u32 *)value = adapter->hw_cfg_info.bt_efuse_size; in get_hw_value_88xx()
399 *(u32 *)value = adapter->hw_cfg_info.tx_fifo_size; in get_hw_value_88xx()
402 *(u32 *)value = adapter->hw_cfg_info.rx_fifo_size; in get_hw_value_88xx()
408 *(u8 *)value = adapter->hw_cfg_info.cam_entry_num; in get_hw_value_88xx()
417 *(u32 *)value = adapter->hw_cfg_info.page_size; in get_hw_value_88xx()
420 *(u16 *)value = adapter->hw_cfg_info.tx_align_size; in get_hw_value_88xx()
439 *(u32 *)value = adapter->hw_cfg_info.txdesc_size; in get_hw_value_88xx()
[all …]
H A Dhalmac_init_88xx.c125 adapter->hw_cfg_info.chk_security_keyid = 0; in init_adapter_param_88xx()
126 adapter->hw_cfg_info.acq_num = 8; in init_adapter_param_88xx()
127 adapter->hw_cfg_info.page_size = TX_PAGE_SIZE_88XX; in init_adapter_param_88xx()
128 adapter->hw_cfg_info.tx_align_size = TX_ALIGN_SIZE_88XX; in init_adapter_param_88xx()
129 adapter->hw_cfg_info.txdesc_size = TX_DESC_SIZE_88XX; in init_adapter_param_88xx()
130 adapter->hw_cfg_info.rxdesc_size = RX_DESC_SIZE_88XX; in init_adapter_param_88xx()
131 adapter->hw_cfg_info.rx_desc_fifo_size = 0; in init_adapter_param_88xx()
755 u8 txdesc_size = adapter->hw_cfg_info.txdesc_size; in verify_send_rsvd_page_88xx()
H A Dhalmac_cfg_wmac_88xx.c687 u32 size = adapter->hw_cfg_info.eeprom_size; in board_rf_fine_tune_88xx()
808 adapter->hw_cfg_info.chk_security_keyid = 1; in config_security_88xx()
810 adapter->hw_cfg_info.chk_security_keyid = 0; in config_security_88xx()
900 if (idx >= adapter->hw_cfg_info.cam_entry_num) in write_cam_88xx()
911 if (adapter->hw_cfg_info.chk_security_keyid == 1) in write_cam_88xx()
993 if (idx >= adapter->hw_cfg_info.cam_entry_num) in read_cam_entry_88xx()
1016 if (idx >= adapter->hw_cfg_info.cam_entry_num) in clear_cam_entry_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.c137 u32 efuse_size = adapter->hw_cfg_info.efuse_size; in dump_efuse_map_88xx()
138 u32 prtct_efuse_size = adapter->hw_cfg_info.prtct_efuse_size; in dump_efuse_map_88xx()
240 if (adapter->hw_cfg_info.bt_efuse_size != size) in dump_efuse_map_bt_88xx()
320 if (offset >= adapter->hw_cfg_info.efuse_size) { in write_efuse_bt_88xx()
392 if (offset >= adapter->hw_cfg_info.efuse_size) { in read_efuse_bt_88xx()
473 *size = adapter->hw_cfg_info.efuse_size - in get_efuse_available_size_88xx()
474 adapter->hw_cfg_info.prtct_efuse_size - adapter->efuse_end; in get_efuse_available_size_88xx()
494 *size = adapter->hw_cfg_info.efuse_size; in get_efuse_size_88xx()
514 *size = adapter->hw_cfg_info.eeprom_size; in get_log_efuse_size_88xx()
534 u32 size = adapter->hw_cfg_info.eeprom_size; in dump_log_efuse_map_88xx()
[all …]
H A Dhalmac_common_88xx.c292 pg_size = adapter->hw_cfg_info.page_size; in dl_drv_rsvd_page_88xx()
386 *(u32 *)value = adapter->hw_cfg_info.efuse_size; in get_hw_value_88xx()
389 *(u32 *)value = adapter->hw_cfg_info.eeprom_size; in get_hw_value_88xx()
392 *(u32 *)value = adapter->hw_cfg_info.bt_efuse_size; in get_hw_value_88xx()
399 *(u32 *)value = adapter->hw_cfg_info.tx_fifo_size; in get_hw_value_88xx()
402 *(u32 *)value = adapter->hw_cfg_info.rx_fifo_size; in get_hw_value_88xx()
408 *(u8 *)value = adapter->hw_cfg_info.cam_entry_num; in get_hw_value_88xx()
417 *(u32 *)value = adapter->hw_cfg_info.page_size; in get_hw_value_88xx()
420 *(u16 *)value = adapter->hw_cfg_info.tx_align_size; in get_hw_value_88xx()
439 *(u32 *)value = adapter->hw_cfg_info.txdesc_size; in get_hw_value_88xx()
[all …]
H A Dhalmac_init_88xx.c125 adapter->hw_cfg_info.chk_security_keyid = 0; in init_adapter_param_88xx()
126 adapter->hw_cfg_info.acq_num = 8; in init_adapter_param_88xx()
127 adapter->hw_cfg_info.page_size = TX_PAGE_SIZE_88XX; in init_adapter_param_88xx()
128 adapter->hw_cfg_info.tx_align_size = TX_ALIGN_SIZE_88XX; in init_adapter_param_88xx()
129 adapter->hw_cfg_info.txdesc_size = TX_DESC_SIZE_88XX; in init_adapter_param_88xx()
130 adapter->hw_cfg_info.rxdesc_size = RX_DESC_SIZE_88XX; in init_adapter_param_88xx()
131 adapter->hw_cfg_info.rx_desc_fifo_size = 0; in init_adapter_param_88xx()
754 u8 txdesc_size = adapter->hw_cfg_info.txdesc_size; in verify_send_rsvd_page_88xx()
H A Dhalmac_cfg_wmac_88xx.c678 u32 size = adapter->hw_cfg_info.eeprom_size; in board_rf_fine_tune_88xx()
792 adapter->hw_cfg_info.chk_security_keyid = 1; in config_security_88xx()
794 adapter->hw_cfg_info.chk_security_keyid = 0; in config_security_88xx()
884 if (idx >= adapter->hw_cfg_info.cam_entry_num) in write_cam_88xx()
895 if (adapter->hw_cfg_info.chk_security_keyid == 1) in write_cam_88xx()
977 if (idx >= adapter->hw_cfg_info.cam_entry_num) in read_cam_entry_88xx()
1000 if (idx >= adapter->hw_cfg_info.cam_entry_num) in clear_cam_entry_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_efuse_88xx.c97 u32 efuse_size = adapter->hw_cfg_info.efuse_size; in dump_efuse_map_88xx()
98 u32 prtct_efuse_size = adapter->hw_cfg_info.prtct_efuse_size; in dump_efuse_map_88xx()
200 if (adapter->hw_cfg_info.bt_efuse_size != size) in dump_efuse_map_bt_88xx()
270 if (offset >= adapter->hw_cfg_info.efuse_size) { in write_efuse_bt_88xx()
332 if (offset >= adapter->hw_cfg_info.efuse_size) { in read_efuse_bt_88xx()
403 *size = adapter->hw_cfg_info.efuse_size - in get_efuse_available_size_88xx()
404 adapter->hw_cfg_info.prtct_efuse_size - adapter->efuse_end; in get_efuse_available_size_88xx()
424 *size = adapter->hw_cfg_info.efuse_size; in get_efuse_size_88xx()
444 *size = adapter->hw_cfg_info.eeprom_size; in get_log_efuse_size_88xx()
464 u32 size = adapter->hw_cfg_info.eeprom_size; in dump_log_efuse_map_88xx()
[all …]
H A Dhalmac_common_88xx.c292 pg_size = adapter->hw_cfg_info.page_size; in dl_drv_rsvd_page_88xx()
386 *(u32 *)value = adapter->hw_cfg_info.efuse_size; in get_hw_value_88xx()
389 *(u32 *)value = adapter->hw_cfg_info.eeprom_size; in get_hw_value_88xx()
392 *(u32 *)value = adapter->hw_cfg_info.bt_efuse_size; in get_hw_value_88xx()
399 *(u32 *)value = adapter->hw_cfg_info.tx_fifo_size; in get_hw_value_88xx()
402 *(u32 *)value = adapter->hw_cfg_info.rx_fifo_size; in get_hw_value_88xx()
408 *(u8 *)value = adapter->hw_cfg_info.cam_entry_num; in get_hw_value_88xx()
417 *(u32 *)value = adapter->hw_cfg_info.page_size; in get_hw_value_88xx()
420 *(u16 *)value = adapter->hw_cfg_info.tx_align_size; in get_hw_value_88xx()
439 *(u32 *)value = adapter->hw_cfg_info.txdesc_size; in get_hw_value_88xx()
[all …]
H A Dhalmac_init_88xx.c125 adapter->hw_cfg_info.chk_security_keyid = 0; in init_adapter_param_88xx()
126 adapter->hw_cfg_info.acq_num = 8; in init_adapter_param_88xx()
127 adapter->hw_cfg_info.page_size = TX_PAGE_SIZE_88XX; in init_adapter_param_88xx()
128 adapter->hw_cfg_info.tx_align_size = TX_ALIGN_SIZE_88XX; in init_adapter_param_88xx()
129 adapter->hw_cfg_info.txdesc_size = TX_DESC_SIZE_88XX; in init_adapter_param_88xx()
130 adapter->hw_cfg_info.rxdesc_size = RX_DESC_SIZE_88XX; in init_adapter_param_88xx()
131 adapter->hw_cfg_info.rx_desc_fifo_size = 0; in init_adapter_param_88xx()
747 u8 txdesc_size = adapter->hw_cfg_info.txdesc_size; in verify_send_rsvd_page_88xx()
H A Dhalmac_cfg_wmac_88xx.c678 u32 size = adapter->hw_cfg_info.eeprom_size; in board_rf_fine_tune_88xx()
792 adapter->hw_cfg_info.chk_security_keyid = 1; in config_security_88xx()
794 adapter->hw_cfg_info.chk_security_keyid = 0; in config_security_88xx()
884 if (idx >= adapter->hw_cfg_info.cam_entry_num) in write_cam_88xx()
895 if (adapter->hw_cfg_info.chk_security_keyid == 1) in write_cam_88xx()
977 if (idx >= adapter->hw_cfg_info.cam_entry_num) in read_cam_entry_88xx()
1000 if (idx >= adapter->hw_cfg_info.cam_entry_num) in clear_cam_entry_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/halmac_8821c/
H A Dhalmac_init_8821c.c336 adapter->hw_cfg_info.efuse_size = EFUSE_SIZE_8821C; in mount_api_8821c()
337 adapter->hw_cfg_info.eeprom_size = EEPROM_SIZE_8821C; in mount_api_8821c()
338 adapter->hw_cfg_info.bt_efuse_size = BT_EFUSE_SIZE_8821C; in mount_api_8821c()
339 adapter->hw_cfg_info.prtct_efuse_size = PRTCT_EFUSE_SIZE_8821C; in mount_api_8821c()
340 adapter->hw_cfg_info.cam_entry_num = SEC_CAM_NUM_8821C; in mount_api_8821c()
341 adapter->hw_cfg_info.tx_fifo_size = TX_FIFO_SIZE_8821C; in mount_api_8821c()
342 adapter->hw_cfg_info.rx_fifo_size = RX_FIFO_SIZE_8821C; in mount_api_8821c()
343 adapter->hw_cfg_info.ac_oqt_size = OQT_ENTRY_AC_8821C; in mount_api_8821c()
344 adapter->hw_cfg_info.non_ac_oqt_size = OQT_ENTRY_NOAC_8821C; in mount_api_8821c()
345 adapter->hw_cfg_info.usb_txagg_num = BLK_DESC_NUM; in mount_api_8821c()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/halmac_8822b/
H A Dhalmac_init_8822b.c331 adapter->hw_cfg_info.efuse_size = EFUSE_SIZE_8822B; in mount_api_8822b()
332 adapter->hw_cfg_info.eeprom_size = EEPROM_SIZE_8822B; in mount_api_8822b()
333 adapter->hw_cfg_info.bt_efuse_size = BT_EFUSE_SIZE_8822B; in mount_api_8822b()
334 adapter->hw_cfg_info.prtct_efuse_size = PRTCT_EFUSE_SIZE_8822B; in mount_api_8822b()
335 adapter->hw_cfg_info.cam_entry_num = SEC_CAM_NUM_8822B; in mount_api_8822b()
336 adapter->hw_cfg_info.tx_fifo_size = TX_FIFO_SIZE_8822B; in mount_api_8822b()
337 adapter->hw_cfg_info.rx_fifo_size = RX_FIFO_SIZE_8822B; in mount_api_8822b()
338 adapter->hw_cfg_info.ac_oqt_size = OQT_ENTRY_AC_8822B; in mount_api_8822b()
339 adapter->hw_cfg_info.non_ac_oqt_size = OQT_ENTRY_NOAC_8822B; in mount_api_8822b()
340 adapter->hw_cfg_info.usb_txagg_num = BLK_DESC_NUM; in mount_api_8822b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/halmac_8821c/
H A Dhalmac_init_8821c.c337 adapter->hw_cfg_info.efuse_size = EFUSE_SIZE_8821C; in mount_api_8821c()
338 adapter->hw_cfg_info.eeprom_size = EEPROM_SIZE_8821C; in mount_api_8821c()
339 adapter->hw_cfg_info.bt_efuse_size = BT_EFUSE_SIZE_8821C; in mount_api_8821c()
340 adapter->hw_cfg_info.prtct_efuse_size = PRTCT_EFUSE_SIZE_8821C; in mount_api_8821c()
341 adapter->hw_cfg_info.cam_entry_num = SEC_CAM_NUM_8821C; in mount_api_8821c()
342 adapter->hw_cfg_info.tx_fifo_size = TX_FIFO_SIZE_8821C; in mount_api_8821c()
343 adapter->hw_cfg_info.rx_fifo_size = RX_FIFO_SIZE_8821C; in mount_api_8821c()
344 adapter->hw_cfg_info.ac_oqt_size = OQT_ENTRY_AC_8821C; in mount_api_8821c()
345 adapter->hw_cfg_info.non_ac_oqt_size = OQT_ENTRY_NOAC_8821C; in mount_api_8821c()
346 adapter->hw_cfg_info.usb_txagg_num = BLK_DESC_NUM; in mount_api_8821c()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/halmac_8822c/
H A Dhalmac_init_8822c.c441 adapter->hw_cfg_info.efuse_size = EFUSE_SIZE_8822C; in mount_api_8822c()
442 adapter->hw_cfg_info.eeprom_size = EEPROM_SIZE_8822C; in mount_api_8822c()
443 adapter->hw_cfg_info.bt_efuse_size = BT_EFUSE_SIZE_8822C; in mount_api_8822c()
444 adapter->hw_cfg_info.prtct_efuse_size = PRTCT_EFUSE_SIZE_8822C; in mount_api_8822c()
445 adapter->hw_cfg_info.cam_entry_num = SEC_CAM_NUM_8822C; in mount_api_8822c()
446 adapter->hw_cfg_info.tx_fifo_size = TX_FIFO_SIZE_8822C; in mount_api_8822c()
447 adapter->hw_cfg_info.rx_fifo_size = RX_FIFO_SIZE_8822C; in mount_api_8822c()
448 adapter->hw_cfg_info.ac_oqt_size = OQT_ENTRY_AC_8822C; in mount_api_8822c()
449 adapter->hw_cfg_info.non_ac_oqt_size = OQT_ENTRY_NOAC_8822C; in mount_api_8822c()
450 adapter->hw_cfg_info.usb_txagg_num = BLK_DESC_NUM; in mount_api_8822c()
[all …]
H A Dhalmac_cfg_wmac_8822c.c151 if (adapter->hw_cfg_info.trx_mode != HALMAC_TRNSFER_NORMAL) in cfg_rxgck_fifo_8822c()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/
H A Dhalmac_api.c286 PLTFM_FREE(adapter->efuse_map, adapter->hw_cfg_info.efuse_size); in halmac_deinit_adapter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/
H A Dhalmac_api.c285 PLTFM_FREE(adapter->efuse_map, adapter->hw_cfg_info.efuse_size); in halmac_deinit_adapter()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/
H A Dhalmac_api.c285 PLTFM_FREE(adapter->efuse_map, adapter->hw_cfg_info.efuse_size); in halmac_deinit_adapter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/
H A Dhalmac_api.c285 PLTFM_FREE(adapter->efuse_map, adapter->hw_cfg_info.efuse_size); in halmac_deinit_adapter()

12