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