Searched refs:FE_C10 (Results 1 – 2 of 2) sorted by relevance
1857 if (!(np->features & FE_C10)) { in sym_fw2_patch()2471 if (np->features & FE_C10) { /* Always large DMA fifo + ultra3 */ in sym_save_initial_setting()2526 if (np->features & FE_C10) in sym_prepare_setting()2558 if ((np->features & (FE_C10|FE_ULTRA3)) == (FE_C10|FE_ULTRA3)) { in sym_prepare_setting()3195 if (np->features & FE_C10) in sym_init()3368 if ((np->features & (FE_C10|FE_U3EN)) == FE_C10) { in sym_getsync()3578 if (!(np->features & FE_C10)) in sym_settrans()3588 if (!(np->features & FE_C10)) in sym_settrans()3607 if (np->features & FE_C10) { in sym_settrans()3634 if (per < 50 && !(np->features & FE_C10)) in sym_settrans()[all …]
128 #define FE_C10 (1<<27) /* Various C10 core (mis)features */ macro