Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hpcmips/tx/
Dtx39var.h74 #define IS_TX391X(t) ((t)->tc_chipset == __TX391X) macro
77 #define IS_TX391X(t) (1) macro
80 #define IS_TX391X(t) (0) macro
Dtx39ioreg.h280 (IS_TX391X(c) ? tx391x_mfio_map : tx392x_mfio_map)
282 (IS_TX391X(c) ? TX391X_IO_IO_MAX : TX392X_IO_IO_MAX)
Dtx39io.c89 (IS_TX391X(t) \
130 if (IS_TX391X(tc)) { in tx39io_attach()