Lines Matching refs:ctrl
12 u32 ctrl; in ptp_qoriq_fiper1_lpbk_get() local
14 ctrl = ptp_qoriq->read(®s->ctrl_regs->tmr_ctrl); in ptp_qoriq_fiper1_lpbk_get()
15 *val = ctrl & PP1L ? 1 : 0; in ptp_qoriq_fiper1_lpbk_get()
24 u32 ctrl; in ptp_qoriq_fiper1_lpbk_set() local
26 ctrl = ptp_qoriq->read(®s->ctrl_regs->tmr_ctrl); in ptp_qoriq_fiper1_lpbk_set()
28 ctrl &= ~PP1L; in ptp_qoriq_fiper1_lpbk_set()
30 ctrl |= PP1L; in ptp_qoriq_fiper1_lpbk_set()
32 ptp_qoriq->write(®s->ctrl_regs->tmr_ctrl, ctrl); in ptp_qoriq_fiper1_lpbk_set()
43 u32 ctrl; in ptp_qoriq_fiper2_lpbk_get() local
45 ctrl = ptp_qoriq->read(®s->ctrl_regs->tmr_ctrl); in ptp_qoriq_fiper2_lpbk_get()
46 *val = ctrl & PP2L ? 1 : 0; in ptp_qoriq_fiper2_lpbk_get()
55 u32 ctrl; in ptp_qoriq_fiper2_lpbk_set() local
57 ctrl = ptp_qoriq->read(®s->ctrl_regs->tmr_ctrl); in ptp_qoriq_fiper2_lpbk_set()
59 ctrl &= ~PP2L; in ptp_qoriq_fiper2_lpbk_set()
61 ctrl |= PP2L; in ptp_qoriq_fiper2_lpbk_set()
63 ptp_qoriq->write(®s->ctrl_regs->tmr_ctrl, ctrl); in ptp_qoriq_fiper2_lpbk_set()