Home
last modified time | relevance | path

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

/arch/mips/sgi-ip27/
Dip27-klconfig.c46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() function
89 if (!(acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU))) in nasid_slice_to_cpuinfo()
Dip27-smp.c48 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in get_actual_nasid()
68 acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU); in do_cpumask()
Dip27-memory.c279 banks = (klmembnk_t *) find_first_component(brd, KLSTRUCT_MEMBNK); in slot_psize_compute()
/arch/mips/include/asm/sn/
Dklconfig.h891 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);