Searched refs:cpts_write32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpts.c | 33 #define cpts_write32(c, v, r) writel_relaxed(v, &c->reg->r) macro 57 cpts_write32(cpts, EVENT_POP, event_pop); in cpts_fifo_pop() 201 cpts_write32(cpts, TS_PUSH, ts_push); in cpts_update_cur_time() 292 cpts_write32(cpts, v, control); in cpts_extts_enable() 563 cpts_write32(cpts, CPTS_EN, control); in cpts_register() 564 cpts_write32(cpts, TS_PEND_EN, int_enable); in cpts_register() 594 cpts_write32(cpts, 0, int_enable); in cpts_unregister() 595 cpts_write32(cpts, 0, control); in cpts_unregister()
|