Searched refs:GCCR (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb_ptp.c | 20 error = ravb_wait(ndev, GCCR, GCCR_TCR, GCCR_TCR_NOREQ); in ravb_ptp_tcr_request() 24 ravb_write(ndev, ravb_read(ndev, GCCR) | request, GCCR); in ravb_ptp_tcr_request() 25 return ravb_wait(ndev, GCCR, GCCR_TCR, GCCR_TCR_NOREQ); in ravb_ptp_tcr_request() 57 gccr = ravb_read(ndev, GCCR); in ravb_ptp_time_write() 63 ravb_write(ndev, gccr | GCCR_LTO, GCCR); in ravb_ptp_time_write() 85 gccr = ravb_read(ndev, GCCR); in ravb_ptp_update_compare() 89 ravb_write(ndev, gccr | GCCR_LPTC, GCCR); in ravb_ptp_update_compare() 118 gccr = ravb_read(ndev, GCCR); in ravb_ptp_adjfreq() 124 ravb_write(ndev, gccr | GCCR_LTI, GCCR); in ravb_ptp_adjfreq() 342 ravb_wait(ndev, GCCR, GCCR_TCR, GCCR_TCR_NOREQ); in ravb_ptp_init() [all …]
|
D | ravb.h | 160 GCCR = 0x0390, enumerator
|
D | ravb_main.c | 1766 ravb_write(ndev, ravb_read(ndev, GCCR) | GCCR_LTI, GCCR); in ravb_probe()
|