Searched refs:IS_TX391X (Results 1 – 3 of 3) sorted by relevance
74 #define IS_TX391X(t) ((t)->tc_chipset == __TX391X) macro77 #define IS_TX391X(t) (1) macro80 #define IS_TX391X(t) (0) macro
280 (IS_TX391X(c) ? tx391x_mfio_map : tx392x_mfio_map)282 (IS_TX391X(c) ? TX391X_IO_IO_MAX : TX392X_IO_IO_MAX)
89 (IS_TX391X(t) \130 if (IS_TX391X(tc)) { in tx39io_attach()