Lines Matching +full:memory +full:- +full:mapped
7 * Copyright (c) 2003-2016 Cavium, Inc.
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
21 * \brief Host Driver: Routines used to read/write Octeon memory.
27 /** Read a 64-bit value from a BAR1 mapped core memory address.
28 * @param oct - pointer to the octeon device.
29 * @param core_addr - the address to read from.
32 * in which core_addr is mapped.
34 * @return 64-bit value read from Core memory
38 /** Read a 32-bit value from a BAR1 mapped core memory address.
39 * @param oct - pointer to the octeon device.
40 * @param core_addr - the address to read from.
42 * @return 32-bit value read from Core memory
46 /** Write a 32-bit value to a BAR1 mapped core memory address.
47 * @param oct - pointer to the octeon device.
48 * @param core_addr - the address to write to.
49 * @param val - 32-bit value to write.
56 /** Read multiple bytes from Octeon memory.
64 /** Write multiple bytes into Octeon memory.