Home
last modified time | relevance | path

Searched refs:tmr_add (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/ptp/
Dptp_qoriq.c198 u32 tmr_add; in ptp_qoriq_adjfine() local
207 tmr_add = ptp_qoriq->tmr_add; in ptp_qoriq_adjfine()
208 adj = tmr_add; in ptp_qoriq_adjfine()
217 tmr_add = neg_adj ? tmr_add - diff : tmr_add + diff; in ptp_qoriq_adjfine()
219 ptp_qoriq->write(&regs->ctrl_regs->tmr_add, tmr_add); in ptp_qoriq_adjfine()
434 ptp_qoriq->tmr_add = freq_comp; in ptp_qoriq_auto_config()
476 "fsl,tmr-add", &ptp_qoriq->tmr_add) || in ptp_qoriq_init()
523 ptp_qoriq->write(&regs->ctrl_regs->tmr_add, ptp_qoriq->tmr_add); in ptp_qoriq_init()
/Linux-v5.4/include/linux/fsl/
Dptp_qoriq.h25 u32 tmr_add; /* Timer drift compensation addend register */ member
156 u32 tmr_add; member
/Linux-v5.4/Documentation/devicetree/bindings/ptp/
Dptp-qoriq.txt36 tmr_add = ceil(2^32 / FreqDivRatio)