Searched refs:FE_C10 (Results 1 – 3 of 3) sorted by relevance
318 if (np->features & FE_C10) { in getfreq()331 if (np->features & FE_C10) { in getfreq()351 if (np->features & FE_C10) in getfreq()500 if ((np->features & (FE_C10|FE_U3EN)) == FE_C10) {626 if (np->features & FE_C10) { /* Always large DMA fifo + ultra3 */722 if (np->features & FE_C10)755 if ((np->features & (FE_C10|FE_ULTRA3)) == (FE_C10|FE_ULTRA3)) {1154 (np->features & FE_C10) ? (unsigned)INB(np, nc_scntl4) : 0,1253 FE_C10}1258 FE_C10|FE_U3EN}[all …]
190 if (!(np->features & FE_C10)) { in sym_fw2_patch()
72 #define FE_C10 (1<<27) /* Various C10 core (mis)features */ macro