Searched refs:FE_C10 (Results 1 – 2 of 2) sorted by relevance
1846 if (!(np->features & FE_C10)) { in sym_fw2_patch()2459 if (np->features & FE_C10) { /* Always large DMA fifo + ultra3 */ in sym_save_initial_setting()2514 if (np->features & FE_C10) in sym_prepare_setting()2546 if ((np->features & (FE_C10|FE_ULTRA3)) == (FE_C10|FE_ULTRA3)) { in sym_prepare_setting()3180 if (np->features & FE_C10) in sym_init()3353 if ((np->features & (FE_C10|FE_U3EN)) == FE_C10) { in sym_getsync()3563 if (!(np->features & FE_C10)) in sym_settrans()3573 if (!(np->features & FE_C10)) in sym_settrans()3592 if (np->features & FE_C10) { in sym_settrans()3619 if (per < 50 && !(np->features & FE_C10)) in sym_settrans()[all …]
127 #define FE_C10 (1<<27) /* Various C10 core (mis)features */ macro