Searched refs:am65_cpts_read32 (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/ti/ |
D | am65-cpts.c | 187 #define am65_cpts_read32(c, r) readl(&(c)->reg->r) macro 250 u32 r = am65_cpts_read32(cpts, intstat_raw); in am65_cpts_fifo_pop_event() 253 event->timestamp = am65_cpts_read32(cpts, event_0); in am65_cpts_fifo_pop_event() 254 event->event1 = am65_cpts_read32(cpts, event_1); in am65_cpts_fifo_pop_event() 255 event->event2 = am65_cpts_read32(cpts, event_2); in am65_cpts_fifo_pop_event() 256 event->timestamp |= (u64)am65_cpts_read32(cpts, event_3) << 32; in am65_cpts_fifo_pop_event() 360 am65_cpts_read32(cpts, ts_push); in am65_cpts_gettime() 409 val = am65_cpts_read32(cpts, control); in am65_cpts_ptp_adjfreq() 486 v = am65_cpts_read32(cpts, control); in am65_cpts_extts_enable_hw() 740 val = am65_cpts_read32(cpts, control); in am65_cpts_rx_enable() [all …]
|