Lines Matching +full:0 +full:x01400000
28 MODULE_PARM_DESC(crypto_mode, "crypto mode: 0-hardware, 1-software");
34 "Datapath frame mode (0: raw, 1: native wifi (default), 2: ethernet)");
43 .name = "ipq8074 hw2.0",
45 .dir = "IPQ8074/hw2.0",
50 .bdf_addr = 0x4B0C0000,
76 .summary_pad_sz = 0,
93 .fw_mem_mode = 0,
128 .name = "ipq6018 hw1.0",
130 .dir = "IPQ6018/hw1.0",
135 .bdf_addr = 0x4ABC0000,
157 .fft_pad_sz = 0,
158 .summary_pad_sz = 0,
175 .fw_mem_mode = 0,
210 .name = "qca6390 hw2.0",
213 .dir = "QCA6390/hw2.0",
218 .bdf_addr = 0x4B0C0000,
239 .fft_sz = 0,
240 .fft_pad_sz = 0,
241 .summary_pad_sz = 0,
242 .fft_hdr_len = 0,
243 .max_fft_bins = 0,
257 .fw_mem_mode = 0,
285 .start = 0x01400000,
286 .end = 0x0171ffff,
295 .name = "qcn9074 hw1.0",
298 .dir = "QCN9074/hw1.0",
324 .fft_pad_sz = 0,
377 .name = "wcn6855 hw2.0",
380 .dir = "WCN6855/hw2.0",
385 .bdf_addr = 0x4B0C0000,
406 .fft_sz = 0,
407 .fft_pad_sz = 0,
408 .summary_pad_sz = 0,
409 .fft_hdr_len = 0,
410 .max_fft_bins = 0,
424 .fw_mem_mode = 0,
452 .start = 0x01400000,
453 .end = 0x0177ffff,
470 .bdf_addr = 0x4B0C0000,
490 .fft_sz = 0,
491 .fft_pad_sz = 0,
492 .summary_pad_sz = 0,
493 .fft_hdr_len = 0,
494 .max_fft_bins = 0,
507 .fw_mem_mode = 0,
535 .start = 0x01400000,
536 .end = 0x0177ffff,
545 .name = "wcn6750 hw1.0",
548 .dir = "WCN6750/hw1.0",
553 .bdf_addr = 0x4B0C0000,
574 .fft_sz = 0,
575 .fft_pad_sz = 0,
576 .summary_pad_sz = 0,
577 .fft_hdr_len = 0,
578 .max_fft_bins = 0,
591 .fw_mem_mode = 0,
627 .name = "ipq5018 hw1.0",
629 .dir = "IPQ5018/hw1.0",
634 .bdf_addr = 0x4BA00000,
643 .fft_pad_sz = 0,
670 .fw_mem_mode = 0,
712 return &ab->pdevs[0]; in ath11k_core_get_single_pdev()
788 return 0; in ath11k_core_suspend()
828 return 0; in ath11k_core_suspend()
847 return 0; in ath11k_core_resume()
871 return 0; in ath11k_core_resume()
884 if (ab->qmi.target.bdf_ext[0] != '\0') in ath11k_core_check_cc_code_bdfext()
901 ab->new_alpha2[0] = (smbios->cc_code >> 8) & 0xff; in ath11k_core_check_cc_code_bdfext()
902 ab->new_alpha2[1] = smbios->cc_code & 0xff; in ath11k_core_check_cc_code_bdfext()
904 ab->new_alpha2[0], ab->new_alpha2[1]); in ath11k_core_check_cc_code_bdfext()
907 ab->new_alpha2[0] = '0'; in ath11k_core_check_cc_code_bdfext()
908 ab->new_alpha2[1] = '0'; in ath11k_core_check_cc_code_bdfext()
925 if (memcmp(smbios->bdf_ext, magic, strlen(magic)) != 0) { in ath11k_core_check_cc_code_bdfext()
933 for (i = 0; i < len; i++) { in ath11k_core_check_cc_code_bdfext()
944 if (copied < 0) { in ath11k_core_check_cc_code_bdfext()
951 "found and validated bdf variant smbios_type 0x%x bdf %s\n", in ath11k_core_check_cc_code_bdfext()
957 ab->qmi.target.bdf_ext[0] = '\0'; in ath11k_core_check_smbios()
960 if (ab->qmi.target.bdf_ext[0] == '\0') in ath11k_core_check_smbios()
963 return 0; in ath11k_core_check_smbios()
981 if (strscpy(ab->qmi.target.bdf_ext, variant, max_len) < 0) in ath11k_core_check_dt()
986 return 0; in ath11k_core_check_dt()
1000 char variant[9 + ATH11K_QMI_BDF_EXT_STR_LENGTH] = { 0 }; in __ath11k_core_create_board_name()
1002 if (with_variant && ab->qmi.target.bdf_ext[0] != '\0') in __ath11k_core_create_board_name()
1044 return 0; in __ath11k_core_create_board_name()
1102 memset(bd, 0, sizeof(*bd)); in ath11k_core_free_bdf()
1168 ret = 0; in ath11k_core_parse_bd_ie_board()
1294 return 0; in ath11k_core_fetch_board_data_api_n()
1313 return 0; in ath11k_core_fetch_board_data_api_1()
1322 int ret = 0; in ath11k_core_fetch_bdf()
1500 return 0; in ath11k_core_soc_create()
1552 return 0; in ath11k_core_pdev_create()
1673 return 0; in ath11k_core_start()
1758 return 0; in ath11k_core_qmi_firmware_ready()
1803 return 0; in ath11k_core_reconfigure_on_crash()
1816 ar->num_created_vdevs = 0; in ath11k_core_halt()
1817 ar->allocated_vdev_map = 0; in ath11k_core_halt()
1844 set_current_param.alpha2[0], in ath11k_update_11d()
1847 for (i = 0; i < ab->num_radios; i++) { in ath11k_update_11d()
1870 for (i = 0; i < ab->num_radios; i++) { in ath11k_core_pre_reconfigure_recovery()
1915 for (i = 0; i < ab->num_radios; i++) { in ath11k_core_post_reconfigure_recovery()
1979 ath11k_warn(ab, "ignore reset dev flags 0x%lx\n", ab->dev_flags); in ath11k_core_reset()
2022 atomic_set(&ab->recovery_count, 0); in ath11k_core_reset()
2024 atomic_set(&ab->recovery_start_count, 0); in ath11k_core_reset()
2047 for (i = 0; i < ARRAY_SIZE(ath11k_hw_params); i++) { in ath11k_init_hw_params()
2055 ath11k_err(ab, "Unsupported hardware version: 0x%x\n", ab->hw_rev); in ath11k_init_hw_params()
2063 return 0; in ath11k_init_hw_params()
2082 return 0; in ath11k_core_pre_init()
2096 return 0; in ath11k_core_init()
2159 timer_setup(&ab->rx_replenish_retry, ath11k_ce_rx_replenish_retry, 0); in ath11k_core_alloc()