Searched refs:physical_address (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-access-native.h | 195 if (physical_address < 0x80000000) in cvmx_phys_to_ptr() 199 return CASTPTR(void, physical_address); in cvmx_phys_to_ptr() 209 if (physical_address >= gd->bd->bi_uboot_ram_addr in cvmx_phys_to_ptr() 218 if (physical_address >= 0x80000000) in cvmx_phys_to_ptr() 235 if (cvmx_likely(physical_address)) in cvmx_phys_to_ptr() 246 if ((physical_address >= 0x10000000) && (physical_address < 0x20000000)) in cvmx_phys_to_ptr() 249 && (physical_address >= 0x410000000ull) in cvmx_phys_to_ptr() 250 && (physical_address < 0x420000000ull)) in cvmx_phys_to_ptr() 253 return CASTPTR(void, physical_address); in cvmx_phys_to_ptr() 258 if (physical_address < 0x20000000) in cvmx_phys_to_ptr() [all …]
|
| H A D | cvmx-access.h | 116 CVMX_FUNCTION void *cvmx_phys_to_ptr(uint64_t physical_address);
|
| H A D | cvmx-qlm.c | 93 extern void octeon_remote_read_mem(void *buffer, uint64_t physical_address, int length); 94 extern void octeon_remote_write_mem(uint64_t physical_address, const void *buffer, int length);
|
| H A D | cvmx-srio.h | 529 int cvmx_srio_physical_unmap(uint64_t physical_address, uint64_t size);
|
| H A D | cvmx-bootmem.c | 226 extern void octeon_remote_read_mem(void *buffer, uint64_t physical_address, int length); in CVMX_BOOTMEM_NAMED_GET_NAME() 257 extern void octeon_remote_write_mem(uint64_t physical_address, const void *buffer, int length); in CVMX_BOOTMEM_NAMED_SET_NAME()
|
| H A D | cvmx-srio.c | 1528 int cvmx_srio_physical_unmap(uint64_t physical_address, uint64_t size) in cvmx_srio_physical_unmap() argument 1531 int subdid = (physical_address >> 40) & 7; in cvmx_srio_physical_unmap() 1532 int extender = (physical_address >> 34) & 3; in cvmx_srio_physical_unmap()
|