• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/

Lines Matching defs:scraddr

302  * @scraddr: Scratch pad byte address to write to.  Must be 8 byte aligned
321 static inline uint64_t __cvmx_fau_iobdma_data(uint64_t scraddr, int64_t value,
327 cvmx_build_bits(CVMX_FAU_BITS_SCRADDR, scraddr >> 3) |
337 * placed in the scratch memory at byte address scraddr.
339 * @scraddr: Scratch memory byte address to put response in.
347 static inline void cvmx_fau_async_fetch_and_add64(uint64_t scraddr,
352 (scraddr, value, 0, CVMX_FAU_OP_SIZE_64, reg));
357 * placed in the scratch memory at byte address scraddr.
359 * @scraddr: Scratch memory byte address to put response in.
367 static inline void cvmx_fau_async_fetch_and_add32(uint64_t scraddr,
372 (scraddr, value, 0, CVMX_FAU_OP_SIZE_32, reg));
377 * placed in the scratch memory at byte address scraddr.
379 * @scraddr: Scratch memory byte address to put response in.
386 static inline void cvmx_fau_async_fetch_and_add16(uint64_t scraddr,
391 (scraddr, value, 0, CVMX_FAU_OP_SIZE_16, reg));
396 * placed in the scratch memory at byte address scraddr.
398 * @scraddr: Scratch memory byte address to put response in.
404 static inline void cvmx_fau_async_fetch_and_add8(uint64_t scraddr,
409 (scraddr, value, 0, CVMX_FAU_OP_SIZE_8, reg));
416 * @scraddr: Scratch memory byte address to put response in. Must be
427 static inline void cvmx_fau_async_tagwait_fetch_and_add64(uint64_t scraddr,
432 (scraddr, value, 1, CVMX_FAU_OP_SIZE_64, reg));
439 * @scraddr: Scratch memory byte address to put response in. Must be
450 static inline void cvmx_fau_async_tagwait_fetch_and_add32(uint64_t scraddr,
455 (scraddr, value, 1, CVMX_FAU_OP_SIZE_32, reg));
462 * @scraddr: Scratch memory byte address to put response in. Must be
473 static inline void cvmx_fau_async_tagwait_fetch_and_add16(uint64_t scraddr,
478 (scraddr, value, 1, CVMX_FAU_OP_SIZE_16, reg));
485 * @scraddr: Scratch memory byte address to put response in. Must be
495 static inline void cvmx_fau_async_tagwait_fetch_and_add8(uint64_t scraddr,
500 (scraddr, value, 1, CVMX_FAU_OP_SIZE_8, reg));