Searched +full:am62 +full:- +full:ecap +full:- +full:capture (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/counter/ti,am62-ecap-capture.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments Enhanced Capture (eCAP) Module10 - Julien Panis <jpanis@baylibre.com>13 The eCAP module resources can be used to capture timestamps18 const: ti,am62-ecap-capture29 clock-names:32 power-domains:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * ECAP Capture driver21 #define ECAP_DRV_NAME "ecap"23 /* ECAP event IDs */66 /* ECAP signals */78 * struct ecap_cnt_dev - device private data structure83 * @nb_ovf: number of overflows since capture start105 pm_runtime_get_sync(counter->parent); in ecap_cnt_capture_get_evmode()106 regmap_read(ecap_dev->regmap, ECAP_ECCTL_REG, ®val); in ecap_cnt_capture_get_evmode()107 pm_runtime_put_sync(counter->parent); in ecap_cnt_capture_get_evmode()[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]