Home
last modified time | relevance | path

Searched refs:timvf_read64 (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c215 rctrl.rctrl0 = timvf_read64((uint8_t *)timr->vbar0 + TIM_VRING_CTL0); in timvf_ring_stop()
216 rctrl.rctrl1 = timvf_read64((uint8_t *)timr->vbar0 + TIM_VRING_CTL1); in timvf_ring_stop()
218 rctrl.rctrl2 = timvf_read64((uint8_t *)timr->vbar0 + TIM_VRING_CTL2); in timvf_ring_stop()
H A Dtimvf_evdev.h110 #define timvf_read64 rte_read64_relaxed macro