Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ncr/
Dncrreg.h567 #define FE_CLK80 (1<<15) macro
Dncr.c3201 FE_ULTRA|FE_CLK80|FE_CACHE_SET|FE_LDSTR|FE_PFEN}
3204 FE_WIDE|FE_ULTRA|FE_CLK80|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
3427 np->clock_khz = np->features & FE_CLK80 ? 80000 : 40000;
/freebsd-12-stable/sys/dev/sym/
Dsym_defs.h116 #define FE_CLK80 (1<<15) /* Board clock is 80 MHz */ macro
Dsym_hipd.c2504 np->clock_khz = (np->features & FE_CLK80)? 80000 : 40000; in sym_prepare_setting()
8290 FE_ULTRA|FE_CLK80|FE_CACHE_SET|FE_BOF|FE_LDSTR|FE_PFEN}
8293 FE_WIDE|FE_ULTRA|FE_CLK80|FE_CACHE0_SET|FE_BOF|FE_DFS|FE_LDSTR|FE_PFEN|