Home
last modified time | relevance | path

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

/arch/mips/dec/
Dtc.c39 int __init tc_bus_get_info(struct tc_bus *tbus) in tc_bus_get_info() argument
44 memcpy(&tbus->info, rex_gettcinfo(), sizeof(tbus->info)); in tc_bus_get_info()
45 tbus->slot_base = CPHYSADDR((long)rex_slot_address(0)); in tc_bus_get_info()
49 tbus->num_tcslots = 7; in tc_bus_get_info()
53 tbus->ext_slot_base = 0x20000000; in tc_bus_get_info()
54 tbus->ext_slot_size = 0x20000000; in tc_bus_get_info()
57 tbus->num_tcslots = 3; in tc_bus_get_info()
60 tbus->num_tcslots = 2; in tc_bus_get_info()