Home
last modified time | relevance | path

Searched refs:tmr_ctrl (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/ptp/
Dptp_qoriq_debugfs.c14 ctrl = ptp_qoriq->read(&regs->ctrl_regs->tmr_ctrl); in ptp_qoriq_fiper1_lpbk_get()
26 ctrl = ptp_qoriq->read(&regs->ctrl_regs->tmr_ctrl); in ptp_qoriq_fiper1_lpbk_set()
32 ptp_qoriq->write(&regs->ctrl_regs->tmr_ctrl, ctrl); in ptp_qoriq_fiper1_lpbk_set()
45 ctrl = ptp_qoriq->read(&regs->ctrl_regs->tmr_ctrl); in ptp_qoriq_fiper2_lpbk_get()
57 ctrl = ptp_qoriq->read(&regs->ctrl_regs->tmr_ctrl); in ptp_qoriq_fiper2_lpbk_set()
63 ptp_qoriq->write(&regs->ctrl_regs->tmr_ctrl, ctrl); in ptp_qoriq_fiper2_lpbk_set()
Dptp_qoriq.c455 u32 tmr_ctrl; in ptp_qoriq_init() local
515 tmr_ctrl = in ptp_qoriq_init()
522 ptp_qoriq->write(&regs->ctrl_regs->tmr_ctrl, tmr_ctrl); in ptp_qoriq_init()
528 ptp_qoriq->write(&regs->ctrl_regs->tmr_ctrl, in ptp_qoriq_init()
529 tmr_ctrl|FIPERST|RTPE|TE|FRD); in ptp_qoriq_init()
548 ptp_qoriq->write(&regs->ctrl_regs->tmr_ctrl, 0); in ptp_qoriq_free()
/Linux-v5.4/include/linux/fsl/
Dptp_qoriq.h17 u32 tmr_ctrl; /* Timer control register */ member
/Linux-v5.4/drivers/net/hamradio/
Ddmascc.c189 int tmr_cnt, tmr_ctrl, tmr_mode; member
562 priv->tmr_ctrl = tmr_base + TMR_CTRL; in setup_adapter()
1067 outb(priv->tmr_mode, priv->tmr_ctrl); in start_timer()
/Linux-v5.4/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c192 u32 tmr_ctrl; /* 0x020 Time-stamp Control register */ member
441 iowrite32be(0, &regs->tmr_ctrl); in init()