Searched refs:port_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/ |
| HD | lldb-platform.cpp | 161 uint16_t port_offset = 0; in main_platform() local 203 if (!llvm::to_integer(optarg, port_offset)) { in main_platform() 208 if (port_offset < LOW_PORT || port_offset > HIGH_PORT) { in main_platform() 211 port_offset, LOW_PORT, HIGH_PORT); in main_platform() 308 if (port_offset > 0) in main_platform() 309 platform.SetPortOffset(port_offset); in main_platform()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationServerPlatform.h | 53 void SetPortOffset(uint16_t port_offset);
|
| HD | GDBRemoteCommunicationServerPlatform.cpp | 539 void GDBRemoteCommunicationServerPlatform::SetPortOffset(uint16_t port_offset) { in SetPortOffset() argument 540 m_port_offset = port_offset; in SetPortOffset()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 797 int port_offset = port_offset_c_str ? ::atoi(port_offset_c_str) : 0; in MakeGdbServerUrl() local 802 port + port_offset, socket_name); in MakeGdbServerUrl()
|
| /freebsd-11-stable/sys/dev/qlnx/qlnxe/ |
| HD | ecore_dev.c | 3177 int port_offset = port ? 0x800 : 0; in ecore_link_init_bb() local 3202 ecore_wr(p_hwfn, p_ptt, XMAC_REG_MODE_BB + port_offset, 0x20); in ecore_link_init_bb() 3205 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_MAX_SIZE_BB + port_offset, 0x2710); in ecore_link_init_bb() 3208 ecore_wr(p_hwfn, p_ptt, XMAC_REG_TX_CTRL_LO_BB + port_offset, 0xC800); in ecore_link_init_bb() 3211 ecore_wr(p_hwfn, p_ptt, XMAC_REG_CTRL_BB + port_offset, in ecore_link_init_bb() 3214 XMAC_REG_RX_CTRL_BB + port_offset); in ecore_link_init_bb() 3216 ecore_wr(p_hwfn, p_ptt, XMAC_REG_RX_CTRL_BB + port_offset, xmac_rxctrl); in ecore_link_init_bb()
|