Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tc/
A Dtc.c27 static struct tc_bus tc_bus = { variable
162 if (tc_bus.info.slot_size) { in tc_init()
170 tc_bus.resource[0].start = tc_bus.slot_base; in tc_init()
171 tc_bus.resource[0].end = tc_bus.slot_base + in tc_init()
173 tc_bus.num_tcslots - 1; in tc_init()
174 tc_bus.resource[0].name = tc_bus.name; in tc_init()
181 if (tc_bus.ext_slot_size) { in tc_init()
182 tc_bus.resource[1].start = tc_bus.ext_slot_base; in tc_init()
183 tc_bus.resource[1].end = tc_bus.ext_slot_base + in tc_init()
186 tc_bus.resource[1].name = tc_bus.name; in tc_init()
[all …]
/linux-6.3-rc2/include/linux/
A Dtc.h64 struct tc_bus { struct
82 struct tc_bus *bus; /* Bus this device is on. */ argument
116 static inline unsigned long tc_get_speed(struct tc_bus *tbus) in tc_get_speed()
139 extern int tc_bus_get_info(struct tc_bus *tbus);
/linux-6.3-rc2/arch/mips/dec/
A Dtc.c39 int __init tc_bus_get_info(struct tc_bus *tbus) in tc_bus_get_info()
/linux-6.3-rc2/drivers/video/fbdev/
A Dpmagb-b-fb.c189 struct tc_bus *tbus = to_tc_dev(info->device)->bus; in pmagbbfb_osc_setup()

Completed in 10 milliseconds