Home
last modified time | relevance | path

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

/netbsd/sys/arch/hpcmips/tx/
H A Dtx39.c79 struct tx_chipset_tag tx_chipset; variable
298 KASSERT(t == &tx_chipset); in tx_conf_register_intr()
299 tx_chipset.tc_intrt = intrt; in tx_conf_register_intr()
306 KASSERT(t == &tx_chipset); in tx_conf_register_power()
307 tx_chipset.tc_powert = powert; in tx_conf_register_power()
314 KASSERT(t == &tx_chipset); in tx_conf_register_clock()
315 tx_chipset.tc_clockt = clockt; in tx_conf_register_clock()
322 KASSERT(t == &tx_chipset); in tx_conf_register_sound()
323 tx_chipset.tc_soundt = soundt; in tx_conf_register_sound()
330 KASSERT(t == &tx_chipset); in tx_conf_register_video()
[all …]
H A Dtx39var.h34 enum tx_chipset { enum
59 enum tx_chipset tc_chipset;
70 extern struct tx_chipset_tag tx_chipset;
71 #define tx_conf_get_tag() (&tx_chipset)