| 166 | } |
| 167 | |
| 168 | __rte_experimental |
| 169 | static __rte_always_inline void |
| 170 | rte_write32_wc(uint32_t value, volatile void *addr) |
| 171 | { |
| 172 | rte_write32(value, addr); |
| 173 | } |
| 174 | |
| 175 | __rte_experimental |
| 176 | static __rte_always_inline void |
nothing calls this directly
no test coverage detected