Home
last modified time | relevance | path

Searched refs:RANGE_TYPE_ISA (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/powerpc/oea/
Dofwoea_machdep.c439 if (type == RANGE_TYPE_ISA && strcmp("isa", tmp) != 0) in find_ranges()
463 if (type == RANGE_TYPE_ISA) in find_ranges()
474 if (type == RANGE_TYPE_ISA && strcmp("isa", tmp) == 0 && len == 0) { in find_ranges()
496 case RANGE_TYPE_ISA: in find_ranges()
568 if (rangetype == RANGE_TYPE_ISA || node == -1) in ofwoea_map_space()
570 if (rangetype == RANGE_TYPE_ISA) { in ofwoea_map_space()
578 find_ranges(node, regions, &range, RANGE_TYPE_ISA); in ofwoea_map_space()
719 error = ofwoea_map_space(RANGE_TYPE_ISA, RANGE_IO, -1, in ofwoea_bus_space_init()
724 error = ofwoea_map_space(RANGE_TYPE_ISA, RANGE_MEM, -1, in ofwoea_bus_space_init()
/netbsd/src/sys/arch/powerpc/include/
Dofw_bus_defs.h36 #define RANGE_TYPE_ISA 2 macro
Dofw_bus.h36 #define RANGE_TYPE_ISA 2 macro