hif_main.c 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  1. /*
  2. * Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
  3. *
  4. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  5. *
  6. *
  7. * Permission to use, copy, modify, and/or distribute this software for
  8. * any purpose with or without fee is hereby granted, provided that the
  9. * above copyright notice and this permission notice appear in all
  10. * copies.
  11. *
  12. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  13. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  14. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  15. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  16. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  17. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  18. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  19. * PERFORMANCE OF THIS SOFTWARE.
  20. */
  21. /*
  22. * This file was originally distributed by Qualcomm Atheros, Inc.
  23. * under proprietary terms before Copyright ownership was assigned
  24. * to the Linux Foundation.
  25. */
  26. #include "targcfg.h"
  27. #include "qdf_lock.h"
  28. #include "qdf_status.h"
  29. #include "qdf_status.h"
  30. #include <qdf_atomic.h> /* qdf_atomic_read */
  31. #include <targaddrs.h>
  32. #include "hif_io32.h"
  33. #include <hif.h>
  34. #include "regtable.h"
  35. #define ATH_MODULE_NAME hif
  36. #include <a_debug.h>
  37. #include "hif_main.h"
  38. #include "hif_hw_version.h"
  39. #if defined(HIF_PCI) || defined(HIF_SNOC) || defined(HIF_AHB)
  40. #include "ce_tasklet.h"
  41. #endif
  42. #include "qdf_trace.h"
  43. #include "qdf_status.h"
  44. #include "hif_debug.h"
  45. #include "mp_dev.h"
  46. #include "ce_api.h"
  47. #ifdef QCA_WIFI_QCA8074
  48. #include "hal_api.h"
  49. #endif
  50. void hif_dump(struct hif_opaque_softc *hif_ctx, uint8_t cmd_id, bool start)
  51. {
  52. hif_trigger_dump(hif_ctx, cmd_id, start);
  53. }
  54. /**
  55. * hif_get_target_id(): hif_get_target_id
  56. *
  57. * Return the virtual memory base address to the caller
  58. *
  59. * @scn: hif_softc
  60. *
  61. * Return: A_target_id_t
  62. */
  63. A_target_id_t hif_get_target_id(struct hif_softc *scn)
  64. {
  65. return scn->mem;
  66. }
  67. /**
  68. * hif_get_targetdef(): hif_get_targetdef
  69. * @scn: scn
  70. *
  71. * Return: void *
  72. */
  73. void *hif_get_targetdef(struct hif_opaque_softc *hif_ctx)
  74. {
  75. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  76. return scn->targetdef;
  77. }
  78. /**
  79. * hif_vote_link_down(): unvote for link up
  80. *
  81. * Call hif_vote_link_down to release a previous request made using
  82. * hif_vote_link_up. A hif_vote_link_down call should only be made
  83. * after a corresponding hif_vote_link_up, otherwise you could be
  84. * negating a vote from another source. When no votes are present
  85. * hif will not guarantee the linkstate after hif_bus_suspend.
  86. *
  87. * SYNCHRONIZE WITH hif_vote_link_up by only calling in MC thread
  88. * and initialization deinitialization sequencences.
  89. *
  90. * Return: n/a
  91. */
  92. void hif_vote_link_down(struct hif_opaque_softc *hif_ctx)
  93. {
  94. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  95. QDF_BUG(scn);
  96. scn->linkstate_vote--;
  97. if (scn->linkstate_vote == 0)
  98. hif_bus_prevent_linkdown(scn, false);
  99. }
  100. /**
  101. * hif_vote_link_up(): vote to prevent bus from suspending
  102. *
  103. * Makes hif guarantee that fw can message the host normally
  104. * durring suspend.
  105. *
  106. * SYNCHRONIZE WITH hif_vote_link_up by only calling in MC thread
  107. * and initialization deinitialization sequencences.
  108. *
  109. * Return: n/a
  110. */
  111. void hif_vote_link_up(struct hif_opaque_softc *hif_ctx)
  112. {
  113. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  114. QDF_BUG(scn);
  115. scn->linkstate_vote++;
  116. if (scn->linkstate_vote == 1)
  117. hif_bus_prevent_linkdown(scn, true);
  118. }
  119. /**
  120. * hif_can_suspend_link(): query if hif is permitted to suspend the link
  121. *
  122. * Hif will ensure that the link won't be suspended if the upperlayers
  123. * don't want it to.
  124. *
  125. * SYNCHRONIZATION: MC thread is stopped before bus suspend thus
  126. * we don't need extra locking to ensure votes dont change while
  127. * we are in the process of suspending or resuming.
  128. *
  129. * Return: false if hif will guarantee link up durring suspend.
  130. */
  131. bool hif_can_suspend_link(struct hif_opaque_softc *hif_ctx)
  132. {
  133. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  134. QDF_BUG(scn);
  135. return scn->linkstate_vote == 0;
  136. }
  137. #ifndef CONFIG_WIN
  138. #define QCA9984_HOST_INTEREST_ADDRESS -1
  139. #define QCA9888_HOST_INTEREST_ADDRESS -1
  140. #define IPQ4019_HOST_INTEREST_ADDRESS -1
  141. #endif
  142. /**
  143. * hif_hia_item_address(): hif_hia_item_address
  144. * @target_type: target_type
  145. * @item_offset: item_offset
  146. *
  147. * Return: n/a
  148. */
  149. uint32_t hif_hia_item_address(uint32_t target_type, uint32_t item_offset)
  150. {
  151. switch (target_type) {
  152. case TARGET_TYPE_AR6002:
  153. return AR6002_HOST_INTEREST_ADDRESS + item_offset;
  154. case TARGET_TYPE_AR6003:
  155. return AR6003_HOST_INTEREST_ADDRESS + item_offset;
  156. case TARGET_TYPE_AR6004:
  157. return AR6004_HOST_INTEREST_ADDRESS + item_offset;
  158. case TARGET_TYPE_AR6006:
  159. return AR6006_HOST_INTEREST_ADDRESS + item_offset;
  160. case TARGET_TYPE_AR9888:
  161. return AR9888_HOST_INTEREST_ADDRESS + item_offset;
  162. case TARGET_TYPE_AR6320:
  163. case TARGET_TYPE_AR6320V2:
  164. return AR6320_HOST_INTEREST_ADDRESS + item_offset;
  165. case TARGET_TYPE_ADRASTEA:
  166. /* ADRASTEA doesn't have a host interest address */
  167. ASSERT(0);
  168. return 0;
  169. case TARGET_TYPE_AR900B:
  170. return AR900B_HOST_INTEREST_ADDRESS + item_offset;
  171. case TARGET_TYPE_QCA9984:
  172. return QCA9984_HOST_INTEREST_ADDRESS + item_offset;
  173. case TARGET_TYPE_QCA9888:
  174. return QCA9888_HOST_INTEREST_ADDRESS + item_offset;
  175. case TARGET_TYPE_IPQ4019:
  176. return IPQ4019_HOST_INTEREST_ADDRESS + item_offset;
  177. default:
  178. ASSERT(0);
  179. return 0;
  180. }
  181. }
  182. /**
  183. * hif_max_num_receives_reached() - check max receive is reached
  184. * @scn: HIF Context
  185. * @count: unsigned int.
  186. *
  187. * Output check status as bool
  188. *
  189. * Return: bool
  190. */
  191. bool hif_max_num_receives_reached(struct hif_softc *scn, unsigned int count)
  192. {
  193. if (QDF_IS_EPPING_ENABLED(hif_get_conparam(scn)))
  194. return count > 120;
  195. else
  196. return count > MAX_NUM_OF_RECEIVES;
  197. }
  198. /**
  199. * init_buffer_count() - initial buffer count
  200. * @maxSize: qdf_size_t
  201. *
  202. * routine to modify the initial buffer count to be allocated on an os
  203. * platform basis. Platform owner will need to modify this as needed
  204. *
  205. * Return: qdf_size_t
  206. */
  207. qdf_size_t init_buffer_count(qdf_size_t maxSize)
  208. {
  209. return maxSize;
  210. }
  211. /**
  212. * hif_save_htc_htt_config_endpoint() - save htt_tx_endpoint
  213. * @hif_ctx: hif context
  214. * @htc_htt_tx_endpoint: htt_tx_endpoint
  215. *
  216. * Return: void
  217. */
  218. void hif_save_htc_htt_config_endpoint(struct hif_opaque_softc *hif_ctx,
  219. int htc_htt_tx_endpoint)
  220. {
  221. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  222. if (!scn) {
  223. HIF_ERROR("%s: error: scn or scn->hif_sc is NULL!",
  224. __func__);
  225. return;
  226. }
  227. scn->htc_htt_tx_endpoint = htc_htt_tx_endpoint;
  228. }
  229. static const struct qwlan_hw qwlan_hw_list[] = {
  230. {
  231. .id = AR6320_REV1_VERSION,
  232. .subid = 0,
  233. .name = "QCA6174_REV1",
  234. },
  235. {
  236. .id = AR6320_REV1_1_VERSION,
  237. .subid = 0x1,
  238. .name = "QCA6174_REV1_1",
  239. },
  240. {
  241. .id = AR6320_REV1_3_VERSION,
  242. .subid = 0x2,
  243. .name = "QCA6174_REV1_3",
  244. },
  245. {
  246. .id = AR6320_REV2_1_VERSION,
  247. .subid = 0x4,
  248. .name = "QCA6174_REV2_1",
  249. },
  250. {
  251. .id = AR6320_REV2_1_VERSION,
  252. .subid = 0x5,
  253. .name = "QCA6174_REV2_2",
  254. },
  255. {
  256. .id = AR6320_REV3_VERSION,
  257. .subid = 0x6,
  258. .name = "QCA6174_REV2.3",
  259. },
  260. {
  261. .id = AR6320_REV3_VERSION,
  262. .subid = 0x8,
  263. .name = "QCA6174_REV3",
  264. },
  265. {
  266. .id = AR6320_REV3_VERSION,
  267. .subid = 0x9,
  268. .name = "QCA6174_REV3_1",
  269. },
  270. {
  271. .id = AR6320_REV3_2_VERSION,
  272. .subid = 0xA,
  273. .name = "AR6320_REV3_2_VERSION",
  274. },
  275. {
  276. .id = WCN3990_v1,
  277. .subid = 0x0,
  278. .name = "WCN3990_V1",
  279. }
  280. };
  281. /**
  282. * hif_get_hw_name(): get a human readable name for the hardware
  283. * @info: Target Info
  284. *
  285. * Return: human readable name for the underlying wifi hardware.
  286. */
  287. static const char *hif_get_hw_name(struct hif_target_info *info)
  288. {
  289. int i;
  290. for (i = 0; i < ARRAY_SIZE(qwlan_hw_list); i++) {
  291. if (info->target_version == qwlan_hw_list[i].id &&
  292. info->target_revision == qwlan_hw_list[i].subid) {
  293. return qwlan_hw_list[i].name;
  294. }
  295. }
  296. return "Unknown Device";
  297. }
  298. /**
  299. * hif_get_hw_info(): hif_get_hw_info
  300. * @scn: scn
  301. * @version: version
  302. * @revision: revision
  303. *
  304. * Return: n/a
  305. */
  306. void hif_get_hw_info(struct hif_opaque_softc *scn, u32 *version, u32 *revision,
  307. const char **target_name)
  308. {
  309. struct hif_target_info *info = hif_get_target_info_handle(scn);
  310. struct hif_softc *sc = HIF_GET_SOFTC(scn);
  311. if (sc->bus_type == QDF_BUS_TYPE_USB)
  312. hif_usb_get_hw_info(sc);
  313. *version = info->target_version;
  314. *revision = info->target_revision;
  315. *target_name = hif_get_hw_name(info);
  316. }
  317. /**
  318. * hif_get_dev_ba(): API to get device base address.
  319. * @scn: scn
  320. * @version: version
  321. * @revision: revision
  322. *
  323. * Return: n/a
  324. */
  325. void *hif_get_dev_ba(struct hif_opaque_softc *hif_handle)
  326. {
  327. struct hif_softc *scn = (struct hif_softc *)hif_handle;
  328. return scn->mem;
  329. }
  330. /**
  331. * hif_open(): hif_open
  332. * @qdf_ctx: QDF Context
  333. * @mode: Driver Mode
  334. * @bus_type: Bus Type
  335. * @cbk: CDS Callbacks
  336. *
  337. * API to open HIF Context
  338. *
  339. * Return: HIF Opaque Pointer
  340. */
  341. struct hif_opaque_softc *hif_open(qdf_device_t qdf_ctx, uint32_t mode,
  342. enum qdf_bus_type bus_type,
  343. struct hif_driver_state_callbacks *cbk)
  344. {
  345. struct hif_softc *scn;
  346. QDF_STATUS status = QDF_STATUS_SUCCESS;
  347. int bus_context_size = hif_bus_get_context_size(bus_type);
  348. if (bus_context_size == 0) {
  349. HIF_ERROR("%s: context size 0 not allowed", __func__);
  350. return NULL;
  351. }
  352. scn = (struct hif_softc *)qdf_mem_malloc(bus_context_size);
  353. if (!scn) {
  354. HIF_ERROR("%s: cannot alloc memory for HIF context of size:%d",
  355. __func__, bus_context_size);
  356. return GET_HIF_OPAQUE_HDL(scn);
  357. }
  358. qdf_mem_zero(scn, bus_context_size);
  359. scn->qdf_dev = qdf_ctx;
  360. scn->hif_con_param = mode;
  361. qdf_atomic_init(&scn->active_tasklet_cnt);
  362. qdf_atomic_init(&scn->active_grp_tasklet_cnt);
  363. qdf_atomic_init(&scn->link_suspended);
  364. qdf_atomic_init(&scn->tasklet_from_intr);
  365. qdf_mem_copy(&scn->callbacks, cbk, sizeof(struct hif_driver_state_callbacks));
  366. scn->bus_type = bus_type;
  367. status = hif_bus_open(scn, bus_type);
  368. if (status != QDF_STATUS_SUCCESS) {
  369. HIF_ERROR("%s: hif_bus_open error = %d, bus_type = %d",
  370. __func__, status, bus_type);
  371. qdf_mem_free(scn);
  372. scn = NULL;
  373. }
  374. return GET_HIF_OPAQUE_HDL(scn);
  375. }
  376. /**
  377. * hif_close(): hif_close
  378. * @hif_ctx: hif_ctx
  379. *
  380. * Return: n/a
  381. */
  382. void hif_close(struct hif_opaque_softc *hif_ctx)
  383. {
  384. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  385. if (scn == NULL) {
  386. HIF_ERROR("%s: hif_opaque_softc is NULL", __func__);
  387. return;
  388. }
  389. if (scn->athdiag_procfs_inited) {
  390. athdiag_procfs_remove();
  391. scn->athdiag_procfs_inited = false;
  392. }
  393. hif_bus_close(scn);
  394. qdf_mem_free(scn);
  395. }
  396. static QDF_STATUS hif_hal_attach(struct hif_softc *scn)
  397. {
  398. #ifdef QCA_WIFI_QCA8074
  399. if (ce_srng_based(scn)) {
  400. scn->hal_soc = hal_attach(scn, scn->qdf_dev);
  401. if (scn->hal_soc == NULL)
  402. return QDF_STATUS_E_FAILURE;
  403. }
  404. #endif
  405. return QDF_STATUS_SUCCESS;
  406. }
  407. /**
  408. * hif_enable(): hif_enable
  409. * @hif_ctx: hif_ctx
  410. * @dev: dev
  411. * @bdev: bus dev
  412. * @bid: bus ID
  413. * @bus_type: bus type
  414. * @type: enable type
  415. *
  416. * Return: QDF_STATUS
  417. */
  418. QDF_STATUS hif_enable(struct hif_opaque_softc *hif_ctx, struct device *dev,
  419. void *bdev, const hif_bus_id *bid,
  420. enum qdf_bus_type bus_type,
  421. enum hif_enable_type type)
  422. {
  423. QDF_STATUS status;
  424. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  425. if (scn == NULL) {
  426. HIF_ERROR("%s: hif_ctx = NULL", __func__);
  427. return QDF_STATUS_E_NULL_VALUE;
  428. }
  429. status = hif_enable_bus(scn, dev, bdev, bid, type);
  430. if (status != QDF_STATUS_SUCCESS) {
  431. HIF_ERROR("%s: hif_enable_bus error = %d",
  432. __func__, status);
  433. return status;
  434. }
  435. status = hif_hal_attach(scn);
  436. if (status != QDF_STATUS_SUCCESS) {
  437. HIF_ERROR("%s: hal attach failed", __func__);
  438. return status;
  439. }
  440. if (hif_bus_configure(scn)) {
  441. HIF_ERROR("%s: Target probe failed.", __func__);
  442. hif_disable_bus(scn);
  443. status = QDF_STATUS_E_FAILURE;
  444. return status;
  445. }
  446. /*
  447. * Flag to avoid potential unallocated memory access from MSI
  448. * interrupt handler which could get scheduled as soon as MSI
  449. * is enabled, i.e to take care of the race due to the order
  450. * in where MSI is enabled before the memory, that will be
  451. * in interrupt handlers, is allocated.
  452. */
  453. scn->hif_init_done = true;
  454. HIF_TRACE("%s: OK", __func__);
  455. return QDF_STATUS_SUCCESS;
  456. }
  457. void hif_disable(struct hif_opaque_softc *hif_ctx, enum hif_disable_type type)
  458. {
  459. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  460. if (!scn)
  461. return;
  462. hif_nointrs(scn);
  463. if (scn->hif_init_done == false)
  464. hif_shutdown_device(hif_ctx);
  465. else
  466. hif_stop(hif_ctx);
  467. hif_disable_bus(scn);
  468. hif_wlan_disable(scn);
  469. scn->notice_send = false;
  470. HIF_INFO("%s: X", __func__);
  471. }
  472. void hif_display_stats(struct hif_opaque_softc *hif_ctx)
  473. {
  474. hif_display_bus_stats(hif_ctx);
  475. }
  476. void hif_clear_stats(struct hif_opaque_softc *hif_ctx)
  477. {
  478. hif_clear_bus_stats(hif_ctx);
  479. }
  480. /**
  481. * hif_crash_shutdown_dump_bus_register() - dump bus registers
  482. * @hif_ctx: hif_ctx
  483. *
  484. * Return: n/a
  485. */
  486. #if defined(TARGET_RAMDUMP_AFTER_KERNEL_PANIC) \
  487. && defined(DEBUG)
  488. static void hif_crash_shutdown_dump_bus_register(void *hif_ctx)
  489. {
  490. struct hif_opaque_softc *scn = hif_ctx;
  491. if (hif_check_soc_status(scn))
  492. return;
  493. if (hif_dump_registers(scn))
  494. HIF_ERROR("Failed to dump bus registers!");
  495. }
  496. /**
  497. * hif_crash_shutdown(): hif_crash_shutdown
  498. *
  499. * This function is called by the platform driver to dump CE registers
  500. *
  501. * @hif_ctx: hif_ctx
  502. *
  503. * Return: n/a
  504. */
  505. void hif_crash_shutdown(struct hif_opaque_softc *hif_ctx)
  506. {
  507. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  508. if (!hif_ctx)
  509. return;
  510. if (scn->bus_type == QDF_BUS_TYPE_SNOC) {
  511. HIF_INFO_MED("%s: RAM dump disabled for bustype %d",
  512. __func__, scn->bus_type);
  513. return;
  514. }
  515. if (TARGET_STATUS_RESET == scn->target_status) {
  516. HIF_INFO_MED("%s: Target is already asserted, ignore!",
  517. __func__);
  518. return;
  519. }
  520. if (hif_is_load_or_unload_in_progress(scn)) {
  521. HIF_ERROR("%s: Load/unload is in progress, ignore!", __func__);
  522. return;
  523. }
  524. hif_crash_shutdown_dump_bus_register(hif_ctx);
  525. if (ol_copy_ramdump(hif_ctx))
  526. goto out;
  527. HIF_INFO_MED("%s: RAM dump collecting completed!", __func__);
  528. out:
  529. return;
  530. }
  531. #else
  532. void hif_crash_shutdown(struct hif_opaque_softc *hif_ctx)
  533. {
  534. HIF_INFO_MED("%s: Collecting target RAM dump disabled",
  535. __func__);
  536. return;
  537. }
  538. #endif /* TARGET_RAMDUMP_AFTER_KERNEL_PANIC */
  539. #ifdef QCA_WIFI_3_0
  540. /**
  541. * hif_check_fw_reg(): hif_check_fw_reg
  542. * @scn: scn
  543. * @state:
  544. *
  545. * Return: int
  546. */
  547. int hif_check_fw_reg(struct hif_opaque_softc *scn)
  548. {
  549. return 0;
  550. }
  551. #endif
  552. #ifdef IPA_OFFLOAD
  553. /**
  554. * hif_read_phy_mem_base(): hif_read_phy_mem_base
  555. * @scn: scn
  556. * @phy_mem_base: physical mem base
  557. *
  558. * Return: n/a
  559. */
  560. void hif_read_phy_mem_base(struct hif_softc *scn, qdf_dma_addr_t *phy_mem_base)
  561. {
  562. *phy_mem_base = scn->mem_pa;
  563. }
  564. #endif /* IPA_OFFLOAD */
  565. /**
  566. * hif_get_device_type(): hif_get_device_type
  567. * @device_id: device_id
  568. * @revision_id: revision_id
  569. * @hif_type: returned hif_type
  570. * @target_type: returned target_type
  571. *
  572. * Return: int
  573. */
  574. int hif_get_device_type(uint32_t device_id,
  575. uint32_t revision_id,
  576. uint32_t *hif_type, uint32_t *target_type)
  577. {
  578. int ret = 0;
  579. switch (device_id) {
  580. case ADRASTEA_DEVICE_ID:
  581. case ADRASTEA_DEVICE_ID_P2_E12:
  582. *hif_type = HIF_TYPE_ADRASTEA;
  583. *target_type = TARGET_TYPE_ADRASTEA;
  584. break;
  585. case AR9888_DEVICE_ID:
  586. *hif_type = HIF_TYPE_AR9888;
  587. *target_type = TARGET_TYPE_AR9888;
  588. break;
  589. case AR6320_DEVICE_ID:
  590. switch (revision_id) {
  591. case AR6320_FW_1_1:
  592. case AR6320_FW_1_3:
  593. *hif_type = HIF_TYPE_AR6320;
  594. *target_type = TARGET_TYPE_AR6320;
  595. break;
  596. case AR6320_FW_2_0:
  597. case AR6320_FW_3_0:
  598. case AR6320_FW_3_2:
  599. *hif_type = HIF_TYPE_AR6320V2;
  600. *target_type = TARGET_TYPE_AR6320V2;
  601. break;
  602. default:
  603. HIF_ERROR("%s: error - dev_id = 0x%x, rev_id = 0x%x",
  604. __func__, device_id, revision_id);
  605. ret = -ENODEV;
  606. goto end;
  607. }
  608. break;
  609. case AR9887_DEVICE_ID:
  610. *hif_type = HIF_TYPE_AR9888;
  611. *target_type = TARGET_TYPE_AR9888;
  612. HIF_INFO(" *********** AR9887 **************");
  613. break;
  614. case QCA9984_DEVICE_ID:
  615. *hif_type = HIF_TYPE_QCA9984;
  616. *target_type = TARGET_TYPE_QCA9984;
  617. HIF_INFO(" *********** QCA9984 *************");
  618. break;
  619. case QCA9888_DEVICE_ID:
  620. *hif_type = HIF_TYPE_QCA9888;
  621. *target_type = TARGET_TYPE_QCA9888;
  622. HIF_INFO(" *********** QCA9888 *************");
  623. break;
  624. case AR900B_DEVICE_ID:
  625. *hif_type = HIF_TYPE_AR900B;
  626. *target_type = TARGET_TYPE_AR900B;
  627. HIF_INFO(" *********** AR900B *************");
  628. break;
  629. case IPQ4019_DEVICE_ID:
  630. *hif_type = HIF_TYPE_IPQ4019;
  631. *target_type = TARGET_TYPE_IPQ4019;
  632. HIF_INFO(" *********** IPQ4019 *************");
  633. break;
  634. case QCA8074_DEVICE_ID:
  635. *hif_type = HIF_TYPE_QCA8074;
  636. *target_type = TARGET_TYPE_QCA8074;
  637. HIF_INFO(" *********** QCA8074 *************\n");
  638. break;
  639. default:
  640. HIF_ERROR("%s: Unsupported device ID!", __func__);
  641. ret = -ENODEV;
  642. break;
  643. }
  644. end:
  645. return ret;
  646. }
  647. /**
  648. * hif_needs_bmi() - return true if the soc needs bmi through the driver
  649. * @hif_ctx: hif context
  650. *
  651. * Return: true if the soc needs driver bmi otherwise false
  652. */
  653. bool hif_needs_bmi(struct hif_opaque_softc *hif_ctx)
  654. {
  655. struct hif_softc *hif_sc = HIF_GET_SOFTC(hif_ctx);
  656. return hif_sc->bus_type != QDF_BUS_TYPE_SNOC;
  657. }
  658. /**
  659. * hif_get_bus_type() - return the bus type
  660. *
  661. * Return: enum qdf_bus_type
  662. */
  663. enum qdf_bus_type hif_get_bus_type(struct hif_opaque_softc *hif_hdl)
  664. {
  665. struct hif_softc *scn = HIF_GET_SOFTC(hif_hdl);
  666. return scn->bus_type;
  667. }
  668. /**
  669. * Target info and ini parameters are global to the driver
  670. * Hence these structures are exposed to all the modules in
  671. * the driver and they don't need to maintains multiple copies
  672. * of the same info, instead get the handle from hif and
  673. * modify them in hif
  674. */
  675. /**
  676. * hif_get_ini_handle() - API to get hif_config_param handle
  677. * @hif_ctx: HIF Context
  678. *
  679. * Return: pointer to hif_config_info
  680. */
  681. struct hif_config_info *hif_get_ini_handle(struct hif_opaque_softc *hif_ctx)
  682. {
  683. struct hif_softc *sc = HIF_GET_SOFTC(hif_ctx);
  684. return &sc->hif_config;
  685. }
  686. /**
  687. * hif_get_target_info_handle() - API to get hif_target_info handle
  688. * @hif_ctx: HIF context
  689. *
  690. * Return: Pointer to hif_target_info
  691. */
  692. struct hif_target_info *hif_get_target_info_handle(
  693. struct hif_opaque_softc *hif_ctx)
  694. {
  695. struct hif_softc *sc = HIF_GET_SOFTC(hif_ctx);
  696. return &sc->target_info;
  697. }
  698. #if defined(FEATURE_LRO)
  699. /**
  700. * hif_lro_flush_cb_register - API to register for LRO Flush Callback
  701. * @scn: HIF Context
  702. * @handler: Function pointer to be called by HIF
  703. * @data: Private data to be used by the module registering to HIF
  704. *
  705. * Return: void
  706. */
  707. void hif_lro_flush_cb_register(struct hif_opaque_softc *scn,
  708. void (handler)(void *), void *data)
  709. {
  710. ce_lro_flush_cb_register(scn, handler, data);
  711. }
  712. /**
  713. * hif_lro_flush_cb_deregister - API to deregister for LRO Flush Callbacks
  714. * @scn: HIF Context
  715. *
  716. * Return: void
  717. */
  718. void hif_lro_flush_cb_deregister(struct hif_opaque_softc *scn)
  719. {
  720. ce_lro_flush_cb_deregister(scn);
  721. }
  722. #endif
  723. /**
  724. * hif_get_target_status - API to get target status
  725. * @hif_ctx: HIF Context
  726. *
  727. * Return: enum hif_target_status
  728. */
  729. enum hif_target_status hif_get_target_status(struct hif_opaque_softc *hif_ctx)
  730. {
  731. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  732. return scn->target_status;
  733. }
  734. /**
  735. * hif_set_target_status() - API to set target status
  736. * @hif_ctx: HIF Context
  737. * @status: Target Status
  738. *
  739. * Return: void
  740. */
  741. void hif_set_target_status(struct hif_opaque_softc *hif_ctx, enum
  742. hif_target_status status)
  743. {
  744. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  745. scn->target_status = status;
  746. }
  747. /**
  748. * hif_init_ini_config() - API to initialize HIF configuration parameters
  749. * @hif_ctx: HIF Context
  750. * @cfg: HIF Configuration
  751. *
  752. * Return: void
  753. */
  754. void hif_init_ini_config(struct hif_opaque_softc *hif_ctx,
  755. struct hif_config_info *cfg)
  756. {
  757. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  758. qdf_mem_copy(&scn->hif_config, cfg, sizeof(struct hif_config_info));
  759. }
  760. /**
  761. * hif_get_conparam() - API to get driver mode in HIF
  762. * @scn: HIF Context
  763. *
  764. * Return: driver mode of operation
  765. */
  766. uint32_t hif_get_conparam(struct hif_softc *scn)
  767. {
  768. if (!scn)
  769. return 0;
  770. return scn->hif_con_param;
  771. }
  772. /**
  773. * hif_get_callbacks_handle() - API to get callbacks Handle
  774. * @scn: HIF Context
  775. *
  776. * Return: pointer to HIF Callbacks
  777. */
  778. struct hif_driver_state_callbacks *hif_get_callbacks_handle(struct hif_softc *scn)
  779. {
  780. return &scn->callbacks;
  781. }
  782. /**
  783. * hif_is_driver_unloading() - API to query upper layers if driver is unloading
  784. * @scn: HIF Context
  785. *
  786. * Return: True/False
  787. */
  788. bool hif_is_driver_unloading(struct hif_softc *scn)
  789. {
  790. struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn);
  791. if (cbk && cbk->is_driver_unloading)
  792. return cbk->is_driver_unloading(cbk->context);
  793. return false;
  794. }
  795. /**
  796. * hif_is_load_or_unload_in_progress() - API to query upper layers if
  797. * load/unload in progress
  798. * @scn: HIF Context
  799. *
  800. * Return: True/False
  801. */
  802. bool hif_is_load_or_unload_in_progress(struct hif_softc *scn)
  803. {
  804. struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn);
  805. if (cbk && cbk->is_load_unload_in_progress)
  806. return cbk->is_load_unload_in_progress(cbk->context);
  807. return false;
  808. }
  809. /**
  810. * hif_update_pipe_callback() - API to register pipe specific callbacks
  811. * @osc: Opaque softc
  812. * @pipeid: pipe id
  813. * @callbacks: callbacks to register
  814. *
  815. * Return: void
  816. */
  817. void hif_update_pipe_callback(struct hif_opaque_softc *osc,
  818. u_int8_t pipeid,
  819. struct hif_msg_callbacks *callbacks)
  820. {
  821. struct hif_softc *scn = HIF_GET_SOFTC(osc);
  822. struct HIF_CE_state *hif_state = HIF_GET_CE_STATE(scn);
  823. struct HIF_CE_pipe_info *pipe_info;
  824. QDF_BUG(pipeid < CE_COUNT_MAX);
  825. HIF_INFO_LO("+%s pipeid %d\n", __func__, pipeid);
  826. pipe_info = &hif_state->pipe_info[pipeid];
  827. qdf_mem_copy(&pipe_info->pipe_callbacks,
  828. callbacks, sizeof(pipe_info->pipe_callbacks));
  829. HIF_INFO_LO("-%s\n", __func__);
  830. }
  831. /**
  832. * hif_is_recovery_in_progress() - API to query upper layers if recovery in
  833. * progress
  834. * @scn: HIF Context
  835. *
  836. * Return: True/False
  837. */
  838. bool hif_is_recovery_in_progress(struct hif_softc *scn)
  839. {
  840. struct hif_driver_state_callbacks *cbk = hif_get_callbacks_handle(scn);
  841. if (cbk && cbk->is_recovery_in_progress)
  842. return cbk->is_recovery_in_progress(cbk->context);
  843. return false;
  844. }
  845. #if defined(HIF_PCI) || defined(SNOC) || defined(HIF_AHB)
  846. /**
  847. * hif_batch_send() - API to access hif specific function
  848. * ce_batch_send.
  849. * @osc: HIF Context
  850. * @msdu : list of msdus to be sent
  851. * @transfer_id : transfer id
  852. * @len : donwloaded length
  853. *
  854. * Return: list of msds not sent
  855. */
  856. qdf_nbuf_t hif_batch_send(struct hif_opaque_softc *osc, qdf_nbuf_t msdu,
  857. uint32_t transfer_id, u_int32_t len, uint32_t sendhead)
  858. {
  859. void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE);
  860. return ce_batch_send((struct CE_handle *)ce_tx_hdl, msdu, transfer_id,
  861. len, sendhead);
  862. }
  863. /**
  864. * hif_update_tx_ring() - API to access hif specific function
  865. * ce_update_tx_ring.
  866. * @osc: HIF Context
  867. * @num_htt_cmpls : number of htt compl received.
  868. *
  869. * Return: void
  870. */
  871. void hif_update_tx_ring(struct hif_opaque_softc *osc, u_int32_t num_htt_cmpls)
  872. {
  873. void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE);
  874. ce_update_tx_ring(ce_tx_hdl, num_htt_cmpls);
  875. }
  876. /**
  877. * hif_send_single() - API to access hif specific function
  878. * ce_send_single.
  879. * @osc: HIF Context
  880. * @msdu : msdu to be sent
  881. * @transfer_id: transfer id
  882. * @len : downloaded length
  883. *
  884. * Return: msdu sent status
  885. */
  886. int hif_send_single(struct hif_opaque_softc *osc, qdf_nbuf_t msdu, uint32_t
  887. transfer_id, u_int32_t len)
  888. {
  889. void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE);
  890. return ce_send_single((struct CE_handle *)ce_tx_hdl, msdu, transfer_id,
  891. len);
  892. }
  893. /**
  894. * hif_send_fast() - API to access hif specific function
  895. * ce_send_fast.
  896. * @osc: HIF Context
  897. * @msdu : array of msdus to be sent
  898. * @num_msdus : number of msdus in an array
  899. * @transfer_id: transfer id
  900. * @download_len: download length
  901. *
  902. * Return: No. of packets that could be sent
  903. */
  904. int hif_send_fast(struct hif_opaque_softc *osc, qdf_nbuf_t nbuf,
  905. uint32_t transfer_id, uint32_t download_len)
  906. {
  907. void *ce_tx_hdl = hif_get_ce_handle(osc, CE_HTT_TX_CE);
  908. return ce_send_fast((struct CE_handle *)ce_tx_hdl, nbuf,
  909. transfer_id, download_len);
  910. }
  911. #endif
  912. /**
  913. * hif_reg_write() - API to access hif specific function
  914. * hif_write32_mb.
  915. * @hif_ctx : HIF Context
  916. * @offset : offset on which value has to be written
  917. * @value : value to be written
  918. *
  919. * Return: None
  920. */
  921. void hif_reg_write(struct hif_opaque_softc *hif_ctx, uint32_t offset,
  922. uint32_t value)
  923. {
  924. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  925. hif_write32_mb(scn->mem + offset, value);
  926. }
  927. /**
  928. * hif_reg_read() - API to access hif specific function
  929. * hif_read32_mb.
  930. * @hif_ctx : HIF Context
  931. * @offset : offset from which value has to be read
  932. *
  933. * Return: Read value
  934. */
  935. uint32_t hif_reg_read(struct hif_opaque_softc *hif_ctx, uint32_t offset)
  936. {
  937. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  938. return hif_read32_mb(scn->mem + offset);
  939. }
  940. #if defined(HIF_USB)
  941. /**
  942. * hif_ramdump_handler(): generic ramdump handler
  943. * @scn: struct hif_opaque_softc
  944. *
  945. * Return: None
  946. */
  947. void hif_ramdump_handler(struct hif_opaque_softc *scn)
  948. {
  949. if (hif_get_bus_type == QDF_BUS_TYPE_USB)
  950. hif_usb_ramdump_handler();
  951. }
  952. #endif
  953. /**
  954. * hif_register_ext_group_int_handler() - API to register external group
  955. * interrupt handler.
  956. * @hif_ctx : HIF Context
  957. * @numirq: number of irq's in the group
  958. * @irq: array of irq values
  959. * @ext_intr_handler: callback interrupt handler function
  960. * @context: context to passed in callback
  961. *
  962. * Return: status
  963. */
  964. uint32_t hif_register_ext_group_int_handler(struct hif_opaque_softc *hif_ctx,
  965. uint32_t numirq, uint32_t irq[], ext_intr_handler handler,
  966. void *context)
  967. {
  968. struct hif_softc *scn = HIF_GET_SOFTC(hif_ctx);
  969. struct HIF_CE_state *hif_state = HIF_GET_CE_STATE(scn);
  970. struct hif_ext_group_entry *hif_ext_group;
  971. if (scn->hif_init_done) {
  972. HIF_ERROR("%s Called after HIF initialization \n", __func__);
  973. return QDF_STATUS_E_FAILURE;
  974. }
  975. if (hif_state->hif_num_extgroup >= HIF_MAX_GROUP) {
  976. HIF_ERROR("%s Max groups reached\n", __func__);
  977. return QDF_STATUS_E_FAILURE;
  978. }
  979. if (numirq >= HIF_MAX_GRP_IRQ) {
  980. HIF_ERROR("%s invalid numirq\n", __func__);
  981. return QDF_STATUS_E_FAILURE;
  982. }
  983. hif_ext_group = &hif_state->hif_ext_group[hif_state->hif_num_extgroup];
  984. hif_ext_group->numirq = numirq;
  985. qdf_mem_copy(&hif_ext_group->irq[0], irq, numirq * sizeof(irq[0]));
  986. hif_ext_group->context = context;
  987. hif_ext_group->handler = handler;
  988. hif_ext_group->configured = true;
  989. hif_ext_group->grp_id = hif_state->hif_num_extgroup;
  990. hif_state->hif_num_extgroup++;
  991. return QDF_STATUS_SUCCESS;
  992. }
  993. /**
  994. * hif_ext_grp_tasklet() - grp tasklet
  995. * data: context
  996. *
  997. * return: void
  998. */
  999. void hif_ext_grp_tasklet(unsigned long data)
  1000. {
  1001. struct hif_ext_group_entry *hif_ext_group =
  1002. (struct hif_ext_group_entry *)data;
  1003. struct HIF_CE_state *hif_state = hif_ext_group->hif_state;
  1004. struct hif_softc *scn = HIF_GET_SOFTC(hif_state);
  1005. if (hif_ext_group->grp_id < HIF_MAX_GROUP) {
  1006. hif_ext_group->handler(hif_ext_group->context, HIF_MAX_BUDGET);
  1007. hif_grp_irq_enable(scn, hif_ext_group->grp_id);
  1008. } else {
  1009. HIF_ERROR("%s: ERROR - invalid grp_id = %d",
  1010. __func__, hif_ext_group->grp_id);
  1011. }
  1012. qdf_atomic_dec(&scn->active_grp_tasklet_cnt);
  1013. }
  1014. /**
  1015. * hif_grp_tasklet_kill() - grp tasklet kill
  1016. * scn: hif_softc
  1017. *
  1018. * return: void
  1019. */
  1020. void hif_grp_tasklet_kill(struct hif_softc *scn)
  1021. {
  1022. int i;
  1023. struct HIF_CE_state *hif_state = HIF_GET_CE_STATE(scn);
  1024. for (i = 0; i < HIF_MAX_GROUP; i++)
  1025. if (hif_state->hif_ext_group[i].inited) {
  1026. tasklet_kill(&hif_state->hif_ext_group[i].intr_tq);
  1027. hif_state->hif_ext_group[i].inited = false;
  1028. }
  1029. qdf_atomic_set(&scn->active_grp_tasklet_cnt, 0);
  1030. }