Searched refs:CVMX_SCR_SCRATCH (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dethernet-tx.c189 old_scratch = cvmx_scratch_read64(CVMX_SCR_SCRATCH);
190 old_scratch2 = cvmx_scratch_read64(CVMX_SCR_SCRATCH + 8);
196 cvmx_fau_async_fetch_and_add32(CVMX_SCR_SCRATCH + 8,
199 cvmx_fau_async_fetch_and_add32(CVMX_SCR_SCRATCH,
214 skb_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH);
388 skb_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH);
389 buffers_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH + 8);
414 cvmx_fau_async_fetch_and_add32(CVMX_SCR_SCRATCH, FAU_TOTAL_TX_TO_CLEAN, 1);
480 total_to_clean = cvmx_scratch_read64(CVMX_SCR_SCRATCH);
482 cvmx_scratch_write64(CVMX_SCR_SCRATCH, old_scratc
[all...]
H A Dcvmx-config.h93 #define CVMX_SCR_SCRATCH (0) macro
H A Dethernet-rx.c248 old_scratch = cvmx_scratch_read64(CVMX_SCR_SCRATCH);
257 cvmx_pow_work_request_async(CVMX_SCR_SCRATCH, CVMX_POW_NO_WAIT);
268 work = cvmx_pow_work_response_async(CVMX_SCR_SCRATCH);
286 cvmx_pow_work_request_async_nocheck(CVMX_SCR_SCRATCH, CVMX_POW_NO_WAIT);
474 cvmx_scratch_write64(CVMX_SCR_SCRATCH, old_scratch);

Completed in 23 milliseconds