Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/dec/
H A Dtc.c49 tbus->num_tcslots = 7; 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()
/openbmc/linux/drivers/tc/
H A Dtc.c47 for (slot = 0; slot < tbus->num_tcslots; slot++) { in tc_bus_add_devices()
173 tc_bus.num_tcslots - 1; in tc_init()
185 tc_bus.num_tcslots - 1; in tc_init()
/openbmc/linux/include/linux/
H A Dtc.h73 int num_tcslots; member