Home
last modified time | relevance | path

Searched +full:mmp +full:- +full:timer (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dmrvl,mmp-timer.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/timer/mrvl,mmp-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell MMP Timer
10 - Daniel Lezcano <daniel.lezcano@linaro.org>
11 - Thomas Gleixner <tglx@linutronix.de>
12 - Rob Herring <robh+dt@kernel.org>
16 pattern: '^timer@[a-f0-9]+$'
19 const: mrvl,mmp-timer
[all …]
H A Dmrvl,mmp-timer.txt1 * Marvell MMP Timer controller
4 - compatible : Should be "mrvl,mmp-timer".
5 - reg : Address and length of the register set of timer controller.
6 - interrupts : Should be the interrupt number.
9 - clocks : Should contain a single entry describing the clock input.
12 timer0: timer@d4014000 {
13 compatible = "mrvl,mmp-timer";
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dpxa910.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <dt-bindings/clock/marvell,pxa910.h>
10 #address-cells = <1>;
11 #size-cells = <1>;
22 #address-cells = <1>;
23 #size-cells = <1>;
24 compatible = "simple-bu
[all...]
H A Dpxa168.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <dt-bindings/clock/marvell,pxa168.h>
10 #address-cells = <1>;
11 #size-cells = <1>;
22 #address-cells = <1>;
23 #size-cells = <1>;
24 compatible = "simple-bu
[all...]
H A Dmmp3.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
6 #include <dt-bindings/clock/marvell,mmp2.h>
7 #include <dt-bindings/power/marvell,mmp2.h>
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #address-cells = <1>;
12 #size-cells = <1>;
15 #address-cells = <1>;
16 #size-cells = <0>;
17 enable-method = "marvell,mmp3-smp";
22 next-level-cache = <&l2>;
[all …]
H A Dmmp2.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
7 #include <dt-bindings/clock/marvell,mmp2.h>
8 #include <dt-bindings/power/marvell,mmp2.h>
9 #include <dt-bindings/clock/marvell,mmp2-audio.h>
12 #address-cells = <1>;
13 #size-cells = <1>;
25 #address-cells = <1>;
26 #size-cells = <1>;
27 compatible = "simple-bus";
28 interrupt-parent = <&intc>;
[all …]
/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_cfg.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
11 * This is the top level header file for the run-time system configuration
13 * access the supported run-time configuration parameters.
30 /* Address of the MMP firmware */
32 /* Size of the MMP firmware */
34 /* MMP firmware version */
77 /* Slice Watch Dog Timer for CySym+Comp */
79 /* Slice Watch Dog Timer for CyAsym */
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
132 device_t pdev = accel_dev->accel_pci_dev.pci_dev; in get_accel_mask()
146 device_t pdev = accel_dev->accel_pci_dev.pci_dev; in get_ae_mask()
163 return self ? hweight32(self->accel_mask) : 0; in get_num_accels()
169 return self ? hweight32(self->ae_mask) : 0; in get_num_aes()
198 * c4xxx_set_ssm_wdtimer() - Initialize the slice hang watchdog timer.
206 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in c4xxx_set_ssm_wdtimer()
208 &GET_BARS(accel_dev)[hw_device->get_misc_bar_id(hw_device)]; in c4xxx_set_ssm_wdtimer()
209 struct resource *csr = misc_bar->virt_addr; in c4xxx_set_ssm_wdtimer()
[all …]
/freebsd/sys/dev/qat_c2xxx/
H A Dqatvar.h1 /* SPDX-License-Identifier: BSD-2-Clause AND BSD-3-Clause */
31 * Copyright(c) 2007-2019 Intel Corporation. All rights reserved.
146 #define QAT_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7)
147 #define QAT_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7)
158 ((((1 << (RING_SIZE - 1)) << 3) >> QAT_SIZE_TO_POW(MSG_SIZE)) - 1)
191 uint32_t qb_coalescing_time; /* timer in nano sec, 0: disabled */
234 ((sc)->sc_ae[ae])
238 u_int qae_ustore_size; /* free micro-store address */
239 u_int qae_free_addr; /* free micro-store address */
240 u_int qae_free_size; /* free micro-store size */
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c9 * or https://opensource.org/licenses/CDDL-1.0.
79 * - Lookup a spa_t by name
80 * - Add or remove a spa_t from the namespace
81 * - Increase spa_refcount from non-zero
82 * - Check if spa_refcount is zero
83 * - Rename a spa_t
84 * - add/remove/attach/detach devices
85 * - Held for the duration of create/destroy
86 * - Held at the start and end of import and export
93 * spa_refcount (per-spa zfs_refcount_t protected by mutex)
[all …]
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c9 * or https://opensource.org/licenses/CDDL-1.0.
48 * verify that self-healing data really works.
54 * (5) To verify that we never lose on-disk consistency after a crash,
56 * At random times, the child self-immolates with a SIGKILL.
74 * specify -V. To get more information, specify -VV, and so on.
76 * To turn this into an overnight stress test, use -T to specify run time.
78 * You can ask more vdevs [-v], datasets [-d], or threads [-t]
81 * Use the -k option to set the desired frequency of kills.
84 * temporary file which is mmap-ed in the child process. This allows shared
89 * ztest can invoke them during backwards compatibility testing (-B).
[all …]
/freebsd/sys/conf/
H A Dfiles2 # The long compile-with and dependency lines are required because of
3 # limitations in config: backslash-newline doesn't work in strings, and
8 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 no-obj no-implicit-rule before-depend \
13 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -h" \
14 no-obj no-implicit-rule before-depend \
18 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -d" \
19 no-obj no-implicit-rule before-depend \
22 compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ${.OBJDIR}'" \
24 no-obj no-implicit-rule before-depend \
[all …]