brd_type          113 arch/mips/fw/sni/sniprom.c 	int brd_type = *(unsigned char *)SNI_IDPROM_BRDTYPE;
brd_type          126 arch/mips/fw/sni/sniprom.c 		if (brd_type == SNI_BRD_PCI_TOWER ||
brd_type          127 arch/mips/fw/sni/sniprom.c 		    brd_type == SNI_BRD_PCI_TOWER_CPLUS) {
brd_type          406 arch/mips/include/asm/sn/klconfig.h #define IS_MIO_PRESENT(l)	((l->brd_type == KLTYPE_BASEIO) && \
brd_type          424 arch/mips/include/asm/sn/klconfig.h 	unsigned char	brd_type;	  /* type+class */
brd_type          457 arch/mips/include/asm/sn/klconfig.h #define KLCF_CLASS(_brd)	KLCLASS((_brd)->brd_type)
brd_type          458 arch/mips/include/asm/sn/klconfig.h #define KLCF_TYPE(_brd)		KLTYPE((_brd)->brd_type)
brd_type           51 arch/mips/sgi-ip27/ip27-klconfig.c lboard_t *find_lboard(lboard_t *start, unsigned char brd_type)
brd_type           55 arch/mips/sgi-ip27/ip27-klconfig.c 		if (start->brd_type == brd_type)
brd_type           63 arch/mips/sgi-ip27/ip27-klconfig.c lboard_t *find_lboard_class(lboard_t *start, unsigned char brd_type)
brd_type           67 arch/mips/sgi-ip27/ip27-klconfig.c 		if (KLCLASS(start->brd_type) == KLCLASS(brd_type))
brd_type           93 arch/mips/sgi-ip27/ip27-memory.c 		if (brd->brd_type == KLTYPE_ROUTER) {
brd_type          145 arch/mips/sgi-ip27/ip27-memory.c 				if (dest_brd->brd_type == KLTYPE_IP27) {
brd_type          246 arch/mips/sgi-ip27/ip27-memory.c 				if (dest_brd->brd_type == KLTYPE_IP27)
brd_type          248 arch/mips/sgi-ip27/ip27-memory.c 				if (dest_brd->brd_type == KLTYPE_ROUTER)