Lines Matching refs:readl
143 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
147 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
159 tempval = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps()
163 tempval = readl(fep->hwp + FEC_ATIME); in fec_ptp_enable_pps()
200 val = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps()
205 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps()
243 tempval = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_read()
250 return readl(fep->hwp + FEC_ATIME); in fec_ptp_read()
353 tmp = readl(fep->hwp + FEC_ATIME_INC) & FEC_T_INC_MASK; in fec_ptp_adjfreq()
618 val = readl(fep->hwp + FEC_TCSR(channel)); in fec_ptp_check_pps_event()
626 } while (readl(fep->hwp + FEC_TCSR(channel)) & FEC_T_TF_MASK); in fec_ptp_check_pps_event()