Searched +full:tmr +full:- +full:fiper3 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Frank Li <Frank.Li@nxp.com>15 - enum:16 - fsl,etsec-ptp17 - fsl,fman-ptp-timer18 - fsl,dpaa2-ptp19 - items:20 - const: pci1957,ee02[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later26 /* Caller must hold ptp_qoriq->lock. */29 struct ptp_qoriq_registers *regs = &ptp_qoriq->regs; in tmr_cnt_read()33 lo = ptp_qoriq->read(®s->ctrl_regs->tmr_cnt_l); in tmr_cnt_read()34 hi = ptp_qoriq->read(®s->ctrl_regs->tmr_cnt_h); in tmr_cnt_read()40 /* Caller must hold ptp_qoriq->lock. */43 struct ptp_qoriq_registers *regs = &ptp_qoriq->regs; in tmr_cnt_write()47 ptp_qoriq->write(®s->ctrl_regs->tmr_cnt_l, lo); in tmr_cnt_write()48 ptp_qoriq->write(®s->ctrl_regs->tmr_cnt_h, hi); in tmr_cnt_write()53 struct ptp_qoriq_registers *regs = &ptp_qoriq->regs; in tmr_offset_read()[all …]