Home
last modified time | relevance | path

Searched refs:cvmx_write_io (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-fpa.h262 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa_free_nosync()
284 cvmx_write_io(newptr.u64, num_cache_lines); in cvmx_fpa_free()
H A Dcvmx-key.h105 cvmx_write_io(ptr.u64, value); in cvmx_key_write()
H A Dcvmx-access.h127 CVMX_FUNCTION void cvmx_write_io(uint64_t io_addr, uint64_t val);
H A Dcvmx-pko.h299 cvmx_write_io(ptr.u64, len); in cvmx_pko_doorbell()
745 cvmx_write_io(ptr.u64, len); in cvmx_pko_doorbell_pkoid()
H A Dcvmx-pow.h1696 cvmx_write_io(ptr.u64, tag_req.u64); in cvmx_pow_tag_sw_nocheck()
1801 cvmx_write_io(ptr.u64, tag_req.u64); in cvmx_pow_tag_sw_full_nocheck()
1875 cvmx_write_io(ptr.u64, tag_req.u64); in cvmx_pow_tag_sw_null_nocheck()
1960 cvmx_write_io(ptr.u64, tag_req.u64); in cvmx_pow_work_submit()
2138cvmx_write_io(ptr.u64, tag_req.u64); /* since TAG3 is used, this store will clear the local pendin… in cvmx_pow_tag_sw_desched_nocheck()
2235cvmx_write_io(ptr.u64, tag_req.u64); /* since TAG3 is used, this store will clear the local pendin… in cvmx_pow_desched()
H A Dcvmx-access-native.h519 static inline void cvmx_write_io(uint64_t io_addr, uint64_t val) in cvmx_write_io() function