Lines Matching +full:memory +full:- +full:mapped
36 * \brief Host Driver: Routines used to read/write Octeon memory.
43 * Read a 64-bit value from a BAR1 mapped core memory address.
44 * @param oct - pointer to the octeon device.
45 * @param core_addr - the address to read from.
48 * in which core_addr is mapped.
50 * @return 64-bit value read from Core memory
56 * Read a 32-bit value from a BAR1 mapped core memory address.
57 * @param oct - pointer to the octeon device.
58 * @param core_addr - the address to read from.
60 * @return 32-bit value read from Core memory
66 * Write a 32-bit value to a BAR1 mapped core memory address.
67 * @param oct - pointer to the octeon device.
68 * @param core_addr - the address to write to.
69 * @param val - 32-bit value to write.
74 /* Read multiple bytes from Octeon memory. */
79 /* Write multiple bytes into Octeon memory. */