Lines Matching refs:ctrl_regs
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()
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()
114 stat = ptp_qoriq->read(®s->ctrl_regs->tmr_stat); in extts_clean_up()
134 val = ptp_qoriq->read(®s->ctrl_regs->tmr_tevent); in ptp_qoriq_isr()
135 mask = ptp_qoriq->read(®s->ctrl_regs->tmr_temask); in ptp_qoriq_isr()
168 mask = ptp_qoriq->read(®s->ctrl_regs->tmr_temask); in ptp_qoriq_isr()
170 ptp_qoriq->write(®s->ctrl_regs->tmr_temask, mask); in ptp_qoriq_isr()
184 ptp_qoriq->write(®s->ctrl_regs->tmr_tevent, ack); in ptp_qoriq_isr()
219 ptp_qoriq->write(®s->ctrl_regs->tmr_add, tmr_add); in ptp_qoriq_adjfine()
316 mask = ptp_qoriq->read(®s->ctrl_regs->tmr_temask); in ptp_qoriq_enable()
319 ptp_qoriq->write(®s->ctrl_regs->tmr_tevent, bit); in ptp_qoriq_enable()
324 ptp_qoriq->write(®s->ctrl_regs->tmr_temask, mask); in ptp_qoriq_enable()
499 ptp_qoriq->regs.ctrl_regs = base + ETSEC_CTRL_REGS_OFFSET; in ptp_qoriq_init()
504 ptp_qoriq->regs.ctrl_regs = base + CTRL_REGS_OFFSET; in ptp_qoriq_init()
522 ptp_qoriq->write(®s->ctrl_regs->tmr_ctrl, tmr_ctrl); in ptp_qoriq_init()
523 ptp_qoriq->write(®s->ctrl_regs->tmr_add, ptp_qoriq->tmr_add); in ptp_qoriq_init()
524 ptp_qoriq->write(®s->ctrl_regs->tmr_prsc, ptp_qoriq->tmr_prsc); in ptp_qoriq_init()
528 ptp_qoriq->write(®s->ctrl_regs->tmr_ctrl, in ptp_qoriq_init()
547 ptp_qoriq->write(®s->ctrl_regs->tmr_temask, 0); in ptp_qoriq_free()
548 ptp_qoriq->write(®s->ctrl_regs->tmr_ctrl, 0); in ptp_qoriq_free()