Searched refs:scraddr (Results 1 – 6 of 6) 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() argument 356 cvmx_build_bits(CVMX_FAU_BITS_SCRADDR, scraddr>>3) | in __cvmx_fau_iobdma_data() 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() 424 static inline void cvmx_fau_async_fetch_and_add8(uint64_t scraddr, cvmx_fau_reg_8_t reg, int8_t val… in cvmx_fau_async_fetch_and_add8() argument 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() [all …]
|
| H A D | cvmx-rng.h | 71 …uint64_t scraddr : 8; /**< the (64-bit word) location in scratchpad to write to (if len != 0… member 154 data.s.scraddr = scr_addr >> 3; in cvmx_rng_request_random_async()
|
| H A D | cvmx-access-native.h | 535 static inline void cvmx_read_csr_async(uint64_t scraddr, uint64_t csr_addr) in cvmx_read_csr_async() argument 541 uint64_t scraddr : 8; in cvmx_read_csr_async() member 547 addr.s.scraddr = scraddr >> 3; in cvmx_read_csr_async()
|
| H A D | cvmx-fpa.h | 74 …uint64_t scraddr : 8; /**< the (64-bit word) location in scratchpad to write to (if len != 0… member 215 data.s.scraddr = scr_addr >> 3; in cvmx_fpa_async_alloc()
|
| H A D | cvmx-access.h | 140 CVMX_FUNCTION void cvmx_read_csr_async(uint64_t scraddr, uint64_t csr_addr);
|
| H A D | cvmx-pow.h | 1324 …uint64_t scraddr : 8; /**< the (64-bit word) location in scratchpad to write to (if len != 0… member 1336 uint64_t scraddr : 8; 1569 data.s.scraddr = scr_addr >> 3; in cvmx_pow_work_request_async_nocheck()
|