Searched refs:DVCFG_MAJOR (Results 1 – 3 of 3) sorted by relevance
62 #define NCV_C5IMG(flags) ((DVCFG_MAJOR(flags) >> 8) & 0xff)63 #define NCV_CLKFACTOR(flags) (DVCFG_MAJOR(flags) & 0x0f)68 #define NCV_SPECIAL(flags) ((DVCFG_MAJOR(flags) >> 4) & 0x0f)
46 #define DVCFG_MAJOR(dvcfg) (((u_int)(dvcfg)) >> 16) macro
261 if (DVCFG_MAJOR(device_get_flags(dev)) > 0) in ct_isa_attach()309 return DVCFG_HW(&bshw_hwsel, DVCFG_MAJOR(device_get_flags(dev))); in ct_find_hw()