Searched refs:FE_CLK80 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/pci/
H A Dncrreg.h567 #define FE_CLK80 (1<<15) macro
H A Dncr.c3223 FE_ULTRA|FE_CLK80|FE_CACHE_SET|FE_LDSTR|FE_PFEN}
3226 FE_WIDE|FE_ULTRA|FE_CLK80|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3452 np->clock_khz = np->features & FE_CLK80 ? 80000 : 40000;
/freebsd-10-stable/sys/dev/sym/
H A Dsym_defs.h114 #define FE_CLK80 (1<<15) /* Board clock is 80 MHz */ macro
H A Dsym_hipd.c2504 np->clock_khz = (np->features & FE_CLK80)? 80000 : 40000;
8295 FE_ULTRA|FE_CLK80|FE_CACHE_SET|FE_BOF|FE_LDSTR|FE_PFEN}
8298 FE_WIDE|FE_ULTRA|FE_CLK80|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|

Completed in 441 milliseconds