Searched refs:port_offset (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-spi4000.c | 274 int port_offset = port << 7; in __cvmx_spi4000_configure_mac() local 281 __cvmx_spi4000_write(interface, port_offset | 0x0010, 0x3); in __cvmx_spi4000_configure_mac() 284 __cvmx_spi4000_write(interface, port_offset | 0x000f, 0x3fff); in __cvmx_spi4000_configure_mac() 302 __cvmx_spi4000_write(interface, port_offset | 0x0000, 0x0000); in __cvmx_spi4000_configure_mac() 304 __cvmx_spi4000_write(interface, port_offset | 0x0001, 0x0000); in __cvmx_spi4000_configure_mac() 318 __cvmx_spi4000_write(interface, port_offset | 0x0012, 0); in __cvmx_spi4000_configure_mac() 320 __cvmx_spi4000_write(interface, port_offset | 0x0012, 0x7); in __cvmx_spi4000_configure_mac() 323 __cvmx_spi4000_write(interface, port_offset | 0x0015, 0x1); in __cvmx_spi4000_configure_mac() 326 __cvmx_spi4000_write(interface, port_offset | 0x0018, 0x11cd); //?? in __cvmx_spi4000_configure_mac() 329 __cvmx_spi4000_write(interface, port_offset | 0x0019, 0x00); in __cvmx_spi4000_configure_mac()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/ |
| HD | lldb-platform.cpp | 157 uint16_t port_offset = 0; in main_platform() local 207 port_offset = (uint16_t)tmp_port_offset; in main_platform() 315 if (port_offset > 0) in main_platform() 316 platform.SetPortOffset(port_offset); in main_platform()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerPlatform.h | 59 SetPortOffset (uint16_t port_offset);
|
| HD | GDBRemoteCommunicationServerPlatform.cpp | 406 GDBRemoteCommunicationServerPlatform::SetPortOffset (uint16_t port_offset) in SetPortOffset() argument 408 m_port_offset = port_offset; in SetPortOffset()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 51 int port_offset = port_offset_c_str ? ::atoi(port_offset_c_str) : 0; in MakeGdbServerUrl() local 56 port + port_offset); in MakeGdbServerUrl()
|