Home
last modified time | relevance | path

Searched refs:DVCFG_MAJOR (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ncv/
HDncr53c500hw.h62 #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)
/NextBSD/sys/compat/netbsd/
HDdvcfg.h46 #define DVCFG_MAJOR(dvcfg) (((u_int)(dvcfg)) >> 16) macro
/NextBSD/sys/dev/ct/
HDct_isa.c261 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()