Searched refs:brd_type (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-klconfig.c51 lboard_t *find_lboard(lboard_t *start, unsigned char brd_type) argument
55 if (start->brd_type == brd_type)
63 lboard_t *find_lboard_class(lboard_t *start, unsigned char brd_type) argument
67 if (KLCLASS(start->brd_type) == KLCLASS(brd_type))
H A Dip27-memory.c94 if (brd->brd_type == KLTYPE_ROUTER) {
145 if (dest_brd->brd_type == KLTYPE_IP27) {
246 if (dest_brd->brd_type == KLTYPE_IP27)
248 if (dest_brd->brd_type == KLTYPE_ROUTER)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/sni/
H A Dsniprom.c111 int brd_type = *(unsigned char *)SNI_IDPROM_BRDTYPE; local
124 if (brd_type == SNI_BRD_PCI_TOWER ||
125 brd_type == SNI_BRD_PCI_TOWER_CPLUS) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dklconfig.h183 unsigned char brd_type; /* type+class */ member in struct:lboard_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/
H A Dklconfig.h404 #define IS_MIO_PRESENT(l) ((l->brd_type == KLTYPE_BASEIO) && \
422 unsigned char brd_type; /* type+class */ member in struct:lboard_s
455 #define KLCF_CLASS(_brd) KLCLASS((_brd)->brd_type)
456 #define KLCF_TYPE(_brd) KLTYPE((_brd)->brd_type)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmyri_sbus.h113 unsigned short brd_type; member in struct:myri_eeprom
H A Dmyri_sbus.c903 printk("EEPROM: dlval[%04x] brd_type[%04x] bus_type[%04x] prod_code[%04x]\n",
904 mp->eeprom.dlval, mp->eeprom.brd_type, mp->eeprom.bus_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dsetup.c720 if (board_needs_cnode(brd->brd_type) && physical_node_map[brd->brd_nasid] < 0) {

Completed in 506 milliseconds