Searched refs:__cvmx_fau_iobdma_data (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-fau.h | 352 static inline uint64_t __cvmx_fau_iobdma_data(uint64_t scraddr, int64_t value, uint64_t tagwait, in __cvmx_fau_iobdma_data() function 378 cvmx_send_single(__cvmx_fau_iobdma_data(scraddr, value, 0, CVMX_FAU_OP_SIZE_64, reg)); in cvmx_fau_async_fetch_and_add64() 395 cvmx_send_single(__cvmx_fau_iobdma_data(scraddr, value, 0, CVMX_FAU_OP_SIZE_32, reg)); in cvmx_fau_async_fetch_and_add32() 411 cvmx_send_single(__cvmx_fau_iobdma_data(scraddr, value, 0, CVMX_FAU_OP_SIZE_16, reg)); in cvmx_fau_async_fetch_and_add16() 426 cvmx_send_single(__cvmx_fau_iobdma_data(scraddr, value, 0, CVMX_FAU_OP_SIZE_8, reg)); in cvmx_fau_async_fetch_and_add8() 446 cvmx_send_single(__cvmx_fau_iobdma_data(scraddr, value, 1, CVMX_FAU_OP_SIZE_64, reg)); in cvmx_fau_async_tagwait_fetch_and_add64() 466 cvmx_send_single(__cvmx_fau_iobdma_data(scraddr, value, 1, CVMX_FAU_OP_SIZE_32, reg)); in cvmx_fau_async_tagwait_fetch_and_add32() 485 cvmx_send_single(__cvmx_fau_iobdma_data(scraddr, value, 1, CVMX_FAU_OP_SIZE_16, reg)); in cvmx_fau_async_tagwait_fetch_and_add16() 503 cvmx_send_single(__cvmx_fau_iobdma_data(scraddr, value, 1, CVMX_FAU_OP_SIZE_8, reg)); in cvmx_fau_async_tagwait_fetch_and_add8()
|