Home
last modified time | relevance | path

Searched refs:_xbowp (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/mips/include/asm/sn/
Dklconfig.h200 #define XBOW_PORT_TYPE_HUB(_xbowp, _link) \ argument
201 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_HUB)
202 #define XBOW_PORT_TYPE_IO(_xbowp, _link) \ argument
203 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_IO)
205 #define XBOW_PORT_IS_ENABLED(_xbowp, _link) \ argument
206 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_flag & XBOW_PORT_ENABLE)
207 #define XBOW_PORT_NASID(_xbowp, _link) \ argument
208 ((_xbowp)->xbow_port_info[(_link) - BASE_XBOW_PORT].port_nasid)