Searched refs:cpts_write32 (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/ti/ |
| D | cpts.c | 37 #define cpts_write32(c, v, r) __raw_writel(v, &c->reg->r) macro 56 cpts_write32(cpts, EVENT_POP, event_pop); in cpts_fifo_pop() 111 cpts_write32(cpts, TS_PUSH, ts_push); in cpts_systim_read() 226 cpts_write32(cpts, CPTS_EN, control); in cpts_overflow_check() 227 cpts_write32(cpts, TS_PEND_EN, int_enable); in cpts_overflow_check() 383 cpts_write32(cpts, CPTS_EN, control); in cpts_register() 384 cpts_write32(cpts, TS_PEND_EN, int_enable); in cpts_register()
|