txx9_board_vec 43 arch/mips/include/asm/txx9/generic.h extern struct txx9_board_vec *txx9_board_vec; txx9_board_vec 429 arch/mips/txx9/generic/pci.c txx9_pci_map_irq = txx9_board_vec->pci_map_irq; txx9_board_vec 88 arch/mips/txx9/generic/setup.c #define BOARD_VEC(board) extern struct txx9_board_vec board; txx9_board_vec 92 arch/mips/txx9/generic/setup.c struct txx9_board_vec *txx9_board_vec __initdata; txx9_board_vec 95 arch/mips/txx9/generic/setup.c static struct txx9_board_vec *board_vecs[] __initdata = { txx9_board_vec 101 arch/mips/txx9/generic/setup.c static struct txx9_board_vec *__init find_board_byname(const char *name) txx9_board_vec 261 arch/mips/txx9/generic/setup.c txx9_board_vec = find_board_byname(str + 6); txx9_board_vec 294 arch/mips/txx9/generic/setup.c if (txx9_board_vec) txx9_board_vec 299 arch/mips/txx9/generic/setup.c txx9_board_vec = find_board_byname(envstr); txx9_board_vec 300 arch/mips/txx9/generic/setup.c if (txx9_board_vec) txx9_board_vec 306 arch/mips/txx9/generic/setup.c txx9_board_vec = &jmr3927_vec; txx9_board_vec 312 arch/mips/txx9/generic/setup.c txx9_board_vec = &rbtx4927_vec; txx9_board_vec 315 arch/mips/txx9/generic/setup.c txx9_board_vec = &rbtx4937_vec; txx9_board_vec 320 arch/mips/txx9/generic/setup.c txx9_board_vec = &rbtx4938_vec; txx9_board_vec 325 arch/mips/txx9/generic/setup.c txx9_board_vec = &rbtx4939_vec; txx9_board_vec 338 arch/mips/txx9/generic/setup.c strcpy(txx9_system_type, txx9_board_vec->system); txx9_board_vec 340 arch/mips/txx9/generic/setup.c txx9_board_vec->prom_init(); txx9_board_vec 510 arch/mips/txx9/generic/setup.c txx9_board_vec->mem_setup(); txx9_board_vec 515 arch/mips/txx9/generic/setup.c txx9_board_vec->irq_setup(); txx9_board_vec 523 arch/mips/txx9/generic/setup.c txx9_board_vec->time_init(); txx9_board_vec 561 arch/mips/txx9/generic/setup.c if (txx9_board_vec->arch_init) txx9_board_vec 562 arch/mips/txx9/generic/setup.c txx9_board_vec->arch_init(); txx9_board_vec 569 arch/mips/txx9/generic/setup.c if (txx9_board_vec->device_init) txx9_board_vec 570 arch/mips/txx9/generic/setup.c txx9_board_vec->device_init(); txx9_board_vec 212 arch/mips/txx9/jmr3927/setup.c struct txx9_board_vec jmr3927_vec __initdata = { txx9_board_vec 357 arch/mips/txx9/rbtx4927/setup.c struct txx9_board_vec rbtx4927_vec __initdata = { txx9_board_vec 369 arch/mips/txx9/rbtx4927/setup.c struct txx9_board_vec rbtx4937_vec __initdata = { txx9_board_vec 361 arch/mips/txx9/rbtx4938/setup.c struct txx9_board_vec rbtx4938_vec __initdata = { txx9_board_vec 543 arch/mips/txx9/rbtx4939/setup.c struct txx9_board_vec rbtx4939_vec __initdata = {